Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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

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.RemoveTreeNodeHandler
All Implemented Interfaces:
java.io.Serializable

public class RemoveTreeNodeHandler
extends BaseHierarchyBean

JSF managed bean for Removing Tree Node.

Abhay K Kumar <abhay.k.kumar&064;oracle.com>
See Also:
Serialized Form

Constructor Summary
RemoveTreeNodeHandler()
          Populate the fields for Remove Tree node UI.
 
Method Summary
 java.lang.String getNodeDisplay()
          Gets the Node Display.
 java.lang.String getRemoveMessage()
          Gets the Removal Message need to be shown.
 java.lang.String getTreeCode()
          Gets the Tree Code.
 java.lang.String getTreeStructureCode()
          Gets the Tree Structure Code.
 java.lang.String getTreeVersionName()
          Gets the Tree Version Name.
 void removeNo(javax.faces.event.ActionEvent actionEvent)
          Cancel Tree node removal Process.
 void removeYes(javax.faces.event.ActionEvent actionEvent)
          Perform the Tree node removal.
 void setRemoveMessage()
          Sets the Removal Message to be displayed.
 
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

RemoveTreeNodeHandler

public RemoveTreeNodeHandler()
Populate the fields for Remove Tree node UI. Constructor for Remove Tree Node Handler

Method Detail

getNodeDisplay

public java.lang.String getNodeDisplay()
Gets the Node Display.

Returns:
Node Display Value

getTreeVersionName

public java.lang.String getTreeVersionName()
Gets the Tree Version Name.

Returns:
Tree Version Name

getTreeCode

public java.lang.String getTreeCode()
Gets the Tree Code.

Returns:
Tree Code

getTreeStructureCode

public java.lang.String getTreeStructureCode()
Gets the Tree Structure Code.

Returns:
Tree Structure Code

setRemoveMessage

public void setRemoveMessage()
Sets the Removal Message to be displayed.


getRemoveMessage

public java.lang.String getRemoveMessage()
Gets the Removal Message need to be shown.

Returns:
Removal message as String

removeNo

public void removeNo(javax.faces.event.ActionEvent actionEvent)
Cancel Tree node removal Process.

Parameters:
actionEvent - ActionEvent assoiciated Cancel the removal and return back

removeYes

public void removeYes(javax.faces.event.ActionEvent actionEvent)
Perform the Tree node removal.

Parameters:
actionEvent - ActionEvent assoiciated Perform the removal and return back

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.