atg.svc.repository.beans.methods
Class TransactionalFragmentFieldValueMethods

java.lang.Object
  extended by atg.svc.repository.beans.methods.BaseMethods
      extended by atg.svc.repository.beans.methods.TransactionalFragmentFieldValueMethods

public class TransactionalFragmentFieldValueMethods
extends BaseMethods

Defines extension methods for the TransactionalFragmentFieldValue object.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
TransactionalFragmentFieldValueMethods()
           
 
Method Summary
 TransactionalFragment getFragment(TransactionalFragmentFieldValue pValue)
          Gets the transactional fragment that's been associated with the field value.
 
Methods inherited from class atg.svc.repository.beans.methods.BaseMethods
getServiceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Constructor Detail

TransactionalFragmentFieldValueMethods

public TransactionalFragmentFieldValueMethods()
Method Detail

getFragment

public TransactionalFragment getFragment(TransactionalFragmentFieldValue pValue)
Gets the transactional fragment that's been associated with the field value.

Parameters:
pValue - The field value to get the fragment from.
Returns:
The TransactionalFragment nucleus component resolved from the fragmentPath property on the given field value. If no component is found with the given path the default fragment configured on the TransactionalFragmentService is returned.