Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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

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

public class ScheduledFlattening
extends TreeAdminBackingBean

JSF managed bean for Scheduled Flattening Page.

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

Constructor Summary
ScheduledFlattening()
          Constructor for ScheduledFlattening class.
 
Method Summary
 java.lang.String cancelFlattening()
          Gets the action while Cancelling the Scheduling flow.
 java.lang.String closeFlattening()
          Gets the action while Closing the flattening popup.
 FlatteningRangeModel getFlatteningRangeModel()
           
 oracle.adf.view.rich.component.rich.RichPopup getProgressPop1()
           
 void onlineFlatteningListener(javax.faces.event.ActionEvent ae)
          Action Listener for doing the online flattening.
 void onlineForceFlatteningListener(javax.faces.event.ActionEvent ae)
          Does the enofrced flattening starting from scratch.To handle all the complex use cases where notification for related changes is not possible.
 void processAndSetParams()
          Process and sets parameter for taskflow Tree Summary.
 void setFlatteningRangeModel(FlatteningRangeModel flatteningRangeModel)
           
 void setProgressPop1(oracle.adf.view.rich.component.rich.RichPopup progressPop1)
           
 
Methods inherited from class oracle.apps.fnd.applcore.trees.ui.managed.TreeAdminBackingBean
foundScheduleTF, getCurrentGlobalTreeRow, getSelectedDataSourceNode, getTSForCurrentGlobalTreeRow
 
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

ScheduledFlattening

public ScheduledFlattening()
Constructor for ScheduledFlattening class.

Method Detail

cancelFlattening

public java.lang.String cancelFlattening()
Gets the action while Cancelling the Scheduling flow.

Returns:
Action String for cancellation

closeFlattening

public java.lang.String closeFlattening()
Gets the action while Closing the flattening popup.

Returns:
Action String for close event

onlineFlatteningListener

public void onlineFlatteningListener(javax.faces.event.ActionEvent ae)
Action Listener for doing the online flattening.

Parameters:
ae - Action Event

onlineForceFlatteningListener

public void onlineForceFlatteningListener(javax.faces.event.ActionEvent ae)
Does the enofrced flattening starting from scratch.To handle all the complex use cases where notification for related changes is not possible.

Parameters:
ae - Action Event

processAndSetParams

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


setProgressPop1

public void setProgressPop1(oracle.adf.view.rich.component.rich.RichPopup progressPop1)

getProgressPop1

public oracle.adf.view.rich.component.rich.RichPopup getProgressPop1()

setFlatteningRangeModel

public void setFlatteningRangeModel(FlatteningRangeModel flatteningRangeModel)

getFlatteningRangeModel

public FlatteningRangeModel getFlatteningRangeModel()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.