public class TenantManagerImpl extends AbstractTypedDefinitionManager<Tenant> implements TenantManager
| コンストラクタと説明 |
|---|
TenantManagerImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Tenant |
get(java.lang.String definitionName)
指定の定義名のDefinitionを取得します。
|
java.lang.Class<Tenant> |
getDefinitionType()
このTypedDefinitionManagerが扱うDefinitionの型を返却します。
|
protected TypedMetaDataService |
getService() |
Tenant |
getTenant()
テナント情報を取得します。
|
protected RootMetaData |
newInstance(Tenant definition) |
DefinitionModifyResult |
update(Tenant definition)
指定のDefinitionで既存のDefinitionを更新します。
|
DefinitionModifyResult |
updateTenant(Tenant tenant)
テナント情報を更新します。
|
DefinitionModifyResult |
updateTenant(Tenant tenant,
boolean forceUpdate) |
create, definitionSummaryList, remove, rename, setRollbackOnlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, definitionList, definitionSummaryList, definitionSummaryList, definitionSummaryList, remove, renamepublic Tenant getTenant()
TenantManagergetTenant インタフェース内 TenantManagerTenantpublic Tenant get(java.lang.String definitionName)
TypedDefinitionManagerget インタフェース内 TypedDefinitionManager<Tenant>get クラス内 AbstractTypedDefinitionManager<Tenant>definitionName - 定義名public DefinitionModifyResult updateTenant(Tenant tenant)
TenantManagerupdateTenant インタフェース内 TenantManagertenant - Tenantpublic DefinitionModifyResult updateTenant(Tenant tenant, boolean forceUpdate)
updateTenant インタフェース内 TenantManagerpublic DefinitionModifyResult update(Tenant definition)
TypedDefinitionManagerupdate インタフェース内 TypedDefinitionManager<Tenant>update クラス内 AbstractTypedDefinitionManager<Tenant>definition - 更新するDefinitionpublic java.lang.Class<Tenant> getDefinitionType()
TypedDefinitionManagergetDefinitionType インタフェース内 TypedDefinitionManager<Tenant>protected RootMetaData newInstance(Tenant definition)
newInstance クラス内 AbstractTypedDefinitionManager<Tenant>protected TypedMetaDataService getService()
getService クラス内 AbstractTypedDefinitionManager<Tenant>