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

E22562-01

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

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

public class ScheduledAuditResult
extends TreeBackingBean

JSF managed bean for Scheduled Audit result Page.

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

Constructor Summary
ScheduledAuditResult()
          Constructor for ScheduledAuditResult class.
 
Method Summary
 java.lang.String cancelAudit()
          Gets the action while Cancelling the Audit Run flow.
 oracle.adf.view.rich.component.rich.data.RichTable getAuditJobTable()
          Getter for Audit Job Table.
 java.lang.String getAuditMessage()
          Gets relevent audit message.
 oracle.adf.view.rich.component.rich.data.RichTreeTable getAuditResultTreeTableId()
          Getter for Audit Result Tree Table.
 oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout getCenterPanelLayout()
          Getter for Center Panel Group Layout
 java.lang.String invokeTreeVersionCorrectionUI()
          Action associated with launch of correction Ui associated with validation result for Tree Structure metadata.
 java.lang.String onlineAudit()
          Action listener for doing online audit
 void processAndSetParams()
          Process and sets parameter for taskflow Tree Summary.
 void refreshAuditTable(javax.faces.event.ActionEvent actionEvent)
          Action listener for refreshing audit tables
 void setAuditJobTable(oracle.adf.view.rich.component.rich.data.RichTable auditJobTable)
          Setter for Audit Job Table.
 void setAuditMessage(java.lang.String auditMessage)
          Sets relevent audit message.
 void setAuditResultTreeTableId(oracle.adf.view.rich.component.rich.data.RichTreeTable auditResultTreeTableId)
          Setter for Audit Result Tree Table.
 void setCenterPanelLayout(oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout centerPanelLayout)
          Setter for Center Panel Group Layout
 java.lang.String submitAudit()
          Gets the action while submitting the Audit Run flow.
 void treeJobSelectionListener(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)
          Custom selection listener for populating validators on job row selection.
 
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

ScheduledAuditResult

public ScheduledAuditResult()
Constructor for ScheduledAuditResult class.

Method Detail

setAuditResultTreeTableId

public void setAuditResultTreeTableId(oracle.adf.view.rich.component.rich.data.RichTreeTable auditResultTreeTableId)
Setter for Audit Result Tree Table.

Parameters:
auditResultTreeTableId - RichTreeTable

getAuditResultTreeTableId

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

Returns:
auditResultTreeTableId as RichTreeTable

invokeTreeVersionCorrectionUI

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

Returns:
associated action as String

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

treeJobSelectionListener

public void treeJobSelectionListener(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)
Custom selection listener for populating validators on job row selection.

Parameters:
selectionEvent - as Selection Event

setAuditJobTable

public void setAuditJobTable(oracle.adf.view.rich.component.rich.data.RichTable auditJobTable)
Setter for Audit Job Table.

Parameters:
auditJobTable - as Rich Table

getAuditJobTable

public oracle.adf.view.rich.component.rich.data.RichTable getAuditJobTable()
Getter for Audit Job Table.

Returns:
auditJobTable as Rich Table

cancelAudit

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

Returns:
Action String for cancellation

submitAudit

public java.lang.String submitAudit()
Gets the action while submitting the Audit Run flow.

Returns:
Action String for submit

refreshAuditTable

public void refreshAuditTable(javax.faces.event.ActionEvent actionEvent)
Action listener for refreshing audit tables

Parameters:
actionEvent - as Action Event

onlineAudit

public java.lang.String onlineAudit()
Action listener for doing online audit

Returns:
"Cancel" on sucessful audit and activation

setAuditMessage

public void setAuditMessage(java.lang.String auditMessage)
Sets relevent audit message.

Parameters:
auditMessage - as String

getAuditMessage

public java.lang.String getAuditMessage()
Gets relevent audit message.

Returns:
audit Message as String

processAndSetParams

public void processAndSetParams()
Process and sets parameter for taskflow Tree Summary.


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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.