atg.svc.repository.beans.methods
Class FrameworkDefinitionMethods
java.lang.Object
atg.svc.repository.beans.methods.SegmentedFrameworkMethods
atg.svc.repository.beans.methods.FrameworkDefinitionMethods
public class FrameworkDefinitionMethods
- extends SegmentedFrameworkMethods
Defines extension methods for the FrameworkDefinition object.
- Version:
- $Id: //application/service/version/2007.3/common/src/classes/atg/svc/repository/beans/methods/FrameworkDefinitionMethods.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
FrameworkDefinitionMethods
public FrameworkDefinitionMethods()
getSkins
public java.util.List getSkins(FrameworkDefinition pDefinition)
throws ObjectNotFoundException
- Gets the list of definition skins by segment.
- Parameters:
pDefinition
- The definition for which to retrieve skins.
- Returns:
- The skins list.
- Throws:
ObjectNotFoundException
getTabs
public java.util.List getTabs(FrameworkDefinition pDefinition)
throws ObjectNotFoundException
- Gets the list of definition tabs by segment.
- Parameters:
pDefinition
- The definition for which to retrieve tabs.
- Returns:
- The tabs list.
- Throws:
ObjectNotFoundException
getFrameworkDefinitions
public java.util.List getFrameworkDefinitions(int pItemType,
FrameworkDefinition pDefinition)
throws ObjectNotFoundException
- Gets the map of framework object by segment.
- Parameters:
pItemType
- The enumerated item type.pObject
- The object for which to retrieve definitions.
- Returns:
- The definition list.
- Throws:
ObjectNotFoundException