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

E22562-03

oracle.apps.fnd.applcore.patterns.ui.managed
Class ApplicationsPanelBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.ui.managed.ApplicationsPanelBean

Deprecated.

public class ApplicationsPanelBean
extends java.lang.Object

Managed bean of ApplicationsPanel.


Constructor Summary
ApplicationsPanelBean()
          Deprecated. Instantiates ApplicationsPanelBean.
 
Method Summary
 void processActionListener(java.lang.String actionListenerProperty, javax.faces.event.ActionEvent actionEvent)
          Deprecated. Processes the action listener and returns the action outcome
 java.lang.String processBack()
          Deprecated. Process the Back button action event and return the outcome.
 void processBackActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Back button action listener event.
 java.lang.String processCancel()
          Deprecated. Process the Cancel button action event and return the outcome.
 void processCancelActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Cancel button action listener event.
 java.lang.String processContinue()
          Deprecated. Process the Continue button action event and return the outcome.
 void processContinueActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Continue button action listener event.
 java.lang.String processCreateAnother()
          Deprecated. Process the Create Another button action event and return the outcome.
 void processCreateAnotherActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Create Another button action listener event.
 java.lang.String processNext()
          Deprecated. Process the Next button action event and return the outcome.
 void processNextActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Next button action listener event.
 java.lang.String processPrevious()
          Deprecated. Process the Previous button action event and return the outcome.
 void processPreviousActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Previous button action listener event.
 java.lang.String processRevert()
          Deprecated. Process the Revert button action event and return the outcome.
 void processRevertActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Revert button action listener event.
 java.lang.String processSave()
          Deprecated. Process the Save button action event and return the outcome.
 void processSaveActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Save button action listener event.
 java.lang.String processSaveAndClose()
          Deprecated. Process the Save and Close button action event and return the outcome.
 void processSaveAndCloseActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the back button action listener event.
 java.lang.String processSaveAndContinue()
          Deprecated. Process the Save and Continue button action event and return the outcome.
 void processSaveAndContinueActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Save And Continue button action listener event.
 java.lang.String processSaveAndCreateAnother()
          Deprecated. Process the Save and Create Another button action event and return the outcome.
 void processSaveAndCreateAnotherActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Save And Create Another button action listener event.
 java.lang.String processSaveAndNext()
          Deprecated. Process the Save and Next button action event and return the outcome.
 void processSaveAndNextActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Save And Next button action listener event.
 java.lang.String processSubmit()
          Deprecated. Process the Submit button action event and return the outcome.n
 void processSubmitActionListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Process the Submit button action listener event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsPanelBean

public ApplicationsPanelBean()
Deprecated. 
Instantiates ApplicationsPanelBean.

Method Detail

processActionListener

public void processActionListener(java.lang.String actionListenerProperty,
                                  javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Processes the action listener and returns the action outcome


processSave

public java.lang.String processSave()
Deprecated. 
Process the Save button action event and return the outcome.

Returns:
Save action outcome

processSaveActionListener

public void processSaveActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Save button action listener event.


processSubmit

public java.lang.String processSubmit()
Deprecated. 
Process the Submit button action event and return the outcome.n

Returns:
Submit action outcome

processSubmitActionListener

public void processSubmitActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Submit button action listener event.


processCancel

public java.lang.String processCancel()
Deprecated. 
Process the Cancel button action event and return the outcome.

Returns:
Cancel action outcome

processCancelActionListener

public void processCancelActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Cancel button action listener event.


processBack

public java.lang.String processBack()
Deprecated. 
Process the Back button action event and return the outcome.

Returns:
Back action outcome

processBackActionListener

public void processBackActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Back button action listener event.


processContinue

public java.lang.String processContinue()
Deprecated. 
Process the Continue button action event and return the outcome.

Returns:
Continue action outcome

processContinueActionListener

public void processContinueActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Continue button action listener event.


processSaveAndCreateAnother

public java.lang.String processSaveAndCreateAnother()
Deprecated. 
Process the Save and Create Another button action event and return the outcome.

Returns:
Save and Create Another action outcome

processSaveAndCreateAnotherActionListener

public void processSaveAndCreateAnotherActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Save And Create Another button action listener event.


processRevert

public java.lang.String processRevert()
Deprecated. 
Process the Revert button action event and return the outcome.

Returns:
Revert action outcome

processRevertActionListener

public void processRevertActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Revert button action listener event.


processSaveAndNext

public java.lang.String processSaveAndNext()
Deprecated. 
Process the Save and Next button action event and return the outcome.

Returns:
Save and Next action outcome

processSaveAndNextActionListener

public void processSaveAndNextActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Save And Next button action listener event.


processSaveAndContinue

public java.lang.String processSaveAndContinue()
Deprecated. 
Process the Save and Continue button action event and return the outcome.

Returns:
Save and Continue action outcome

processSaveAndContinueActionListener

public void processSaveAndContinueActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Save And Continue button action listener event.


processSaveAndClose

public java.lang.String processSaveAndClose()
Deprecated. 
Process the Save and Close button action event and return the outcome.

Returns:
Save and Close action outcome

processSaveAndCloseActionListener

public void processSaveAndCloseActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the back button action listener event.


processCreateAnother

public java.lang.String processCreateAnother()
Deprecated. 
Process the Create Another button action event and return the outcome.

Returns:
Create Another action outcome

processCreateAnotherActionListener

public void processCreateAnotherActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Create Another button action listener event.


processPrevious

public java.lang.String processPrevious()
Deprecated. 
Process the Previous button action event and return the outcome.

Returns:
Previous action outcome

processPreviousActionListener

public void processPreviousActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Previous button action listener event.


processNext

public java.lang.String processNext()
Deprecated. 
Process the Next button action event and return the outcome.

Returns:
Next action outcome

processNextActionListener

public void processNextActionListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Process the Next button action listener event.


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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.