atg.svc.repository.beans.methods
Class TransactionalFragmentFieldValueMethods

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

public class TransactionalFragmentFieldValueMethods
extends java.lang.Object

Defines extension methods for the TransactionalFragmentFieldValue object.

Version:
$Id: //application/service/version/2007.3/common/src/classes/atg/svc/repository/beans/methods/TransactionalFragmentFieldValueMethods.java#2 $$Change: 632007 $
Author:
dkenyon

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 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.