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

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

Uses of PanelConfig in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement PanelConfig
 class _PanelConfig_BeanImpl
           
 class _PanelConfig_Impl
           
 class _PanelConfig_ReposImpl
           
 

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

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

Uses of PanelConfig in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return PanelConfig
 PanelConfig UIService.getPanelConfig(java.lang.String pPanelId)
          Gets the panel configuration for the specified user.