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

Packages that use InstanceObject
atg.svc.repository.beans   
 

Uses of InstanceObject in atg.svc.repository.beans
 

Subinterfaces of InstanceObject in atg.svc.repository.beans
 interface CellInstance
          Class CellInstance
 interface ContentInstance
          Class ContentInstance
 interface FrameworkInstance
          Class FrameworkInstance
 interface PanelInstance
          Class PanelInstance
 interface PanelStackInstance
          Class PanelStackInstance
 interface PanelTargetElement
          Class PanelTargetElement ("PanelTarget")
 interface SkinInstance
          Class SkinInstance
 interface TabInstance
          Class TabInstance
 interface TemplateInstance
          Class TemplateInstance
 

Classes in atg.svc.repository.beans that implement InstanceObject
 class _CellInstance_BeanImpl
           
 class _CellInstance_Impl
           
 class _CellInstance_ReposImpl
           
 class _ContentInstance_BeanImpl
           
 class _ContentInstance_Impl
           
 class _ContentInstance_ReposImpl
           
 class _FrameworkInstance_BeanImpl
           
 class _FrameworkInstance_Impl
           
 class _FrameworkInstance_ReposImpl
           
 class _InstanceObject_BeanImpl
           
 class _InstanceObject_Impl
           
 class _InstanceObject_ReposImpl
           
 class _PanelInstance_BeanImpl
           
 class _PanelInstance_Impl
           
 class _PanelInstance_ReposImpl
           
 class _PanelStackInstance_BeanImpl
           
 class _PanelStackInstance_Impl
           
 class _PanelStackInstance_ReposImpl
           
 class _PanelTargetElement_BeanImpl
           
 class _PanelTargetElement_Impl
           
 class _PanelTargetElement_ReposImpl
           
 class _SkinInstance_BeanImpl
           
 class _SkinInstance_Impl
           
 class _SkinInstance_ReposImpl
           
 class _TabInstance_BeanImpl
           
 class _TabInstance_Impl
           
 class _TabInstance_ReposImpl
           
 class _TemplateInstance_BeanImpl
           
 class _TemplateInstance_Impl
           
 class _TemplateInstance_ReposImpl
           
 

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

Methods in atg.svc.repository.beans with parameters of type InstanceObject
 void _PanelTargetElement_Impl.copyTo(InstanceObject destination)
           
 void _PanelInstance_Impl.copyTo(InstanceObject destination)
           
 void _PanelStackInstance_Impl.copyTo(InstanceObject destination)
           
 void _CellInstance_Impl.copyTo(InstanceObject destination)
           
 void _TabInstance_Impl.copyTo(InstanceObject destination)
           
 void _SkinInstance_Impl.copyTo(InstanceObject destination)
           
 void _FrameworkInstance_Impl.copyTo(InstanceObject destination)
           
 void _TemplateInstance_Impl.copyTo(InstanceObject destination)
           
 void _ContentInstance_Impl.copyTo(InstanceObject destination)
           
 void _InstanceObject_Impl.copyTo(InstanceObject destination)
           
 void InstanceObject.copyTo(InstanceObject destination)
          Copies the property values of this instance to another instance of the same data type.