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

java.lang.Object
  上位を拡張 jp.go.nict.langrid.management.logic.AbstractLogic
      上位を拡張 jp.go.nict.langrid.management.logic.ResourceTypeLogic

public class ResourceTypeLogic
extends AbstractLogic

ResourceTypeに関するロジック

バージョン:
$Revision$
作成者:
Masato Mori, $Author$

コンストラクタの概要
ResourceTypeLogic()
          コンストラクタ。
 
メソッドの概要
 void addResourceMetaAttribute(ResourceMetaAttribute data)
           
 void addResourceType(ResourceType data)
           
 void clear()
           
 void deleteResourceMetaAttribute(String domainId, String attributeId)
           
 void deleteResourceType(String domainId, String resourceTypeId)
           
 ResourceMetaAttribute getResourceMetaAttribute(String domainId, String attributeId)
           
 ResourceType getResourceType(String domainId, String resourceTypeId)
           
 List<ResourceMetaAttribute> listAllResourceMetaAttributes()
           
 List<ResourceType> listAllResourceType()
           
 List<ResourceMetaAttribute> listResourceMetaAttributes(String domainId)
           
 List<ResourceType> listResourceType(String domainId)
           
 void transactAttributeUpdate(String domainId, String attributeId, BlockP<ResourceMetaAttribute> block)
           
 void transactUpdate(String domainId, String resourceTypeId, BlockP<ResourceType> block)
           
 
クラス jp.go.nict.langrid.management.logic.AbstractLogic から継承されたメソッド
getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getDaoContext, getDaoFactory, getDomainDao, getFederationDao, getGridDao, getInvocationDao, getNewsDao, getNodeDao, getOperationRequestDao, getOverUseLimitDao, getOverUseStateDao, getProtocolDao, getResourceDao, getResourceTypeDao, getScheduleDao, getServiceDao, getServiceDeploymentDao, getServiceTypeDao, getSubscriptionDao, getSystemPropertyDao, getTemporaryUserDao, getUserDao
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResourceTypeLogic

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

例外:
DaoException
メソッドの詳細

clear

public void clear()
           throws DaoException
例外:
DaoException

listAllResourceType

public List<ResourceType> listAllResourceType()
                                       throws DaoException
例外:
DaoException

listResourceType

public List<ResourceType> listResourceType(String domainId)
                                    throws DaoException
例外:
DaoException

addResourceType

public void addResourceType(ResourceType data)
                     throws DaoException
例外:
DaoException

deleteResourceType

public void deleteResourceType(String domainId,
                               String resourceTypeId)
                        throws DaoException
例外:
DaoException

getResourceType

public ResourceType getResourceType(String domainId,
                                    String resourceTypeId)
                             throws DaoException
例外:
DaoException

transactUpdate

public void transactUpdate(String domainId,
                           String resourceTypeId,
                           BlockP<ResourceType> block)
                    throws DaoException
例外:
DaoException

listAllResourceMetaAttributes

public List<ResourceMetaAttribute> listAllResourceMetaAttributes()
                                                          throws DaoException
例外:
DaoException

listResourceMetaAttributes

public List<ResourceMetaAttribute> listResourceMetaAttributes(String domainId)
                                                       throws DaoException
例外:
DaoException

addResourceMetaAttribute

public void addResourceMetaAttribute(ResourceMetaAttribute data)
                              throws DaoException
例外:
DaoException

deleteResourceMetaAttribute

public void deleteResourceMetaAttribute(String domainId,
                                        String attributeId)
                                 throws DaoException
例外:
DaoException

getResourceMetaAttribute

public ResourceMetaAttribute getResourceMetaAttribute(String domainId,
                                                      String attributeId)
                                               throws DaoException
例外:
DaoException

transactAttributeUpdate

public void transactAttributeUpdate(String domainId,
                                    String attributeId,
                                    BlockP<ResourceMetaAttribute> block)
                             throws DaoException
例外:
DaoException