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

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

Uses of FrameworkConfig in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement FrameworkConfig
 class _FrameworkConfig_BeanImpl
           
 class _FrameworkConfig_Impl
           
 class _FrameworkConfig_ReposImpl
           
 

Methods in atg.svc.repository.beans that return FrameworkConfig
 FrameworkConfig _FrameworkConfigHome_BeanImpl.create()
           
 FrameworkConfig _FrameworkConfigHome_ReposImpl.create()
           
 FrameworkConfig FrameworkConfigHome.create()
          Returns a new instance.
 FrameworkConfig _FrameworkConfigHome_BeanImpl.create(java.lang.String pId)
           
 FrameworkConfig _FrameworkConfigHome_ReposImpl.create(java.lang.String pId)
           
 FrameworkConfig FrameworkConfigHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 FrameworkConfig _FrameworkConfigHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 FrameworkConfig _FrameworkConfigHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 FrameworkConfig FrameworkConfigHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 FrameworkConfig _FrameworkConfigHome_BeanImpl.findByUserId(java.lang.String userId, java.lang.String frameworkId)
           
 FrameworkConfig _FrameworkConfigHome_ReposImpl.findByUserId(java.lang.String userId, java.lang.String frameworkId)
           
 FrameworkConfig FrameworkConfigHome.findByUserId(java.lang.String userId, java.lang.String frameworkId)
          Get framework by user for the specified application.
 FrameworkConfig _FrameworkConfigHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 FrameworkConfig FrameworkConfigHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of FrameworkConfig in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return FrameworkConfig
 FrameworkConfig UIService.getFrameworkConfig(java.lang.String pFrameworkId)
          Gets the framework configuration for the user.