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

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

Uses of FrameworkInstance in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement FrameworkInstance
 class _FrameworkInstance_BeanImpl
           
 class _FrameworkInstance_Impl
           
 class _FrameworkInstance_ReposImpl
           
 

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

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

Uses of FrameworkInstance in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return FrameworkInstance
 FrameworkInstance UIService.getNewFrameworkInstance()
          Creates a framework instance bean and fills in the default values.
 FrameworkInstance UIService.getNewFrameworkInstance(java.lang.String pFrameworkId)
          Creates a framework instance bean and fills in the default values.
 

Methods in atg.svc.repository.service with parameters of type FrameworkInstance
 void UIService.saveFrameworkConfigFromInstance(FrameworkInstance pFrameworkInstance)
          Saves framework configuration based on the state of a framework instance.