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

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

public class ServiceTypeLogic
extends AbstractLogic

ProtocolTypeに関するロジック

バージョン:
$Revision: 11066 $
作成者:
Masaaki Kamiya, $Author: Masaaki Kamiya $

コンストラクタの概要
ServiceTypeLogic()
          コンストラクタ。
 
メソッドの概要
 void addServiceMetaAttribute(ServiceMetaAttribute type)
           
 void addServiceType(ServiceType type)
           
 void clear()
           
 void clearMetaAttribute()
           
 void deleteServiceMetaAttribute(String domainId, String serviceTypeId)
           
 void deleteServiceType(String domainId, String serviceTypeId)
           
 ServiceMetaAttribute getServiceMetaAttribute(String domainId, String attributeId)
           
 ServiceType getServiceType(String domainId, String typeId)
           
 List<ServiceMetaAttribute> listAllServiceMetaAttribute()
           
 List<ServiceType> listAllServiceType()
           
 List<ServiceMetaAttribute> listServiecMetaAttribute(String domainId)
           
 List<ServiceType> listServiecType(String domainId)
           
 void transactUpdate(String domainId, String serviceTypeId, BlockP<ServiceType> block)
           
 void transactUpdateMetaAttribute(String domainId, String serviceTypeId, BlockP<ServiceMetaAttribute> 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
 

コンストラクタの詳細

ServiceTypeLogic

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

例外:
DaoException
メソッドの詳細

clear

public void clear()
           throws DaoException
例外:
DaoException

listServiecType

public List<ServiceType> listServiecType(String domainId)
                                  throws DaoException
例外:
DaoException

listAllServiceType

public List<ServiceType> listAllServiceType()
                                     throws DaoException
例外:
DaoException

addServiceType

public void addServiceType(ServiceType type)
                    throws DaoException
例外:
DaoException

deleteServiceType

public void deleteServiceType(String domainId,
                              String serviceTypeId)
                       throws DaoException
例外:
DaoException

getServiceType

public ServiceType getServiceType(String domainId,
                                  String typeId)
                           throws DaoException
例外:
DaoException

transactUpdate

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

clearMetaAttribute

public void clearMetaAttribute()
                        throws DaoException
例外:
DaoException

listServiecMetaAttribute

public List<ServiceMetaAttribute> listServiecMetaAttribute(String domainId)
                                                    throws DaoException
例外:
DaoException

listAllServiceMetaAttribute

public List<ServiceMetaAttribute> listAllServiceMetaAttribute()
                                                       throws DaoException
例外:
DaoException

getServiceMetaAttribute

public ServiceMetaAttribute getServiceMetaAttribute(String domainId,
                                                    String attributeId)
                                             throws DaoException
例外:
DaoException

addServiceMetaAttribute

public void addServiceMetaAttribute(ServiceMetaAttribute type)
                             throws DaoException
例外:
DaoException

deleteServiceMetaAttribute

public void deleteServiceMetaAttribute(String domainId,
                                       String serviceTypeId)
                                throws DaoException
例外:
DaoException

transactUpdateMetaAttribute

public void transactUpdateMetaAttribute(String domainId,
                                        String serviceTypeId,
                                        BlockP<ServiceMetaAttribute> block)
                                 throws DaoException
例外:
DaoException