Class DefaultExpressionCallout
- java.lang.Object
-
- org.openbravo.erpCommon.ad_callouts.DelegateConnectionProvider
-
- org.openbravo.erpCommon.ad_callouts.SimpleCallout
-
- org.openbravo.client.application.JSExpressionCallout
-
- org.openbravo.userinterface.selector.DefaultExpressionCallout
-
- All Implemented Interfaces:
ConnectionProvider
public class DefaultExpressionCallout extends JSExpressionCallout
This class is used to evaluate the Javascript expressions that can be used as a filter expression of a selector or as the default expression of a selector field.- Author:
- iperdomo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openbravo.erpCommon.ad_callouts.SimpleCallout
SimpleCallout.CalloutInfo
-
-
Field Summary
-
Fields inherited from class org.openbravo.erpCommon.ad_callouts.DelegateConnectionProvider
log4j, myPool
-
-
Constructor Summary
Constructors Constructor Description DefaultExpressionCallout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getExpression(VariablesSecureApp vars)
-
Methods inherited from class org.openbravo.client.application.JSExpressionCallout
execute
-
Methods inherited from class org.openbravo.erpCommon.ad_callouts.SimpleCallout
executeSimpleCallout, init
-
Methods inherited from class org.openbravo.erpCommon.ad_callouts.DelegateConnectionProvider
destroy, getCallableStatement, getCallableStatement, getCallableStatement, getConnection, getPreparedStatement, getPreparedStatement, getPreparedStatement, getRDBMS, getStatement, getStatement, getStatement, getStatus, getTransactionConnection, releaseCallableStatement, releaseCommitConnection, releasePreparedStatement, releaseRollbackConnection, releaseStatement, releaseTransactionalPreparedStatement, releaseTransactionalStatement
-
-
-
-
Method Detail
-
getExpression
protected String getExpression(VariablesSecureApp vars)
- Specified by:
getExpression
in classJSExpressionCallout
-
-