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

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

Uses of PanelInstance in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement PanelInstance
 class _PanelInstance_BeanImpl
           
 class _PanelInstance_Impl
           
 class _PanelInstance_ReposImpl
           
 

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

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

Uses of PanelInstance in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return PanelInstance
 PanelInstance UIService.getNewPanelInstance(java.lang.String pPanelId)
          Creates a panel instance bean and fills in the default values.
 

Methods in atg.svc.repository.service with parameters of type PanelInstance
 void UIService.savePanelConfigFromInstance(PanelInstance pPanelInstance)
          Saves panel configuration based on the state of a panel instance.