Uses of Interface
atg.svc.repository.beans.CellInstance

Packages that use CellInstance
atg.svc.repository.beans   
atg.svc.repository.service   
 

Uses of CellInstance in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement CellInstance
 class _CellInstance_BeanImpl
           
 class _CellInstance_Impl
           
 class _CellInstance_ReposImpl
           
 

Methods in atg.svc.repository.beans that return CellInstance
 CellInstance _CellInstanceHome_BeanImpl.create()
           
 CellInstance _CellInstanceHome_ReposImpl.create()
           
 CellInstance CellInstanceHome.create()
          Returns a new instance.
 CellInstance _CellInstanceHome_BeanImpl.create(java.lang.String pId)
           
 CellInstance _CellInstanceHome_ReposImpl.create(java.lang.String pId)
           
 CellInstance CellInstanceHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 CellInstance _CellInstanceHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 CellInstance _CellInstanceHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 CellInstance CellInstanceHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 CellInstance _CellInstanceHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 CellInstance CellInstanceHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type CellInstance
 void _CellInstance_Impl.copyTo(CellInstance destination)
           
 void CellInstance.copyTo(CellInstance destination)
          Copies the property values of this instance to another instance of the same data type.
 

Uses of CellInstance in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return CellInstance
 CellInstance UIService.getNewCellInstance(java.lang.String pCellId)
          Creates a cell instance bean and fills in the default values.
 

Methods in atg.svc.repository.service with parameters of type CellInstance
 void UIService.saveCellConfigFromInstance(CellInstance pCellInstance)
          Saves cell configuration based on the state of a cell instance.