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

E22562-02

oracle.apps.fnd.applcore.util
Class ApplCoreUtilsBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.util.ApplCoreUtilsBean

public class ApplCoreUtilsBean
extends java.lang.Object

Bean for action listener and utility considering functional setup return check.


Constructor Summary
ApplCoreUtilsBean()
           
 
Method Summary
static java.lang.Object evaluateEL(java.lang.String el)
          evaluate a given value expression.
static void invokeExpression(java.lang.String expressionString)
          invoke a given method expression.
static void invokeSelectionExpression(java.lang.String expressionString, org.apache.myfaces.trinidad.event.SelectionEvent se)
          invoke a given expression as selection event listener.
 void returnAndCheckFS(javax.faces.event.ActionEvent event)
          Retrun from taskflow with functional setup flow check.
 void returnAndCheckFSAfterCommit(javax.faces.event.ActionEvent event)
          Retrun from taskflow with functional setup flow check after commit.
 void returnAndCheckFSAfterRollback(javax.faces.event.ActionEvent event)
          Retrun from taskflow with functional setup flow check after Rollback.
static void returnAndCheckFSMethod()
          Static utility to call and invoke Functional setup API through custom action listener for taskflow return.
 void returnToFS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplCoreUtilsBean

public ApplCoreUtilsBean()
Method Detail

evaluateEL

public static java.lang.Object evaluateEL(java.lang.String el)
evaluate a given value expression.

Parameters:
el - as value expression to be evaluated

invokeExpression

public static void invokeExpression(java.lang.String expressionString)
invoke a given method expression.

Parameters:
expressionString - as action expression to be invoked

invokeSelectionExpression

public static void invokeSelectionExpression(java.lang.String expressionString,
                                             org.apache.myfaces.trinidad.event.SelectionEvent se)
invoke a given expression as selection event listener.

Parameters:
expressionString - as selection expression to be invoked

returnAndCheckFSAfterCommit

public void returnAndCheckFSAfterCommit(javax.faces.event.ActionEvent event)
Retrun from taskflow with functional setup flow check after commit.

Parameters:
event - as ActionEvent

returnAndCheckFSAfterRollback

public void returnAndCheckFSAfterRollback(javax.faces.event.ActionEvent event)
Retrun from taskflow with functional setup flow check after Rollback.

Parameters:
event - as ActionEvent

returnAndCheckFS

public void returnAndCheckFS(javax.faces.event.ActionEvent event)
Retrun from taskflow with functional setup flow check.

Parameters:
event - as ActionEvent

returnToFS

public void returnToFS()

returnAndCheckFSMethod

public static void returnAndCheckFSMethod()
Static utility to call and invoke Functional setup API through custom action listener for taskflow return.


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.