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

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

Uses of ContentConfig in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement ContentConfig
 class _ContentConfig_BeanImpl
           
 class _ContentConfig_Impl
           
 class _ContentConfig_ReposImpl
           
 

Methods in atg.svc.repository.beans that return ContentConfig
 ContentConfig _ContentConfigHome_BeanImpl.create()
           
 ContentConfig _ContentConfigHome_ReposImpl.create()
           
 ContentConfig ContentConfigHome.create()
          Returns a new instance.
 ContentConfig _ContentConfigHome_BeanImpl.create(java.lang.String pId)
           
 ContentConfig _ContentConfigHome_ReposImpl.create(java.lang.String pId)
           
 ContentConfig ContentConfigHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 ContentConfig _ContentConfigHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 ContentConfig _ContentConfigHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 ContentConfig ContentConfigHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 ContentConfig _ContentConfigHome_BeanImpl.findByUserId(java.lang.String userId, java.lang.String contentId)
           
 ContentConfig _ContentConfigHome_ReposImpl.findByUserId(java.lang.String userId, java.lang.String contentId)
           
 ContentConfig ContentConfigHome.findByUserId(java.lang.String userId, java.lang.String contentId)
          Get a specific content configuration by user.
 ContentConfig _ContentConfigHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 ContentConfig ContentConfigHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of ContentConfig in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return ContentConfig
 ContentConfig UIService.getContentConfig(java.lang.String pContentId)
          Gets the content configuration for the specified user.