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
 

Methods in atg.svc.repository.beans that return TransactionalFragmentFieldValue
 TransactionalFragmentFieldValue TransactionalFragmentFieldValueHome.create()
          Returns a new instance.
 TransactionalFragmentFieldValue TransactionalFragmentFieldValueHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 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.getFragment()
          Getter for property fragment
 TransactionalFragmentFieldValue TransactionalFragmentFieldValueHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type TransactionalFragmentFieldValue
 void TransactionalFragmentFieldValue.copyTo(TransactionalFragmentFieldValue destination)
          Copies the property values of this instance to another instance of the same data type.
 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.