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

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

Uses of PanelDefinitionHome in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement PanelDefinitionHome
 class _PanelDefinitionHome_BeanImpl
           
 class _PanelDefinitionHome_ReposImpl
           
 

Methods in atg.svc.repository.beans that return PanelDefinitionHome
 PanelDefinitionHome ServiceHomes.getPanelDefinitionHome()
          Returns an instance of the Home for PanelDefinition instances.
 

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

Methods in atg.svc.repository.beans.methods with parameters of type PanelDefinitionHome
 PanelDefinition PanelDefinitionHomeMethods.findByUserSegmentAndPanelId(java.lang.String appId, java.lang.String panelId, PanelDefinitionHome pPanelHome)
          Gets a definition based on the segment of the current user.