atg.svc.repository.beans.methods
Class SegmentedFrameworkMethods

java.lang.Object
  extended by atg.svc.repository.beans.methods.SegmentedFrameworkMethods
Direct Known Subclasses:
CellDefinitionHomeMethods, ContentDefinitionHomeMethods, FrameworkDefinitionMethods, FrameworkObjectMethods, PanelDefinitionHomeMethods, PanelDefinitionMethods, PanelStackDefinitionHomeMethods, PanelStackDefinitionMethods, SkinDefinitionHomeMethods, TabDefinitionHomeMethods, TemplateDefinitionHomeMethods

public class SegmentedFrameworkMethods
extends java.lang.Object

Defines base extension methods for the all segmented framework objects.

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

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
SegmentedFrameworkMethods()
           
 
Method Summary
protected  SegmentedOptionService getSegmentedOptionService()
          Gets the SegmentedOptionService component.
protected  SegmentService getSegmentService()
          Gets the SegmentService component.
 ServiceHomes getServiceHomes()
          Gets the service homes.
 
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

SegmentedFrameworkMethods

public SegmentedFrameworkMethods()
Method Detail

getSegmentService

protected SegmentService getSegmentService()
Gets the SegmentService component.

Returns:
The SegmentService component.

getSegmentedOptionService

protected SegmentedOptionService getSegmentedOptionService()
Gets the SegmentedOptionService component.

Returns:
The SegmentedOptionService component.

getServiceHomes

public ServiceHomes getServiceHomes()
Gets the service homes.

Returns:
The service homes.