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

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

Uses of PanelStackDefinitionHome in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement PanelStackDefinitionHome
 class _PanelStackDefinitionHome_BeanImpl
           
 class _PanelStackDefinitionHome_ReposImpl
           
 

Methods in atg.svc.repository.beans that return PanelStackDefinitionHome
 PanelStackDefinitionHome ServiceHomes.getPanelStackDefinitionHome()
          Returns an instance of the Home for PanelStackDefinition instances.
 

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

Methods in atg.svc.repository.beans.methods with parameters of type PanelStackDefinitionHome
 PanelStackDefinition PanelStackDefinitionHomeMethods.findByUserSegmentAndPanelStackId(java.lang.String appId, java.lang.String panelStackId, PanelStackDefinitionHome pPanelStackHome)
          Gets a definition based on the segment of the current user.