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

Packages that use ConfigurationObject
atg.svc.repository.beans   
 

Uses of ConfigurationObject in atg.svc.repository.beans
 

Subinterfaces of ConfigurationObject in atg.svc.repository.beans
 interface CellConfig
          Class CellConfig
 interface ContentConfig
          Class ContentConfig
 interface FrameworkConfig
          Class FrameworkConfig
 interface PanelConfig
          Class PanelConfig
 interface PanelStackConfig
          Class PanelStackConfig
 interface SkinConfig
          Class SkinConfig
 interface TabConfig
          Class TabConfig
 interface TemplateConfig
          Class TemplateConfig
 

Classes in atg.svc.repository.beans that implement ConfigurationObject
 class _CellConfig_BeanImpl
           
 class _CellConfig_Impl
           
 class _CellConfig_ReposImpl
           
 class _ConfigurationObject_BeanImpl
           
 class _ConfigurationObject_Impl
           
 class _ConfigurationObject_ReposImpl
           
 class _ContentConfig_BeanImpl
           
 class _ContentConfig_Impl
           
 class _ContentConfig_ReposImpl
           
 class _FrameworkConfig_BeanImpl
           
 class _FrameworkConfig_Impl
           
 class _FrameworkConfig_ReposImpl
           
 class _PanelConfig_BeanImpl
           
 class _PanelConfig_Impl
           
 class _PanelConfig_ReposImpl
           
 class _PanelStackConfig_BeanImpl
           
 class _PanelStackConfig_Impl
           
 class _PanelStackConfig_ReposImpl
           
 class _SkinConfig_BeanImpl
           
 class _SkinConfig_Impl
           
 class _SkinConfig_ReposImpl
           
 class _TabConfig_BeanImpl
           
 class _TabConfig_Impl
           
 class _TabConfig_ReposImpl
           
 class _TemplateConfig_BeanImpl
           
 class _TemplateConfig_Impl
           
 class _TemplateConfig_ReposImpl
           
 

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

Methods in atg.svc.repository.beans with parameters of type ConfigurationObject
 void _PanelConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _PanelStackConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _CellConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _TabConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _SkinConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _TemplateConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _ContentConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _FrameworkConfig_Impl.copyTo(ConfigurationObject destination)
           
 void _ConfigurationObject_Impl.copyTo(ConfigurationObject destination)
           
 void ConfigurationObject.copyTo(ConfigurationObject destination)
          Copies the property values of this instance to another instance of the same data type.