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
 

Classes in atg.svc.repository.beans that implement TransactionalFragmentParameter
 class _TransactionalFragmentParameter_BeanImpl
           
 class _TransactionalFragmentParameter_Impl
           
 class _TransactionalFragmentParameter_ReposImpl
           
 

Methods in atg.svc.repository.beans that return TransactionalFragmentParameter
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_BeanImpl.create()
           
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_ReposImpl.create()
           
 TransactionalFragmentParameter TransactionalFragmentParameterHome.create()
          Returns a new instance.
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_BeanImpl.create(java.lang.String pId)
           
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_ReposImpl.create(java.lang.String pId)
           
 TransactionalFragmentParameter TransactionalFragmentParameterHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_BeanImpl.findByName(java.lang.String name)
           
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_ReposImpl.findByName(java.lang.String name)
           
 TransactionalFragmentParameter TransactionalFragmentParameterHome.findByName(java.lang.String name)
          Gets parameter given the unique name of the parameter
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 TransactionalFragmentParameter _TransactionalFragmentParameterHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 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_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 TransactionalFragmentParameter TransactionalFragmentParameterHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type TransactionalFragmentParameter
 void _TransactionalFragmentParameter_Impl.copyTo(TransactionalFragmentParameter destination)
           
 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.