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 TreeStructureSearch

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

public class TreeStructureSearch
extends TreeBackingBean

JSF managed bean for Tree Structure Search Page.

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

Constructor Summary
TreeStructureSearch()
          Constructor for Tree Structure Search.
 
Method Summary
 java.lang.String auditTreeStructure()
          Sets the action for audit Tree Structure if there is no validation error.
 java.lang.String createTreeStructure()
          Sets the action for create Tree Structure if there is no validation error.
 void delPopup(oracle.adf.view.rich.event.PopupFetchEvent popupFetchEvent)
           
 void delTreeStructure(oracle.adf.view.rich.event.DialogEvent dialogEvent)
           
 void dupPopup(oracle.adf.view.rich.event.PopupFetchEvent popupFetchEvent)
           
 void dupTreeStructure(oracle.adf.view.rich.event.DialogEvent dialogEvent)
           
 oracle.adf.view.rich.component.rich.data.RichTable getFndTreeStructureSummaryVCQueryResultId()
          Getter for Tree Structure Summary table.
 oracle.adf.view.rich.component.rich.RichPopup getPopupDraftDialog()
          getter for popupDraftDialog.
 oracle.adf.view.rich.component.rich.RichPopup getPopupInactiveDialog()
          getter for popupInactiveDialog.
 oracle.adf.view.rich.component.rich.RichPopup getPopupStatusChangeConfirmDialog()
          getter for popupStatusChangeConfirmDialog.
 oracle.adf.view.rich.component.rich.RichPopup getPopupUpdateDialog()
          getter for popupUpdateDialog.
 java.lang.String getTreeStructureStatus()
          Getter for Tree Structure Status.
 void initEditParams()
          intilizaes the Editing mode paramters.
 void processAndSetParams()
          Process and sets parameter for taskflow TreeStructure Summary.
 java.lang.String setActiveStatusAction()
          Action Method associated with set active status action.
 void setDraftStatusCommit(oracle.adf.view.rich.event.DialogEvent dEvent)
          Dialog listener for set inactive status popup dialog.
 void setDraftStatusListener(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with set Draft status action.
 void setFndTreeStructureSummaryVCQueryResultId(oracle.adf.view.rich.component.rich.data.RichTable fndTreeStructureSummaryVCQueryResultId)
          Setter for Tree Structure Summary table.
 void setInactiveStatusCommit(oracle.adf.view.rich.event.DialogEvent dEvent)
          Dialog listener for set inactive status popup dialog.
 void setInactiveStatusListener(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with set Inactive status action.
 void setPopupDraftDialog(oracle.adf.view.rich.component.rich.RichPopup popupDraftDialog)
          setter for popupDraftDialog.
 void setPopupInactiveDialog(oracle.adf.view.rich.component.rich.RichPopup popupInactiveDialog)
          Setter for popupInactiveDialog.
 void setPopupStatusChangeConfirmDialog(oracle.adf.view.rich.component.rich.RichPopup popupStatusChangeConfirmDialog)
          getter for popupStatusChangeConfirmDialog.
 void setPopupUpdateDialog(oracle.adf.view.rich.component.rich.RichPopup popupUpdateDialog)
          setter for popupUpdateDialog.
 void setTreeStructureStatus(java.lang.String treeStructureStatus)
          Setter for Tree Structure Status.
 java.lang.String updateTreeStructureAction()
          Sets the action for edit Tree Structure if there is no validation error.
 void updateTreeStructureListener(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with update tree structure action.
 void validateTsCode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object object)
          Validates the tree structure Code for duplicacy.
 
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

TreeStructureSearch

public TreeStructureSearch()
Constructor for Tree Structure Search.

Method Detail

createTreeStructure

public java.lang.String createTreeStructure()
Sets the action for create Tree Structure if there is no validation error.

Returns:
String as outcome for creating tree Structure action

updateTreeStructureAction

public java.lang.String updateTreeStructureAction()
Sets the action for edit Tree Structure if there is no validation error.

Returns:
String as outcome for creating tree Structure action

auditTreeStructure

public java.lang.String auditTreeStructure()
Sets the action for audit Tree Structure if there is no validation error.

Returns:
String as outcome for audit tree Structure action

setFndTreeStructureSummaryVCQueryResultId

public void setFndTreeStructureSummaryVCQueryResultId(oracle.adf.view.rich.component.rich.data.RichTable fndTreeStructureSummaryVCQueryResultId)
Setter for Tree Structure Summary table.

Parameters:
fndTreeStructureSummaryVCQueryResultId - RichTable

getFndTreeStructureSummaryVCQueryResultId

public oracle.adf.view.rich.component.rich.data.RichTable getFndTreeStructureSummaryVCQueryResultId()
Getter for Tree Structure Summary table.

Returns:
fndTreeStructureSummaryVCQueryResultId RichTable

setTreeStructureStatus

public void setTreeStructureStatus(java.lang.String treeStructureStatus)
Setter for Tree Structure Status.

Parameters:
treeStructureStatus - as String

getTreeStructureStatus

public java.lang.String getTreeStructureStatus()
Getter for Tree Structure Status.

Returns:
treeStructureStatus as String

setPopupUpdateDialog

public void setPopupUpdateDialog(oracle.adf.view.rich.component.rich.RichPopup popupUpdateDialog)
setter for popupUpdateDialog.

Parameters:
popupUpdateDialog - as RichPopup

getPopupUpdateDialog

public oracle.adf.view.rich.component.rich.RichPopup getPopupUpdateDialog()
getter for popupUpdateDialog.

Returns:
_popupUpdateDialog as RichPopup

updateTreeStructureListener

public void updateTreeStructureListener(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with update tree structure action.

Parameters:
actionEvent - as action event

setPopupDraftDialog

public void setPopupDraftDialog(oracle.adf.view.rich.component.rich.RichPopup popupDraftDialog)
setter for popupDraftDialog.

Parameters:
popupDraftDialog - as RichPopup

getPopupDraftDialog

public oracle.adf.view.rich.component.rich.RichPopup getPopupDraftDialog()
getter for popupDraftDialog.

Returns:
_popupDraftDialog as RichPopup

setDraftStatusListener

public void setDraftStatusListener(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with set Draft status action.

Parameters:
actionEvent - as Action Event

setDraftStatusCommit

public void setDraftStatusCommit(oracle.adf.view.rich.event.DialogEvent dEvent)
Dialog listener for set inactive status popup dialog.

Parameters:
dEvent - Dialog Event

setActiveStatusAction

public java.lang.String setActiveStatusAction()
Action Method associated with set active status action.

Returns:
action String when status is changed to active

setPopupInactiveDialog

public void setPopupInactiveDialog(oracle.adf.view.rich.component.rich.RichPopup popupInactiveDialog)
Setter for popupInactiveDialog.

Parameters:
popupInactiveDialog - as RichPopup

getPopupInactiveDialog

public oracle.adf.view.rich.component.rich.RichPopup getPopupInactiveDialog()
getter for popupInactiveDialog.

Returns:
_popupInactiveDialog as RichPopup

setInactiveStatusListener

public void setInactiveStatusListener(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with set Inactive status action.

Parameters:
actionEvent - as Action Event

setInactiveStatusCommit

public void setInactiveStatusCommit(oracle.adf.view.rich.event.DialogEvent dEvent)
Dialog listener for set inactive status popup dialog.

Parameters:
dEvent - Dialog Event

setPopupStatusChangeConfirmDialog

public void setPopupStatusChangeConfirmDialog(oracle.adf.view.rich.component.rich.RichPopup popupStatusChangeConfirmDialog)
getter for popupStatusChangeConfirmDialog.

Parameters:
popupStatusChangeConfirmDialog - as RichPopup

getPopupStatusChangeConfirmDialog

public oracle.adf.view.rich.component.rich.RichPopup getPopupStatusChangeConfirmDialog()
getter for popupStatusChangeConfirmDialog.

Returns:
_popupStatusChangeConfirmDialog as RichPopup

initEditParams

public void initEditParams()
intilizaes the Editing mode paramters.


processAndSetParams

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


dupTreeStructure

public void dupTreeStructure(oracle.adf.view.rich.event.DialogEvent dialogEvent)

dupPopup

public void dupPopup(oracle.adf.view.rich.event.PopupFetchEvent popupFetchEvent)

validateTsCode

public void validateTsCode(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent uiComponent,
                           java.lang.Object object)
Validates the tree structure Code for duplicacy.

Parameters:
facesContext - Faces Context
uiComponent - Component
object - Value for the duplicate tree structure code

delPopup

public void delPopup(oracle.adf.view.rich.event.PopupFetchEvent popupFetchEvent)

delTreeStructure

public void delTreeStructure(oracle.adf.view.rich.event.DialogEvent dialogEvent)

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.