atg.svc.repository.beans.methods
Class PanelStackDefinitionMethods

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

public class PanelStackDefinitionMethods
extends SegmentedFrameworkMethods

Defines extension methods for the PanelStackDefinition object.

Version:
$$
Author:
plorenz

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
PanelStackDefinitionMethods()
           
 
Method Summary
 java.util.List getPanels(PanelStackDefinition pDefinition)
          Gets the list of panel definitions by segment.
 java.util.List getPanelStackDefinitions(int pItemType, PanelStackDefinition pDefinition)
          Gets the map of framework object 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

PanelStackDefinitionMethods

public PanelStackDefinitionMethods()
Method Detail

getPanels

public java.util.List getPanels(PanelStackDefinition pDefinition)
                         throws ObjectNotFoundException
Gets the list of panel definitions by segment.

Parameters:
pDefinition - The definition for which to retrieve panels.
Returns:
The tabs list.
Throws:
ObjectNotFoundException

getPanelStackDefinitions

public java.util.List getPanelStackDefinitions(int pItemType,
                                               PanelStackDefinition 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