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

E22562-05

oracle.apps.fnd.applcore.messages.ui.bean
Class SearchMessagesBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.messages.ui.bean.SearchMessagesBean

public class SearchMessagesBean
extends java.lang.Object


Constructor Summary
SearchMessagesBean()
           
 
Method Summary
static java.lang.Object evaluateEL(java.lang.String el)
          Programmatic evaluation of EL.
static java.lang.Object invokeEL(java.lang.String el)
          Programmatic invocation of a method that an EL evaluates to.
static java.lang.Object invokeEL(java.lang.String el, java.lang.Class[] paramTypes, java.lang.Object[] params)
          Programmatic invocation of a method that an EL evaluates to.
static void saveAndContinue()
          When a bounded task flow manages a transaction (marked as requires-transaction, requires-new-transaction, or requires- existing-transaction), then the task flow must issue any commits or rollbacks that are needed.
 void saveAndContinue(javax.faces.event.ActionEvent event)
           
static void setEL(java.lang.String el, java.lang.Object val)
          Sets a value into an EL object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchMessagesBean

public SearchMessagesBean()
Method Detail

saveAndContinue

public static void saveAndContinue()
When a bounded task flow manages a transaction (marked as requires-transaction, requires-new-transaction, or requires- existing-transaction), then the task flow must issue any commits or rollbacks that are needed. This is essentially to keep the state of the transaction that the task flow understands in synch with the state of the transaction in the ADFbc layer. Use this method to issue a commit in the middle of a task flow while staying in the task flow.


evaluateEL

public static java.lang.Object evaluateEL(java.lang.String el)
Programmatic evaluation of EL.

Parameters:
el - EL to evaluate
Returns:
Result of the evaluation

invokeEL

public static java.lang.Object invokeEL(java.lang.String el)
Programmatic invocation of a method that an EL evaluates to. The method must not take any parameters.

Parameters:
el - EL of the method to invoke
Returns:
Object that the method returns

invokeEL

public static java.lang.Object invokeEL(java.lang.String el,
                                        java.lang.Class[] paramTypes,
                                        java.lang.Object[] params)
Programmatic invocation of a method that an EL evaluates to.

Parameters:
el - EL of the method to invoke
paramTypes - Array of Class defining the types of the parameters
params - Array of Object defining the values of the parametrs
Returns:
Object that the method returns

setEL

public static void setEL(java.lang.String el,
                         java.lang.Object val)
Sets a value into an EL object. Provides similar functionality to the <af:setActionListener> tag, except the from is not an EL. You can get similar behavior by using the following...
setEL(to, evaluateEL(from))

Parameters:
el - EL object to assign a value
val - Value to assign

saveAndContinue

public void saveAndContinue(javax.faces.event.ActionEvent event)

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.