jp.go.nict.langrid.management.logic
クラス AbstractLogic

java.lang.Object
  上位を拡張 jp.go.nict.langrid.management.logic.AbstractLogic
直系の既知のサブクラス:
AccessLimitLogic, AccessLogLogic, AccessRightLogic, AccessStatLogic, DomainLogic, FederationLogic, GridLogic, InvocationLogic, NewsLogic, NodeLogic, OperationRequestLogic, OverUseLimitLogic, ProtocolLogic, ResourceLogic, ResourceTypeLogic, ServiceActionScheduleLogic, ServiceLogic, ServiceTypeLogic, SubscriptionLogic, SystemPropertyLogic, TemporaryUserLogic, UserLogic

public class AbstractLogic
extends Object

各ロジックのベースクラス。 DaoFactoryの初期化機能と各DAOの取得メソッドを提供する。

バージョン:
$Revision:4384 $
作成者:
Takao Nakaguchi, $Author:nakaguchi $

コンストラクタの概要
AbstractLogic()
          コンストラクタ。
 
メソッドの概要
protected  AccessLimitDao getAccessLimitDao()
           
protected  AccessLogDao getAccessLogDao()
           
protected  AccessRightDao getAccessRightDao()
           
protected  AccessStatDao getAccessStateDao()
           
protected  DaoContext getDaoContext()
           
protected  DaoFactory getDaoFactory()
           
protected  DomainDao getDomainDao()
           
protected  FederationDao getFederationDao()
           
protected  GridDao getGridDao()
           
protected  InvocationDao getInvocationDao()
           
protected  NewsDao getNewsDao()
           
protected  NodeDao getNodeDao()
           
protected  OperationRequestDao getOperationRequestDao()
           
protected  OverUseLimitDao getOverUseLimitDao()
           
protected  OverUseStateDao getOverUseStateDao()
           
protected  ProtocolDao getProtocolDao()
           
protected  ResourceDao getResourceDao()
           
protected  ResourceTypeDao getResourceTypeDao()
           
protected  ServiceActionScheduleDao getScheduleDao()
           
protected  ServiceDao getServiceDao()
           
protected  ServiceDeploymentDao getServiceDeploymentDao()
           
protected  ServiceTypeDao getServiceTypeDao()
           
protected  SubscriptionDao getSubscriptionDao()
           
protected  SystemPropertyDao getSystemPropertyDao()
           
protected  TemporaryUserDao getTemporaryUserDao()
           
protected  UserDao getUserDao()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractLogic

public AbstractLogic()
              throws DaoException
コンストラクタ。

例外:
DaoException
メソッドの詳細

getDaoContext

protected DaoContext getDaoContext()

getDaoFactory

protected DaoFactory getDaoFactory()

getDomainDao

protected DomainDao getDomainDao()

getSystemPropertyDao

protected SystemPropertyDao getSystemPropertyDao()

getGridDao

protected GridDao getGridDao()

getFederationDao

protected FederationDao getFederationDao()

getUserDao

protected UserDao getUserDao()

getTemporaryUserDao

protected TemporaryUserDao getTemporaryUserDao()

getResourceDao

protected ResourceDao getResourceDao()

getResourceTypeDao

protected ResourceTypeDao getResourceTypeDao()

getServiceDao

protected ServiceDao getServiceDao()

getServiceDeploymentDao

protected ServiceDeploymentDao getServiceDeploymentDao()

getNodeDao

protected NodeDao getNodeDao()

getAccessLogDao

protected AccessLogDao getAccessLogDao()

getAccessRightDao

protected AccessRightDao getAccessRightDao()

getAccessLimitDao

protected AccessLimitDao getAccessLimitDao()

getAccessStateDao

protected AccessStatDao getAccessStateDao()

getOverUseLimitDao

protected OverUseLimitDao getOverUseLimitDao()

getOverUseStateDao

protected OverUseStateDao getOverUseStateDao()

getScheduleDao

protected ServiceActionScheduleDao getScheduleDao()

getNewsDao

protected NewsDao getNewsDao()

getOperationRequestDao

protected OperationRequestDao getOperationRequestDao()

getProtocolDao

protected ProtocolDao getProtocolDao()

getServiceTypeDao

protected ServiceTypeDao getServiceTypeDao()

getInvocationDao

protected InvocationDao getInvocationDao()

getSubscriptionDao

protected SubscriptionDao getSubscriptionDao()