atg.svc.repository.beans.methods
Class BaseMethods

java.lang.Object
  extended by atg.svc.repository.beans.methods.BaseMethods
Direct Known Subclasses:
DefaultFieldValueMethods, EnumeratedListValueMethods, FieldDefinitionMethods, FieldDefinitionTypeMetadataMethods, ListFieldDefinitionMethods, OrganizationValueMethods, SegmentMethods, SolutionClassFieldDefinitionMethods, SolutionClassMethods, SolutionFieldMethods, SolutionFieldValueMethods, SolutionHomeMethods, SolutionMethods, SolutionRelevanceMethods, TransactionalFragmentFieldValueMethods, UserFieldDefinitionMethods

public class BaseMethods
extends java.lang.Object

Base class for extension methods class that handles all the dirty work of getting access to the business components since the path to the business components cannot be configured on these non-nucleus components they have to be configured here.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
BaseMethods()
           
 
Method Summary
protected  ServiceFactory getServiceFactory()
          Gets the factory for the business components since they cannot be configured on non-nucleus components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

BaseMethods

public BaseMethods()
Method Detail

getServiceFactory

protected ServiceFactory getServiceFactory()
Gets the factory for the business components since they cannot be configured on non-nucleus components.

Returns:
An instance of the business component factory.