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

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

Uses of SkinInstance in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement SkinInstance
 class _SkinInstance_BeanImpl
           
 class _SkinInstance_Impl
           
 class _SkinInstance_ReposImpl
           
 

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

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

Uses of SkinInstance in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return SkinInstance
 SkinInstance UIService.getNewSkinInstance(java.lang.String pSkinId)
          Creates a skin instance bean and fills in the default values.
 

Methods in atg.svc.repository.service with parameters of type SkinInstance
 void UIService.saveSkinConfigFromInstance(SkinInstance pSkinInstance)
          Saves skin configuration based on the state of a skin instance.