Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.trees.ui.managed
Class CommonHierBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
      extended by oracle.apps.fnd.applcore.trees.ui.managed.BaseHierarchyBean
          extended by oracle.apps.fnd.applcore.trees.ui.managed.BaseHierBean
              extended by oracle.apps.fnd.applcore.trees.ui.managed.CommonHierBean
All Implemented Interfaces:
java.io.Serializable

public class CommonHierBean
extends BaseHierBean

See Also:
Serialized Form

Constructor Summary
CommonHierBean()
           
 
Method Summary
 boolean isDSOpsEnabled()
          Check whether to enable some node operations.
 boolean isInPortlet()
           
 
Methods inherited from class oracle.apps.fnd.applcore.trees.ui.managed.BaseHierBean
getCalcualtedTreeVersion, getEmptyTfId, getLabelingScheme, getNodeDisplay, getParentNode, getScopeVariable, getSelectedNode, getTreeCode, getTreeMap, getTreeName, getTreeStructure, getTreeVerName, getTreeVersionId, getTsCode, getTsName, getValidTF, isCurrentDsMaxDepthReached, processNodeOp, refreshHierarchyComponent, setScopeVariable
 
Methods inherited from class oracle.apps.fnd.applcore.trees.ui.managed.BaseHierarchyBean
clearNodeParameter, getDisplayableMessage, getSelectedTreeComponetNodes, populateTreeNodeHierarchy, populateTreeStructure, putDialogParameters, setPrimaryKeysEndVal, setPrimaryKeysStartVal, sortDynaBeanNodes, validateTreeNode
 
Methods inherited from class oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
evaluateExpr, getBindingContainer, getCentralTreeNodeAM, getCreateTreeAM, getHierarchyAM, getRootAM, getTreeStructureAM, getTreeStructureAuditAM, noActionMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonHierBean

public CommonHierBean()
Method Detail

isDSOpsEnabled

public boolean isDSOpsEnabled()
Check whether to enable some node operations. It affects edit, create, delete, duplicate node operations. And it partially affects add node operation when users have registered customized search page. Currently, in FS(i.e. portlet) environment, due to existing popup launching mechanism we cannot support any customized page registration, which means we only support remove and add (without search functionality) operations in portlet environment.

Returns:
true if it is not in portlet environment

isInPortlet

public boolean isInPortlet()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.