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

E22562-03

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

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

public class TreeStructurePerformance
extends TreeBackingBean

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

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

Constructor Summary
TreeStructurePerformance()
          Constructor for TreeStructurePerformance class.
 
Method Summary
 oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getIdColFlattenedTableId()
          Getter for Column Flattened Tree Node Table Name List Of values.
 oracle.adf.view.rich.component.rich.input.RichSelectOneRadio getRefreshIntervalRadio()
          Gets the refresh Interval as Select One Radio.
 oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getRowFlattenedTableId()
          Getter for Row Flattened Tree Node Table Name List Of values.
 java.lang.String getToPage()
          Getter for to page activity.
 void saveTreeStructurePeroformanceDetails(javax.faces.event.ActionEvent actionEvent)
          Action associated to do validations and data saving while leaving Tree Structure Performance page.
 void setIdColFlattenedTableId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues idColFlattenedTableId)
          Setter for Column Flattened Tree Node Table Name List Of values.
 void setRefreshIntervalRadio(oracle.adf.view.rich.component.rich.input.RichSelectOneRadio refreshIntervalRadio)
          Sets the refresh Interval as Select One Radio.
 void setRowFlattenedTableId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues rowFlattenedTableId)
          Setter for Row Flattened Tree Node Table Name List Of values.
 void setToPage(java.lang.String toPage)
          Setter for to page activity.
 
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

TreeStructurePerformance

public TreeStructurePerformance()
Constructor for TreeStructurePerformance class.

Method Detail

setRowFlattenedTableId

public void setRowFlattenedTableId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues rowFlattenedTableId)
Setter for Row Flattened Tree Node Table Name List Of values.

Parameters:
rowFlattenedTableId - RichInputListOfValues

getRowFlattenedTableId

public oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getRowFlattenedTableId()
Getter for Row Flattened Tree Node Table Name List Of values.

Returns:
rowFlattenedTableId RichInputListOfValues

setIdColFlattenedTableId

public void setIdColFlattenedTableId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues idColFlattenedTableId)
Setter for Column Flattened Tree Node Table Name List Of values.

Parameters:
idColFlattenedTableId - RichInputListOfValues

getIdColFlattenedTableId

public oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getIdColFlattenedTableId()
Getter for Column Flattened Tree Node Table Name List Of values.

Returns:
idColFlattenedTableId RichInputListOfValues

setRefreshIntervalRadio

public void setRefreshIntervalRadio(oracle.adf.view.rich.component.rich.input.RichSelectOneRadio refreshIntervalRadio)
Sets the refresh Interval as Select One Radio.

Parameters:
refreshIntervalRadio - RichSelectOneRadio

getRefreshIntervalRadio

public oracle.adf.view.rich.component.rich.input.RichSelectOneRadio getRefreshIntervalRadio()
Gets the refresh Interval as Select One Radio.

Returns:
_refreshIntervalRadio RichSelectOneRadio

setToPage

public void setToPage(java.lang.String toPage)
Setter for to page activity.

Parameters:
toPage - Activity Id as String

getToPage

public java.lang.String getToPage()
Getter for to page activity.

Returns:
toPage Activity Id as String

saveTreeStructurePeroformanceDetails

public void saveTreeStructurePeroformanceDetails(javax.faces.event.ActionEvent actionEvent)
Action associated to do validations and data saving while leaving Tree Structure Performance page.

Parameters:
actionEvent - ActionEvent

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.