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

Packages that use CellDefinitionHome
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
 

Uses of CellDefinitionHome in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement CellDefinitionHome
 class _CellDefinitionHome_BeanImpl
           
 class _CellDefinitionHome_ReposImpl
           
 

Methods in atg.svc.repository.beans that return CellDefinitionHome
 CellDefinitionHome ServiceHomes.getCellDefinitionHome()
          Returns an instance of the Home for CellDefinition instances.
 

Uses of CellDefinitionHome in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods with parameters of type CellDefinitionHome
 CellDefinition CellDefinitionHomeMethods.findByUserSegmentAndCellId(java.lang.String appId, java.lang.String cellId, CellDefinitionHome pCellHome)
          Gets a definition based on the segment of the current user.