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

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

Uses of ContentDefinition in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement ContentDefinition
 class _ContentDefinition_BeanImpl
           
 class _ContentDefinition_Impl
           
 class _ContentDefinition_ReposImpl
           
 

Methods in atg.svc.repository.beans that return ContentDefinition
 ContentDefinition _ContentDefinitionHome_BeanImpl.create()
           
 ContentDefinition _ContentDefinitionHome_ReposImpl.create()
           
 ContentDefinition ContentDefinitionHome.create()
          Returns a new instance.
 ContentDefinition _ContentDefinitionHome_BeanImpl.create(java.lang.String pId)
           
 ContentDefinition _ContentDefinitionHome_ReposImpl.create(java.lang.String pId)
           
 ContentDefinition ContentDefinitionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 ContentDefinition _ContentDefinitionHome_BeanImpl.findByContentId(java.lang.String appId, java.lang.String contentId)
           
 ContentDefinition _ContentDefinitionHome_ReposImpl.findByContentId(java.lang.String appId, java.lang.String contentId)
           
 ContentDefinition ContentDefinitionHome.findByContentId(java.lang.String appId, java.lang.String contentId)
          Finds a content definition by application and logical ID.
 ContentDefinition _ContentDefinitionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 ContentDefinition _ContentDefinitionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 ContentDefinition ContentDefinitionHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 ContentDefinition _ContentDefinitionHome_BeanImpl.findBySegmentAndContentId(java.lang.String appId, java.lang.String segmentName, java.lang.String contentId)
           
 ContentDefinition _ContentDefinitionHome_ReposImpl.findBySegmentAndContentId(java.lang.String appId, java.lang.String segmentName, java.lang.String contentId)
           
 ContentDefinition ContentDefinitionHome.findBySegmentAndContentId(java.lang.String appId, java.lang.String segmentName, java.lang.String contentId)
          Finds a content definition by application, segment and logical ID.
 ContentDefinition ContentDefinitionHome.findByUserSegmentAndContentId(java.lang.String appId, java.lang.String contentId)
           
 ContentDefinition _ContentDefinitionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 ContentDefinition ContentDefinitionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

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

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

Uses of ContentDefinition in atg.svc.repository.service
 

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