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

Packages that use SkinDefinition
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of SkinDefinition in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement SkinDefinition
 class _SkinDefinition_BeanImpl
           
 class _SkinDefinition_Impl
           
 class _SkinDefinition_ReposImpl
           
 

Methods in atg.svc.repository.beans that return SkinDefinition
 SkinDefinition _SkinDefinitionHome_BeanImpl.create()
           
 SkinDefinition _SkinDefinitionHome_ReposImpl.create()
           
 SkinDefinition SkinDefinitionHome.create()
          Returns a new instance.
 SkinDefinition _SkinDefinitionHome_BeanImpl.create(java.lang.String pId)
           
 SkinDefinition _SkinDefinitionHome_ReposImpl.create(java.lang.String pId)
           
 SkinDefinition SkinDefinitionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 SkinDefinition _SkinDefinitionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 SkinDefinition _SkinDefinitionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 SkinDefinition SkinDefinitionHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 SkinDefinition _SkinDefinitionHome_BeanImpl.findBySegmentAndSkinId(java.lang.String appId, java.lang.String segmentName, java.lang.String skinId)
           
 SkinDefinition _SkinDefinitionHome_ReposImpl.findBySegmentAndSkinId(java.lang.String appId, java.lang.String segmentName, java.lang.String skinId)
           
 SkinDefinition SkinDefinitionHome.findBySegmentAndSkinId(java.lang.String appId, java.lang.String segmentName, java.lang.String skinId)
          Finds a skin definition by application, segment and logical ID.
 SkinDefinition _SkinDefinitionHome_BeanImpl.findBySkinId(java.lang.String appId, java.lang.String skinId)
           
 SkinDefinition _SkinDefinitionHome_ReposImpl.findBySkinId(java.lang.String appId, java.lang.String skinId)
           
 SkinDefinition SkinDefinitionHome.findBySkinId(java.lang.String appId, java.lang.String skinId)
          Finds a skin definition by application and logical ID.
 SkinDefinition SkinDefinitionHome.findByUserSegmentAndSkinId(java.lang.String appId, java.lang.String skinId)
           
 SkinDefinition _SkinDefinitionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 SkinDefinition SkinDefinitionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of SkinDefinition in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods that return SkinDefinition
 SkinDefinition SkinDefinitionHomeMethods.findByUserSegmentAndSkinId(java.lang.String appId, java.lang.String skinId, SkinDefinitionHome pSkinHome)
          Gets a definition based on the segment of the current user.
 

Uses of SkinDefinition in atg.svc.repository.service
 

Methods in atg.svc.repository.service with parameters of type SkinDefinition
 void UIService.copySkinDefinitionAttributes(SkinDefinition pSourceObject, SkinDefinition pTargetObject)
          Copies attributes from source to target.