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

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

Uses of TransactionalFragmentParameter in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that return TransactionalFragmentParameter
 TransactionalFragmentParameter TransactionalFragmentParameterHome.create()
          Returns a new instance.
 TransactionalFragmentParameter TransactionalFragmentParameterHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 TransactionalFragmentParameter TransactionalFragmentParameterHome.findByName(java.lang.String name)
          Gets parameter given the unique name of the parameter
 TransactionalFragmentParameter TransactionalFragmentParameterHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 TransactionalFragmentParameter TransactionalFragmentParameterHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of TransactionalFragmentParameter in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return TransactionalFragmentParameter
 TransactionalFragmentParameter TransactionalFragmentService.createTransactionalFragmentParameter()
          Creates a new TransactionalFragmentParameter object that has not been committed to the repository.
 TransactionalFragmentParameter TransactionalFragmentService.getTransactionalFragmentParameterByName(java.lang.String pParamName, java.lang.String pResourceBundle)
          Gets a TransactionalFragmentParameter given the unique parameter name.
 

Methods in atg.svc.repository.service with parameters of type TransactionalFragmentParameter
 void TransactionalFragmentService.saveTransactionalFragmentParameter(TransactionalFragmentParameter pParameter)
          Saves a TransactionalFragmentParameter and any list values associated with it through the parameter property.