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

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

Uses of QOAA in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement QOAA
 class _QOAA_BeanImpl
           
 class _QOAA_Impl
           
 class _QOAA_ReposImpl
           
 

Methods in atg.svc.repository.beans that return QOAA
 QOAA _QOAAHome_BeanImpl.create()
           
 QOAA _QOAAHome_ReposImpl.create()
           
 QOAA QOAAHome.create()
          Returns a new instance.
 QOAA _QOAAHome_BeanImpl.create(java.lang.String pId)
           
 QOAA _QOAAHome_ReposImpl.create(java.lang.String pId)
           
 QOAA QOAAHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 QOAA _QOAAHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 QOAA _QOAAHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 QOAA QOAAHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 QOAA _QOAAHome_BeanImpl.findBySolution(java.lang.String solutionId)
           
 QOAA _QOAAHome_ReposImpl.findBySolution(java.lang.String solutionId)
           
 QOAA QOAAHome.findBySolution(java.lang.String solutionId)
          Finds the QOAAs that refer to the given solution
 QOAA _QOAAHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 QOAA QOAAHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of QOAA in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return QOAA
 QOAA QOAAService.create(java.lang.String pSolutionId)
          Creates a new QOAA bean for the specified solution.
 QOAA QOAAService.edit(java.lang.String pSolutionId)
          Gets an editable version of a QOAA given the solution's id.
 QOAA QOAAService.findBySolutionId(java.lang.String pSolutionId)
          Finds a solution relevance object by the solution's repository id.
 

Methods in atg.svc.repository.service with parameters of type QOAA
 void QOAAService.save(QOAA pQOAA)
          Saves a QOAA object to the repository.