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

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

Uses of PanelStackInstance in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement PanelStackInstance
 class _PanelStackInstance_BeanImpl
           
 class _PanelStackInstance_Impl
           
 class _PanelStackInstance_ReposImpl
           
 

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

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

Uses of PanelStackInstance in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return PanelStackInstance
 PanelStackInstance UIService.getNewPanelStackInstance(java.lang.String pPanelStackId)
          Creates a panel stack instance bean and fills in the default values.
 

Methods in atg.svc.repository.service with parameters of type PanelStackInstance
 void UIService.savePanelStackConfigFromInstance(PanelStackInstance pPanelStackInstance)
          Saves panel stack configuration based on the state of a panel stack instance.