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

Packages that use TransactionalFragmentFieldValue
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of TransactionalFragmentFieldValue in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement TransactionalFragmentFieldValue
 class _TransactionalFragmentFieldValue_BeanImpl
           
 class _TransactionalFragmentFieldValue_Impl
           
 class _TransactionalFragmentFieldValue_ReposImpl
           
 

Methods in atg.svc.repository.beans that return TransactionalFragmentFieldValue
 TransactionalFragmentFieldValue _TransactionalFragmentFieldValueHome_BeanImpl.create()
           
 TransactionalFragmentFieldValue _TransactionalFragmentFieldValueHome_ReposImpl.create()
           
 TransactionalFragmentFieldValue TransactionalFragmentFieldValueHome.create()
          Returns a new instance.
 TransactionalFragmentFieldValue _TransactionalFragmentFieldValueHome_BeanImpl.create(java.lang.String pId)
           
 TransactionalFragmentFieldValue _TransactionalFragmentFieldValueHome_ReposImpl.create(java.lang.String pId)
           
 TransactionalFragmentFieldValue TransactionalFragmentFieldValueHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 TransactionalFragmentFieldValue _TransactionalFragmentFieldValueHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 TransactionalFragmentFieldValue _TransactionalFragmentFieldValueHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 TransactionalFragmentFieldValue TransactionalFragmentFieldValueHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 TransactionalFragmentFieldValue _SolutionFieldValue_BeanImpl.getFragment()
           
 TransactionalFragmentFieldValue _SolutionFieldValue_ReposImpl.getFragment()
           
 TransactionalFragmentFieldValue SolutionFieldValue.getFragment()
          Getter for property fragment
 TransactionalFragmentFieldValue _TransactionalFragmentFieldValueHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 TransactionalFragmentFieldValue TransactionalFragmentFieldValueHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type TransactionalFragmentFieldValue
 void _TransactionalFragmentFieldValue_Impl.copyTo(TransactionalFragmentFieldValue destination)
           
 void TransactionalFragmentFieldValue.copyTo(TransactionalFragmentFieldValue destination)
          Copies the property values of this instance to another instance of the same data type.
 void _SolutionFieldValue_BeanImpl.setFragment(TransactionalFragmentFieldValue value)
           
 void _SolutionFieldValue_ReposImpl.setFragment(TransactionalFragmentFieldValue value)
           
 void SolutionFieldValue.setFragment(TransactionalFragmentFieldValue value)
          Setter for property fragment .
 

Uses of TransactionalFragmentFieldValue in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods with parameters of type TransactionalFragmentFieldValue
 TransactionalFragment TransactionalFragmentFieldValueMethods.getFragment(TransactionalFragmentFieldValue pValue)
          Gets the transactional fragment that's been associated with the field value.
 

Uses of TransactionalFragmentFieldValue in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return TransactionalFragmentFieldValue
 TransactionalFragmentFieldValue TransactionalFragmentService.copyTransactionalFragmentFieldValue(TransactionalFragmentFieldValue pSrcValue)
          Creates a new TransactionalFieldValue from an existing TransactionalFieldValue by creating new objects and filling them in with the data from the existing objects.
 

Methods in atg.svc.repository.service with parameters of type TransactionalFragmentFieldValue
 TransactionalFragmentFieldValue TransactionalFragmentService.copyTransactionalFragmentFieldValue(TransactionalFragmentFieldValue pSrcValue)
          Creates a new TransactionalFieldValue from an existing TransactionalFieldValue by creating new objects and filling them in with the data from the existing objects.
 void TransactionalFragmentService.removeTransactionalFieldValue(TransactionalFragmentFieldValue pValueToDelete)
          Removes a TransactionalFragmentFieldValue and any associated TransactionalFragmentParameterValue objects from the repository.
 void TransactionalFragmentService.saveTransactionalFragmentFieldValue(TransactionalFragmentFieldValue pTransactionalFragmentFieldValue)
          Commits the given TransactionalFragmentFieldValue to the repository.