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

E22562-02

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

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

public class DeleteTreeNodeHandler
extends BaseHierarchyBean

JSF managed bean for Deleting Tree Node.

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

Constructor Summary
DeleteTreeNodeHandler()
          Populate the fields for Delete Tree node UI.
 
Method Summary
 void deleteNo(javax.faces.event.ActionEvent actionEvent)
          Cancel Tree node deletion Process.
 void deleteYes(javax.faces.event.ActionEvent actionEvent)
          Perform the Tree node deletion.
 java.lang.String getDeleteMessage()
          Gets the Delete Message need to be shown.
 oracle.adf.view.rich.component.rich.nav.RichCommandButton getLaunchDeletePageButton()
          Getter for Launch Delete Page Command button.
 java.lang.String getNodeDisplay()
          Gets the Node Display.
 oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout getPanelGroupLayout1()
          Gets the panel layout1.
 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 launchDeletePage(javax.faces.event.ActionEvent actionEvent)
          Launch delete page flow for the selected data source.
 void returnedfromDeletePage(org.apache.myfaces.trinidad.event.ReturnEvent returnEvent)
          Handle the flow after returning from Delete Page of Data Source.
 void setConfirmMessage()
          Sets the Confirmation Message to be displayed.
 void setDeleteMessage(java.lang.String msg)
          Sets the Delete Message to be displayed.
 void setLaunchDeletePageButton(oracle.adf.view.rich.component.rich.nav.RichCommandButton launchDeletePageButton)
          Setter for Launch Delete Page Command button.
 void setNodeDisplay(java.lang.String nodeDisplay)
          Sets the Node Display Value.
 void setPanelGroupLayout1(oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout panelGroupLayout1)
          Sets the panel layout1.
 
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

DeleteTreeNodeHandler

public DeleteTreeNodeHandler()
Populate the fields for Delete Tree node UI. Constructor for Delete Tree Node Handler

Method Detail

setPanelGroupLayout1

public void setPanelGroupLayout1(oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout panelGroupLayout1)
Sets the panel layout1.

Parameters:
panelGroupLayout1 - Panel Layout1

getPanelGroupLayout1

public oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout getPanelGroupLayout1()
Gets the panel layout1.

Returns:
panel layout1

setNodeDisplay

public void setNodeDisplay(java.lang.String nodeDisplay)
Sets the Node Display Value.

Parameters:
nodeDisplay - the Selected Node Display Value

getNodeDisplay

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

Returns:
Node Display Value

setDeleteMessage

public void setDeleteMessage(java.lang.String msg)
Sets the Delete Message to be displayed.


getDeleteMessage

public java.lang.String getDeleteMessage()
Gets the Delete Message need to be shown.

Returns:
Delete message as String

setConfirmMessage

public void setConfirmMessage()
Sets the Confirmation Message to be displayed.


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

deleteNo

public void deleteNo(javax.faces.event.ActionEvent actionEvent)
Cancel Tree node deletion Process.

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

deleteYes

public void deleteYes(javax.faces.event.ActionEvent actionEvent)
Perform the Tree node deletion.

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

launchDeletePage

public void launchDeletePage(javax.faces.event.ActionEvent actionEvent)
Launch delete page flow for the selected data source.

Parameters:
actionEvent - Action Event

returnedfromDeletePage

public void returnedfromDeletePage(org.apache.myfaces.trinidad.event.ReturnEvent returnEvent)
Handle the flow after returning from Delete Page of Data Source.

Parameters:
returnEvent - Return Event

setLaunchDeletePageButton

public void setLaunchDeletePageButton(oracle.adf.view.rich.component.rich.nav.RichCommandButton launchDeletePageButton)
Setter for Launch Delete Page Command button.

Parameters:
launchDeletePageButton - RichCommandButton

getLaunchDeletePageButton

public oracle.adf.view.rich.component.rich.nav.RichCommandButton getLaunchDeletePageButton()
Getter for Launch Delete Page Command button.

Returns:
launchDeletePageButton RichCommandButton

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.