atg.svc.repository.beans.methods
Class FrameworkObjectMethods
java.lang.Object
  
atg.svc.repository.beans.methods.SegmentedFrameworkMethods
      
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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- See Also:
 - Constant Field Values
 
FrameworkObjectMethods
public FrameworkObjectMethods()
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