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

E22562-05

oracle.apps.fnd.applcore.customization.uiPublic.backing
Class NavMenuCustomPageBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.customization.uiPublic.backing.NavMenuCustomPageBean

public class NavMenuCustomPageBean
extends java.lang.Object

Backing scope bean for Navigation Menu Customization.

Since:
drop8 build3.
Author:
gordon.hooker@oracle.com

Constructor Summary
NavMenuCustomPageBean()
          Default constructor for the bean.
 
Method Summary
 void cancelAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the cancel button.
 void closeAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the close button.
 boolean determineCustomAddedElement(org.w3c.dom.Node menuNode, CustomMenuNodeBean nodeBean)
          Method used process to handle the remove of data from MDS.
 void focusViewIdChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Value change listener method for focusViewId.
 java.lang.String getApplicationStripe(FndItemNode node)
          This method is used to extract the applicationStripe value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getApplicationStripeTextBox()
          Getter method for applicationStripeTextBox.
 oracle.adf.view.rich.component.rich.RichPopup getBaseNodePopup()
          Getter method for baseNodePopup.
 oracle.adf.view.rich.component.rich.RichPopup getchildPopup()
          Getter method for childPopup.
 oracle.adf.view.rich.component.rich.RichPopup getDeletePopup()
          Getter method for deletePopup.
 oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getDeploymentNameId()
          Getter method for deploymentNameId.
 oracle.adf.view.rich.component.rich.input.RichInputText getDestination()
          Getter method for destination.
 oracle.adf.view.rich.component.rich.input.RichInputText getFocusViewId()
          Getter method for focusViewId.
 oracle.adf.view.rich.component.rich.data.RichTree getMenuCustTree()
          Bind method used to get the handle to the RichTree object.
 oracle.adf.view.rich.component.rich.RichPopup getMenuPopup()
          Bind method used to get the handle to the RichPopup object.
 java.lang.String getPrefForApps(FndItemNode node)
          This method is used to extract the prefForApps value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.layout.RichToolbar getRichToolbar()
          Setter for the toolbar for ppr.
 java.lang.String getSecuredResourceName(FndItemNode node)
          This method is used to extract the secureResourceName value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getSecuredResourceNameTextBox()
          Getter method for securedResourceNameTextBox.
static java.lang.Object getSessionObject(java.lang.String name)
          Helper method used to get page session object.
 oracle.adf.view.rich.component.rich.output.RichPanelCollection getTreePanel()
          Setter for the treePanel for ppr.
 java.lang.String getWebApp(FndItemNode node)
          This method is used to extract the webApp value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getWebApplication()
          Getter method for webApplication.
 void handleCancelDialogListener(oracle.adf.view.rich.event.PopupCanceledEvent event)
          This method is used to handle the cancel event on the dialog.
 void handleDeleteDialog(oracle.adf.view.rich.event.DialogEvent event)
          The method is used to handle ok button on the delete dialog box.
 void handleDialog(oracle.adf.view.rich.event.DialogEvent event)
          The method is used to handle ok button on the properties dialog box.
 boolean isApplicationStripeRequired()
          Method used to determine if the required attribute should be set for applicationStripe.
 boolean isRenderChildInsert()
          Getter for flag to indicate if a child node create is allowed.
 boolean isRenderDelete()
          Getter for flag to indicate if delete options should be enabled.
 boolean isRenderHide()
          Getter for flag to indicate if delete options should be enabled.
 boolean isRenderShow()
          Getter for flag to indicate if delete options should be enabled.
 boolean isWebApplicationRequired()
          Method to drive the dynamic setting of required on webApplication.
 void menuCustomizationTreeSelection(org.apache.myfaces.trinidad.event.SelectionEvent event)
          Select a node in the attributes tree.
 void openBaseNodePopup()
          Method used by the taskflow to open the popup.
 void openChildPopup()
          Method used by the taskflow to open the popup.
 void openDeletePopup()
          Method used by the taskflow to open the popup.
 void openMenuPopup()
          Method used by the taskflow to open the popup.
 java.lang.String processDelete()
          Processes deleteAction and returns the outcome.
 void processDeleteAction()
          Method used process to handle the remove of data from MDS.
 java.lang.String processDuplicate()
          Processes duplicateAction and returns the outcome.
 java.lang.String processEdit()
          Processes createAction and returns the outcome.
 java.lang.String processHide()
          Processes process Hide and returns the outcome.
 java.lang.String processInsertAbove()
          Processes insertAboveAction and returns the outcome.
 java.lang.String processInsertBelow()
          Processes insertBelowAction and returns the outcome.
 java.lang.String processInsertGroupChild()
          Processes insertGroupChild and returns the outcome.
 java.lang.String processInsertItemChild()
          Processes insertGroupChild and returns the outcome.
 void processSaveAction()
          Method used process to handle the write of data to MDS.
 java.lang.String processShow()
          Processes process Show and returns the outcome.
 void saveAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the save button.
 void saveCloseAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the save and close button.
 void securedResourceNameTextBoxChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          The value change listener method for securedResourceName.
 void setApplicationStripeTextBox(oracle.adf.view.rich.component.rich.input.RichInputText applicationStripeTextBox)
          Setter method for applicationStripeTextBox.
 void setBaseNodePopup(oracle.adf.view.rich.component.rich.RichPopup baseNodePopup)
          Setter method for baseNodePopup.
 void setChildPopup(oracle.adf.view.rich.component.rich.RichPopup childPopup)
          Setter method for childPopup.
 void setDeletePopup(oracle.adf.view.rich.component.rich.RichPopup deletePopup)
          Setter method for deletePopup.
 void setDeploymentNameId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues deploymentNameId)
          Setter method for deploymentNameId.
 void setDestination(oracle.adf.view.rich.component.rich.input.RichInputText destination)
          Setter method for destination.
 void setFocusViewId(oracle.adf.view.rich.component.rich.input.RichInputText focusViewId)
          Setter method for focusViewId.
 void setMenuCustTree(oracle.adf.view.rich.component.rich.data.RichTree tree1)
          Bind method used to set the handle for the RichTree object.
 void setMenuPopup(oracle.adf.view.rich.component.rich.RichPopup popup1)
          Bind method used to set the handle for the RichPopup object.
 void setRichToolbar(oracle.adf.view.rich.component.rich.layout.RichToolbar richToolbar)
          Getter for the toolbar used for ppr.
 void setSecuredResourceNameTextBox(oracle.adf.view.rich.component.rich.input.RichInputText securedResourceNameTextBox)
          Setter method for securedResourceNameTextBox.
static void setSessionObject(java.lang.String name, java.lang.Object o)
          Helper method used to set the page session object.
 void setTreePanel(oracle.adf.view.rich.component.rich.output.RichPanelCollection treePanel)
          Getter for the treePanelCollection used for ppr.
 void setWebApplication(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues webApplication)
          Setter method for webApplication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavMenuCustomPageBean

public NavMenuCustomPageBean()
Default constructor for the bean.

Method Detail

setMenuCustTree

public void setMenuCustTree(oracle.adf.view.rich.component.rich.data.RichTree tree1)
Bind method used to set the handle for the RichTree object.

Parameters:
tree1 -

getMenuCustTree

public oracle.adf.view.rich.component.rich.data.RichTree getMenuCustTree()
Bind method used to get the handle to the RichTree object.

Returns:

menuCustomizationTreeSelection

public void menuCustomizationTreeSelection(org.apache.myfaces.trinidad.event.SelectionEvent event)
Select a node in the attributes tree. This will add/remove filters as needed and perform new searches.

Parameters:
event - event.

processEdit

public java.lang.String processEdit()
Processes createAction and returns the outcome.

Returns:
outcome of methodBinding

processDelete

public java.lang.String processDelete()
Processes deleteAction and returns the outcome.

Returns:
outcome of methodBinding

processInsertAbove

public java.lang.String processInsertAbove()
Processes insertAboveAction and returns the outcome.

Returns:
outcome of methodBinding

processInsertBelow

public java.lang.String processInsertBelow()
Processes insertBelowAction and returns the outcome.

Returns:
outcome of methodBinding

processDuplicate

public java.lang.String processDuplicate()
Processes duplicateAction and returns the outcome.

Returns:
outcome of methodBinding

processHide

public java.lang.String processHide()
Processes process Hide and returns the outcome.

Returns:
outcome of methodBinding

processShow

public java.lang.String processShow()
Processes process Show and returns the outcome.

Returns:
outcome of methodBinding

processInsertGroupChild

public java.lang.String processInsertGroupChild()
Processes insertGroupChild and returns the outcome.

Returns:
outcome of methodBinding

processInsertItemChild

public java.lang.String processInsertItemChild()
Processes insertGroupChild and returns the outcome.

Returns:
outcome of methodBinding

getSessionObject

public static java.lang.Object getSessionObject(java.lang.String name)
Helper method used to get page session object.

Parameters:
name -
Returns:
session

setSessionObject

public static void setSessionObject(java.lang.String name,
                                    java.lang.Object o)
Helper method used to set the page session object.

Parameters:
name -
o -

cancelAction

public void cancelAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the cancel button.

Parameters:
actionEvent -

closeAction

public void closeAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the close button.

Parameters:
actionEvent -

saveAction

public void saveAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the save button.

Parameters:
actionEvent -

saveCloseAction

public void saveCloseAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the save and close button.

Parameters:
actionEvent -

processSaveAction

public void processSaveAction()
Method used process to handle the write of data to MDS.


processDeleteAction

public void processDeleteAction()
Method used process to handle the remove of data from MDS.


determineCustomAddedElement

public boolean determineCustomAddedElement(org.w3c.dom.Node menuNode,
                                           CustomMenuNodeBean nodeBean)
Method used process to handle the remove of data from MDS.


getWebApp

public java.lang.String getWebApp(FndItemNode node)
This method is used to extract the webApp value from the FndItemNode property list.

Parameters:
node -
Returns:

getSecuredResourceName

public java.lang.String getSecuredResourceName(FndItemNode node)
This method is used to extract the secureResourceName value from the FndItemNode property list.

Parameters:
node -
Returns:

getApplicationStripe

public java.lang.String getApplicationStripe(FndItemNode node)
This method is used to extract the applicationStripe value from the FndItemNode property list.

Parameters:
node -
Returns:

getPrefForApps

public java.lang.String getPrefForApps(FndItemNode node)
This method is used to extract the prefForApps value from the FndItemNode property list.

Parameters:
node -
Returns:

setMenuPopup

public void setMenuPopup(oracle.adf.view.rich.component.rich.RichPopup popup1)
Bind method used to set the handle for the RichPopup object.

Parameters:
popup1 -

getMenuPopup

public oracle.adf.view.rich.component.rich.RichPopup getMenuPopup()
Bind method used to get the handle to the RichPopup object.

Returns:

openMenuPopup

public void openMenuPopup()
Method used by the taskflow to open the popup.


openDeletePopup

public void openDeletePopup()
Method used by the taskflow to open the popup.


openChildPopup

public void openChildPopup()
Method used by the taskflow to open the popup.


openBaseNodePopup

public void openBaseNodePopup()
Method used by the taskflow to open the popup.


setWebApplication

public void setWebApplication(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues webApplication)
Setter method for webApplication.

Parameters:
webApplication -

getWebApplication

public oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getWebApplication()
Getter method for webApplication.

Returns:

setFocusViewId

public void setFocusViewId(oracle.adf.view.rich.component.rich.input.RichInputText focusViewId)
Setter method for focusViewId.

Parameters:
focusViewId -

getFocusViewId

public oracle.adf.view.rich.component.rich.input.RichInputText getFocusViewId()
Getter method for focusViewId.

Returns:

focusViewIdChangeListener

public void focusViewIdChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Value change listener method for focusViewId.

Parameters:
valueChangeEvent -

isWebApplicationRequired

public boolean isWebApplicationRequired()
Method to drive the dynamic setting of required on webApplication.

Returns:

securedResourceNameTextBoxChangeListener

public void securedResourceNameTextBoxChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
The value change listener method for securedResourceName.

Parameters:
valueChangeEvent -

isApplicationStripeRequired

public boolean isApplicationStripeRequired()
Method used to determine if the required attribute should be set for applicationStripe.

Returns:

setDestination

public void setDestination(oracle.adf.view.rich.component.rich.input.RichInputText destination)
Setter method for destination.

Parameters:
destination -

getDestination

public oracle.adf.view.rich.component.rich.input.RichInputText getDestination()
Getter method for destination.

Returns:

setSecuredResourceNameTextBox

public void setSecuredResourceNameTextBox(oracle.adf.view.rich.component.rich.input.RichInputText securedResourceNameTextBox)
Setter method for securedResourceNameTextBox.

Parameters:
securedResourceNameTextBox -

getSecuredResourceNameTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getSecuredResourceNameTextBox()
Getter method for securedResourceNameTextBox.

Returns:

setApplicationStripeTextBox

public void setApplicationStripeTextBox(oracle.adf.view.rich.component.rich.input.RichInputText applicationStripeTextBox)
Setter method for applicationStripeTextBox.

Parameters:
applicationStripeTextBox -

getApplicationStripeTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getApplicationStripeTextBox()
Getter method for applicationStripeTextBox.

Returns:

handleDialog

public void handleDialog(oracle.adf.view.rich.event.DialogEvent event)
The method is used to handle ok button on the properties dialog box.

Parameters:
event -

handleDeleteDialog

public void handleDeleteDialog(oracle.adf.view.rich.event.DialogEvent event)
The method is used to handle ok button on the delete dialog box.

Parameters:
event -

handleCancelDialogListener

public void handleCancelDialogListener(oracle.adf.view.rich.event.PopupCanceledEvent event)
This method is used to handle the cancel event on the dialog.

Parameters:
event -

setDeploymentNameId

public void setDeploymentNameId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues deploymentNameId)
Setter method for deploymentNameId.

Parameters:
deploymentNameId -

getDeploymentNameId

public oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getDeploymentNameId()
Getter method for deploymentNameId.

Returns:

setDeletePopup

public void setDeletePopup(oracle.adf.view.rich.component.rich.RichPopup deletePopup)
Setter method for deletePopup.

Parameters:
deletePopup -

getDeletePopup

public oracle.adf.view.rich.component.rich.RichPopup getDeletePopup()
Getter method for deletePopup.

Returns:

setChildPopup

public void setChildPopup(oracle.adf.view.rich.component.rich.RichPopup childPopup)
Setter method for childPopup.

Parameters:
childPopup -

getchildPopup

public oracle.adf.view.rich.component.rich.RichPopup getchildPopup()
Getter method for childPopup.

Returns:

setBaseNodePopup

public void setBaseNodePopup(oracle.adf.view.rich.component.rich.RichPopup baseNodePopup)
Setter method for baseNodePopup.

Parameters:
baseNodePopup -

getBaseNodePopup

public oracle.adf.view.rich.component.rich.RichPopup getBaseNodePopup()
Getter method for baseNodePopup.

Returns:

setTreePanel

public void setTreePanel(oracle.adf.view.rich.component.rich.output.RichPanelCollection treePanel)
Getter for the treePanelCollection used for ppr.

Parameters:
treePanel -

getTreePanel

public oracle.adf.view.rich.component.rich.output.RichPanelCollection getTreePanel()
Setter for the treePanel for ppr.

Returns:
treePanel

setRichToolbar

public void setRichToolbar(oracle.adf.view.rich.component.rich.layout.RichToolbar richToolbar)
Getter for the toolbar used for ppr.

Parameters:
richToolbar -

getRichToolbar

public oracle.adf.view.rich.component.rich.layout.RichToolbar getRichToolbar()
Setter for the toolbar for ppr.

Returns:
richToolbar

isRenderChildInsert

public boolean isRenderChildInsert()
Getter for flag to indicate if a child node create is allowed.

Returns:

isRenderDelete

public boolean isRenderDelete()
Getter for flag to indicate if delete options should be enabled.

Returns:
flag

isRenderHide

public boolean isRenderHide()
Getter for flag to indicate if delete options should be enabled.

Returns:
flag

isRenderShow

public boolean isRenderShow()
Getter for flag to indicate if delete options should be enabled.

Returns:
flag

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.