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

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

Uses of ContentDefinitionHome in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement ContentDefinitionHome
 class _ContentDefinitionHome_BeanImpl
           
 class _ContentDefinitionHome_ReposImpl
           
 

Methods in atg.svc.repository.beans that return ContentDefinitionHome
 ContentDefinitionHome ServiceHomes.getContentDefinitionHome()
          Returns an instance of the Home for ContentDefinition instances.
 

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

Methods in atg.svc.repository.beans.methods with parameters of type ContentDefinitionHome
 ContentDefinition ContentDefinitionHomeMethods.findByUserSegmentAndContentId(java.lang.String appId, java.lang.String contentId, ContentDefinitionHome pContentHome)
          Gets a definition based on the segment of the current user.