org.seasar.tuigwaa.model
クラス ModelServiceImpl
java.lang.Object
org.seasar.tuigwaa.model.ModelServiceImpl
- すべての実装インタフェース:
- ModelService
- public class ModelServiceImpl
- extends Object
- implements ModelService
- 作成者:
- nishioka
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelServiceImpl
public ModelServiceImpl(JavaClassService javaService,
DynaDatabaseService dbService,
DAOService daoService,
EntityResource resource)
createDomain
public void createDomain(String domainName)
- 定義:
- インタフェース
ModelService
内の createDomain
deleteDomain
public void deleteDomain(String domainName)
- 定義:
- インタフェース
ModelService
内の deleteDomain
copyDomain
public void copyDomain(String srcDomainName,
String destDomainName)
- 定義:
- インタフェース
ModelService
内の copyDomain
readDatabase
public List readDatabase(String domainName)
- 定義:
- インタフェース
ModelService
内の readDatabase
readJavaClass
public TgwEntity readJavaClass(String domainName,
String entityName,
Class clazz)
- 定義:
- インタフェース
ModelService
内の readJavaClass
dropEntity
public void dropEntity(String domainName,
String entityName)
throws Exception
- 定義:
- インタフェース
ModelService
内の dropEntity
- 例外:
Exception
createEntity
public void createEntity(TgwEntity entity)
throws ClassNotFoundException,
javassist.CannotCompileException
- 定義:
- インタフェース
ModelService
内の createEntity
- 例外:
ClassNotFoundException
javassist.CannotCompileException
alterEntity
public Collection alterEntity(TgwEntity entity,
boolean isChangedEntityStructure)
throws Exception
- 定義:
- インタフェース
ModelService
内の alterEntity
- 例外:
Exception
getEntity
public TgwEntity getEntity(String domainName,
String entityName)
- 定義:
- インタフェース
ModelService
内の getEntity
getEntityByDisplayName
public TgwEntity getEntityByDisplayName(String domainName,
String displayName)
- 定義:
- インタフェース
ModelService
内の getEntityByDisplayName
getEntityNameInterator
public Iterator getEntityNameInterator(String domainName)
- 定義:
- インタフェース
ModelService
内の getEntityNameInterator
getEntityIterator
public Iterator getEntityIterator(String domainName)
- 定義:
- インタフェース
ModelService
内の getEntityIterator
getEntityList
public List getEntityList(String domainName)
- 定義:
- インタフェース
ModelService
内の getEntityList
createEntityInfo
public EntityInfo createEntityInfo(String domainName,
String entityName)
- 定義:
- インタフェース
ModelService
内の createEntityInfo
createEntityInfoList
public List createEntityInfoList(String domainName)
- 定義:
- インタフェース
ModelService
内の createEntityInfoList
saveDomain
public void saveDomain(String domainName)
- 定義:
- インタフェース
ModelService
内の saveDomain
loadDomain
public void loadDomain(String domainName)
- 定義:
- インタフェース
ModelService
内の loadDomain
getDomain
public TgwDomain getDomain(String domainName)
- 定義:
- インタフェース
ModelService
内の getDomain
getNewRefList
public List getNewRefList(TgwEntity fromEntity)
- 定義:
- インタフェース
ModelService
内の getNewRefList
updateEntity
public void updateEntity(TgwEntity entity)
throws TgwServiceException
- 定義:
- インタフェース
ModelService
内の updateEntity
- 例外:
TgwServiceException
createEntities
public void createEntities(String domainName,
List entityList)
- 定義:
- インタフェース
ModelService
内の createEntities
nextEntityName
public String nextEntityName(String domainName)
- 定義:
- インタフェース
ModelService
内の nextEntityName
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.