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

Packages that use SkinDefinitionHome
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
 

Uses of SkinDefinitionHome in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement SkinDefinitionHome
 class _SkinDefinitionHome_BeanImpl
           
 class _SkinDefinitionHome_ReposImpl
           
 

Methods in atg.svc.repository.beans that return SkinDefinitionHome
 SkinDefinitionHome ServiceHomes.getSkinDefinitionHome()
          Returns an instance of the Home for SkinDefinition instances.
 

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

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