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

E22562-05

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

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

public class TreeStructureAuditResult
extends TreeBackingBean

JSF managed bean for Auditing Result page for a Tree Structure.

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

Constructor Summary
TreeStructureAuditResult()
          Constructor for Tree Structure Audit Result page.
 
Method Summary
 java.lang.String cancelAudit()
          Gets the action while Cancelling the Audit Run flow.
protected  void defineAuditTreeVersionResultNodeBean()
          Defines the structure of the dynamic bean representing a tree node for tree version audit result.
 void executeTreeStructureAuditValidator(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with the Validation result to execute the associated validator.
 void executeTreeVersionAuditValidator(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with the Validation result to execute the associated validator.
 java.lang.String getAuditResultMessage()
          Gets the Audit Result Message to be displayed in the Audit Result Page.
 oracle.adf.view.rich.component.rich.data.RichTreeTable getAuditResultTreeTable()
          Getter for Audit Result Tree Version Tree Table.
 org.apache.commons.beanutils.DynaClass getAuditTreeVersionResultNodeClass()
          Getter for Audit Tree VersionResultNode as DynaClass.
 oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout getCenterPanelLayout()
          Getter for Center Panel Group Layout
 oracle.adf.view.rich.component.rich.data.RichTable getTable1()
          Getter for Audit Run Result Table.
 org.apache.myfaces.trinidad.model.TreeModel getTreeModel()
          Gets the tree model.
 java.lang.String invokeTreeStructureCorrectionUI()
          Action associated with launch of correction Ui associated with validation result for Tree Structure metadata.
 void setAuditResultMessage()
          Sets the Audit Result Message to be displayed in the Audit Result Page.
 void setAuditResultTreeTable(oracle.adf.view.rich.component.rich.data.RichTreeTable auditResultTreeTable)
          Setter for Audit Result Tree Version Tree Table.
 void setAuditTreeVersionResultNodeClass(org.apache.commons.beanutils.DynaClass auditTreeVersionResultNodeClass)
          Setter for Audit Tree VersionResultNode as DynaClass.
 void setCenterPanelLayout(oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout centerPanelLayout)
          Setter for Center Panel Group Layout
 void setTable1(oracle.adf.view.rich.component.rich.data.RichTable table1)
          Setter for Audit Run Result Table.
 void setTreeModel(org.apache.myfaces.trinidad.model.TreeModel treeModel)
          Sets the tree model.
 
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

TreeStructureAuditResult

public TreeStructureAuditResult()
Constructor for Tree Structure Audit Result page.

Method Detail

setTable1

public void setTable1(oracle.adf.view.rich.component.rich.data.RichTable table1)
Setter for Audit Run Result Table.

Parameters:
table1 - RichTable

getTable1

public oracle.adf.view.rich.component.rich.data.RichTable getTable1()
Getter for Audit Run Result Table.

Returns:
table1 RichTable

invokeTreeStructureCorrectionUI

public java.lang.String invokeTreeStructureCorrectionUI()
Action associated with launch of correction Ui associated with validation result for Tree Structure metadata.

Returns:
associated action as String

executeTreeStructureAuditValidator

public void executeTreeStructureAuditValidator(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with the Validation result to execute the associated validator.

Parameters:
actionEvent - Action Event

executeTreeVersionAuditValidator

public void executeTreeVersionAuditValidator(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with the Validation result to execute the associated validator.

Parameters:
actionEvent - Action Event

setAuditResultMessage

public void setAuditResultMessage()
Sets the Audit Result Message to be displayed in the Audit Result Page.


getAuditResultMessage

public java.lang.String getAuditResultMessage()
Gets the Audit Result Message to be displayed in the Audit Result Page.

Returns:
Message as String

setAuditResultTreeTable

public void setAuditResultTreeTable(oracle.adf.view.rich.component.rich.data.RichTreeTable auditResultTreeTable)
Setter for Audit Result Tree Version Tree Table.

Parameters:
auditResultTreeTable - RichTreeTable

getAuditResultTreeTable

public oracle.adf.view.rich.component.rich.data.RichTreeTable getAuditResultTreeTable()
Getter for Audit Result Tree Version Tree Table.

Returns:
auditResultTreeTable RichTreeTable

setTreeModel

public void setTreeModel(org.apache.myfaces.trinidad.model.TreeModel treeModel)
Sets the tree model.

Parameters:
treeModel - the tree model

getTreeModel

public org.apache.myfaces.trinidad.model.TreeModel getTreeModel()
Gets the tree model.

Returns:
TreeModel the tree model

defineAuditTreeVersionResultNodeBean

protected void defineAuditTreeVersionResultNodeBean()
Defines the structure of the dynamic bean representing a tree node for tree version audit result.


setAuditTreeVersionResultNodeClass

public void setAuditTreeVersionResultNodeClass(org.apache.commons.beanutils.DynaClass auditTreeVersionResultNodeClass)
Setter for Audit Tree VersionResultNode as DynaClass.

Parameters:
auditTreeVersionResultNodeClass - DynaClass

getAuditTreeVersionResultNodeClass

public org.apache.commons.beanutils.DynaClass getAuditTreeVersionResultNodeClass()
Getter for Audit Tree VersionResultNode as DynaClass.

Returns:
auditTreeVersionResultNodeClass DynaClass

cancelAudit

public java.lang.String cancelAudit()
Gets the action while Cancelling the Audit Run flow.

Returns:
Action String for cancellation

setCenterPanelLayout

public void setCenterPanelLayout(oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout centerPanelLayout)
Setter for Center Panel Group Layout

Parameters:
centerPanelLayout - RichPanelGroupLayout

getCenterPanelLayout

public oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout getCenterPanelLayout()
Getter for Center Panel Group Layout

Returns:
centerPanelLayout RichPanelGroupLayout

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.