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

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

Uses of TabInstance in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement TabInstance
 class _TabInstance_BeanImpl
           
 class _TabInstance_Impl
           
 class _TabInstance_ReposImpl
           
 

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

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

Uses of TabInstance in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return TabInstance
 TabInstance UIService.getNewTabInstance(java.lang.String pTabId)
          Creates a tab instance bean and fills in the default values.
 

Methods in atg.svc.repository.service with parameters of type TabInstance
 void UIService.saveTabConfigFromInstance(TabInstance pTabInstance)
          Saves tab configuration based on the state of a tab instance.