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

Packages that use PanelStackDefinition
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of PanelStackDefinition in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement PanelStackDefinition
 class _PanelStackDefinition_BeanImpl
           
 class _PanelStackDefinition_Impl
           
 class _PanelStackDefinition_ReposImpl
           
 

Methods in atg.svc.repository.beans that return PanelStackDefinition
 PanelStackDefinition _PanelStackDefinitionHome_BeanImpl.create()
           
 PanelStackDefinition _PanelStackDefinitionHome_ReposImpl.create()
           
 PanelStackDefinition PanelStackDefinitionHome.create()
          Returns a new instance.
 PanelStackDefinition _PanelStackDefinitionHome_BeanImpl.create(java.lang.String pId)
           
 PanelStackDefinition _PanelStackDefinitionHome_ReposImpl.create(java.lang.String pId)
           
 PanelStackDefinition PanelStackDefinitionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 PanelStackDefinition _PanelStackDefinitionHome_BeanImpl.findByPanelStackId(java.lang.String appId, java.lang.String panelStackId)
           
 PanelStackDefinition _PanelStackDefinitionHome_ReposImpl.findByPanelStackId(java.lang.String appId, java.lang.String panelStackId)
           
 PanelStackDefinition PanelStackDefinitionHome.findByPanelStackId(java.lang.String appId, java.lang.String panelStackId)
          Finds a panel stack definition by application and logical ID.
 PanelStackDefinition _PanelStackDefinitionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 PanelStackDefinition _PanelStackDefinitionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 PanelStackDefinition PanelStackDefinitionHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 PanelStackDefinition _PanelStackDefinitionHome_BeanImpl.findBySegmentAndPanelStackId(java.lang.String appId, java.lang.String segmentName, java.lang.String panelStackId)
           
 PanelStackDefinition _PanelStackDefinitionHome_ReposImpl.findBySegmentAndPanelStackId(java.lang.String appId, java.lang.String segmentName, java.lang.String panelStackId)
           
 PanelStackDefinition PanelStackDefinitionHome.findBySegmentAndPanelStackId(java.lang.String appId, java.lang.String segmentName, java.lang.String panelStackId)
          Finds a panel stack definition by application, segment and logical ID.
 PanelStackDefinition PanelStackDefinitionHome.findByUserSegmentAndPanelStackId(java.lang.String appId, java.lang.String panelStackId)
           
 PanelStackDefinition _PanelStackDefinitionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 PanelStackDefinition PanelStackDefinitionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

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

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

Methods in atg.svc.repository.beans.methods with parameters of type PanelStackDefinition
 java.util.List PanelStackDefinitionMethods.getPanels(PanelStackDefinition pDefinition)
          Gets the list of panel definitions by segment.
 java.util.List PanelStackDefinitionMethods.getPanelStackDefinitions(int pItemType, PanelStackDefinition pDefinition)
          Gets the map of framework object by segment.
 

Uses of PanelStackDefinition in atg.svc.repository.service
 

Methods in atg.svc.repository.service with parameters of type PanelStackDefinition
 void UIService.copyPanelStackDefinitionAttributes(PanelStackDefinition pSourceObject, PanelStackDefinition pTargetObject, boolean pSkipPanelStackId)
          Copies attributes from source to target.