atg.svc.repository.beans.methods
Class FrameworkDefinitionMethods

java.lang.Object
  extended by atg.svc.repository.beans.methods.SegmentedFrameworkMethods
      extended by 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

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
FrameworkDefinitionMethods()
           
 
Method Summary
 java.util.List getFrameworkDefinitions(int pItemType, FrameworkDefinition pDefinition)
          Gets the map of framework object by segment.
 java.util.List getSkins(FrameworkDefinition pDefinition)
          Gets the list of definition skins by segment.
 java.util.List getTabs(FrameworkDefinition pDefinition)
          Gets the list of definition tabs 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

FrameworkDefinitionMethods

public FrameworkDefinitionMethods()
Method Detail

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