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 TreeStructureAccessRules

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

public class TreeStructureAccessRules
extends TreeBackingBean

JSF managed bean for Access Rules page shown as step of Tree Structure Creation.

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

Constructor Summary
TreeStructureAccessRules()
          Constructor for TreeStructureAccessRules class.
 
Method Summary
 oracle.adf.view.rich.component.rich.output.RichOutputText getTreeStructureCodeOutputText()
          Setter for tree Structure Code output text.
 oracle.adf.view.rich.component.rich.output.RichOutputText getTreeStructureNameOutputText()
          Getter for tree Structure Name output text.
 void setTreeStructureCodeOutputText(oracle.adf.view.rich.component.rich.output.RichOutputText treeStructureCodeOutputText)
          Setter for tree Structure Code output text.
 void setTreeStructureNameOutputText(oracle.adf.view.rich.component.rich.output.RichOutputText treeStructureNameOutputText)
          Setter for tree Structure Name output text.
 java.lang.String submitTreeStructureDetails()
          Submits the available Tree Structure Details information on click of Submit button.
 void submitTreeStructureListener(javax.faces.event.ActionEvent actionEvent)
          Submits the available Tree Structure Details information on click of Submit button.
 
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

TreeStructureAccessRules

public TreeStructureAccessRules()
Constructor for TreeStructureAccessRules class.

Method Detail

submitTreeStructureListener

public void submitTreeStructureListener(javax.faces.event.ActionEvent actionEvent)
Submits the available Tree Structure Details information on click of Submit button.


submitTreeStructureDetails

public java.lang.String submitTreeStructureDetails()
Submits the available Tree Structure Details information on click of Submit button.

Returns:
the action associated with the submit button

setTreeStructureCodeOutputText

public void setTreeStructureCodeOutputText(oracle.adf.view.rich.component.rich.output.RichOutputText treeStructureCodeOutputText)
Setter for tree Structure Code output text.

Parameters:
treeStructureCodeOutputText - RichOutputText

getTreeStructureCodeOutputText

public oracle.adf.view.rich.component.rich.output.RichOutputText getTreeStructureCodeOutputText()
Setter for tree Structure Code output text.

Returns:
treeStructureCodeOutputText RichOutputText

setTreeStructureNameOutputText

public void setTreeStructureNameOutputText(oracle.adf.view.rich.component.rich.output.RichOutputText treeStructureNameOutputText)
Setter for tree Structure Name output text.

Parameters:
treeStructureNameOutputText - RichOutputText

getTreeStructureNameOutputText

public oracle.adf.view.rich.component.rich.output.RichOutputText getTreeStructureNameOutputText()
Getter for tree Structure Name output text.

Returns:
treeStructureNameOutputText RichOutputText

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.