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

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

Uses of PanelStackConfig in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement PanelStackConfig
 class _PanelStackConfig_BeanImpl
           
 class _PanelStackConfig_Impl
           
 class _PanelStackConfig_ReposImpl
           
 

Methods in atg.svc.repository.beans that return PanelStackConfig
 PanelStackConfig _PanelStackConfigHome_BeanImpl.create()
           
 PanelStackConfig _PanelStackConfigHome_ReposImpl.create()
           
 PanelStackConfig PanelStackConfigHome.create()
          Returns a new instance.
 PanelStackConfig _PanelStackConfigHome_BeanImpl.create(java.lang.String pId)
           
 PanelStackConfig _PanelStackConfigHome_ReposImpl.create(java.lang.String pId)
           
 PanelStackConfig PanelStackConfigHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 PanelStackConfig _PanelStackConfigHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 PanelStackConfig _PanelStackConfigHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 PanelStackConfig PanelStackConfigHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 PanelStackConfig _PanelStackConfigHome_BeanImpl.findByUserId(java.lang.String userId, java.lang.String panelStackId)
           
 PanelStackConfig _PanelStackConfigHome_ReposImpl.findByUserId(java.lang.String userId, java.lang.String panelStackId)
           
 PanelStackConfig PanelStackConfigHome.findByUserId(java.lang.String userId, java.lang.String panelStackId)
          Get a specific panel stack by user.
 PanelStackConfig _PanelStackConfigHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 PanelStackConfig PanelStackConfigHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of PanelStackConfig in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return PanelStackConfig
 PanelStackConfig UIService.getPanelStackConfig(java.lang.String pPanelStackId)
          Gets the panel stack configuration for the specified user.