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

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

Uses of TemplateConfig in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement TemplateConfig
 class _TemplateConfig_BeanImpl
           
 class _TemplateConfig_Impl
           
 class _TemplateConfig_ReposImpl
           
 

Methods in atg.svc.repository.beans that return TemplateConfig
 TemplateConfig _TemplateConfigHome_BeanImpl.create()
           
 TemplateConfig _TemplateConfigHome_ReposImpl.create()
           
 TemplateConfig TemplateConfigHome.create()
          Returns a new instance.
 TemplateConfig _TemplateConfigHome_BeanImpl.create(java.lang.String pId)
           
 TemplateConfig _TemplateConfigHome_ReposImpl.create(java.lang.String pId)
           
 TemplateConfig TemplateConfigHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 TemplateConfig _TemplateConfigHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 TemplateConfig _TemplateConfigHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 TemplateConfig TemplateConfigHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 TemplateConfig _TemplateConfigHome_BeanImpl.findByUserId(java.lang.String userId, java.lang.String templateId)
           
 TemplateConfig _TemplateConfigHome_ReposImpl.findByUserId(java.lang.String userId, java.lang.String templateId)
           
 TemplateConfig TemplateConfigHome.findByUserId(java.lang.String userId, java.lang.String templateId)
          Get a specific template by user.
 TemplateConfig _TemplateConfigHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 TemplateConfig TemplateConfigHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of TemplateConfig in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return TemplateConfig
 TemplateConfig UIService.getTemplateConfig(java.lang.String pTemplateId)
          Gets the template configuration for the specified user.