atg.svc.repository.beans.methods
Class FrameworkObjectMethods

java.lang.Object
  extended by atg.svc.repository.beans.methods.SegmentedFrameworkMethods
      extended by atg.svc.repository.beans.methods.FrameworkObjectMethods

public class FrameworkObjectMethods
extends SegmentedFrameworkMethods

Defines extension methods for the FrameworkObject object.

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

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
FrameworkObjectMethods()
           
 
Method Summary
 java.util.Map getContents(FrameworkObject pObject)
          Gets the map of object contents by segment.
 java.util.Map getFrameworkObjects(int pItemType, FrameworkObject pObject)
          Gets the map of framework objects by segment.
 java.util.Map getOptions(FrameworkObject pObject)
          Gets the map of object options by segment.
 java.util.Map getTemplates(FrameworkObject pObject)
          Gets the map of object templates by segment.
 
Methods inherited from class atg.svc.repository.beans.methods.SegmentedFrameworkMethods
getSegmentedOptionService, getSegmentService, getServiceHomes
 
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

FrameworkObjectMethods

public FrameworkObjectMethods()
Method Detail

getContents

public java.util.Map getContents(FrameworkObject pObject)
                          throws ObjectNotFoundException
Gets the map of object contents by segment.

Parameters:
pObject - The object for which to retrieve contents.
Returns:
The contents map.
Throws:
ObjectNotFoundException

getOptions

public java.util.Map getOptions(FrameworkObject pObject)
                         throws ObjectNotFoundException
Gets the map of object options by segment.

Parameters:
pObject - The object for which to retrieve options.
Returns:
The options map.
Throws:
ObjectNotFoundException

getTemplates

public java.util.Map getTemplates(FrameworkObject pObject)
                           throws ObjectNotFoundException
Gets the map of object templates by segment.

Parameters:
pObject - The object for which to retrieve templates.
Returns:
The templates map.
Throws:
ObjectNotFoundException

getFrameworkObjects

public java.util.Map getFrameworkObjects(int pItemType,
                                         FrameworkObject pObject)
                                  throws ObjectNotFoundException
Gets the map of framework objects by segment.

Parameters:
pItemType - The enumerated item type.
pObject - The object for which to retrieve objects.
Returns:
The object map.
Throws:
ObjectNotFoundException