A B C D E F G H I J L M N O P Q R S T U V W X _

E

EjbOpExecutor - class net.wgen.op.EjbOpExecutor.
Executes an Op using the JNDI-registered OpManager EJB.
EjbOpExecutor(String) - Constructor for class net.wgen.op.EjbOpExecutor
 
EjbOpExecutorFactory - class net.wgen.op.EjbOpExecutorFactory.
Produces OpExecutors that delegate to EJB-bound OpExecutors.
EjbOpExecutorFactory() - Constructor for class net.wgen.op.EjbOpExecutorFactory
 
ExampleModule - class net.wgen.op.ExampleModule.
 
ExampleModule() - Constructor for class net.wgen.op.ExampleModule
 
ejbActivate() - Method in class net.wgen.op.OpManagerBean
 
ejbCreate() - Method in class net.wgen.op.OpManagerBean
 
ejbPassivate() - Method in class net.wgen.op.OpManagerBean
 
ejbRemove() - Method in class net.wgen.op.OpManagerBean
 
endDataSet() - Method in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
endTable() - Method in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
equals(Object) - Method in class net.wgen.op.db.xform.HandlingOption
 
equals(Object) - Method in class net.wgen.op.logging.TraceKey
 
equals(Object) - Method in class net.wgen.op.system.ServerEnvironment
 
errMsg - Variable in class net.wgen.op.logging.WebAppStats.DBCallRecord
 
error - Variable in class net.wgen.op.logging.WebAppStats.DBCallRecord
 
evaluateSessionStoring(String, String, ParamTriggerState, HttpServletRequest) - Method in class net.wgen.op.http.filter.ParamTrigger
If there is a specified _sessionAttributeKey, we should store the value in the session attributes unless the value is equal to the _sessionRemoveValue, in which case we should remove the session attribute.
execTime - Variable in class net.wgen.op.logging.WebAppStats.DBCallRecord
 
execute() - Method in class net.wgen.op.Op
Invoke the OpExecutor, or if the OpExecutor is null, use the OpExecutorFactory to create one.
execute() - Method in class net.wgen.op.db.dbunit.DBUnitXmlWriter
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.example.CommonAction
 
execute(ActionState) - Method in class org.example.CommonAction
 
execute(ActionState) - Method in class org.example.finance.ProjectTimesheetAction
 
execute(ActionState) - Method in class org.example.project.ProjectListAction
 
executeDatabaseCall(DatabaseCall) - Method in interface net.wgen.op.db.CallExecutor
Executes an operation described by the DatabaseCall and registers that operations output in the appropriate Parameters in the DatabaseCall.
executeDatabaseCall(DatabaseCall) - Method in class net.wgen.op.db.CallExecutorDB
Executes an operation described by the DatabaseCall and registers that operations output in the appropriate parameter objects in the DatabaseCall.
executeDatabaseCall(DatabaseCall) - Method in class net.wgen.op.db.dbunit.CallExecutorDBUnit
Executes an operation described by the DatabaseCall and registers that operations output in the appropriate registers in the DatabaseCall.
executeOp(Op) - Method in class net.wgen.op.DirectOpExecutor
Evaluate the Op's options, construct the appropriate CallExecutor and invoke the Op's _execute method.
executeOp(Op) - Method in class net.wgen.op.EjbOpExecutor
Execute an Op by getting access to an EJB-bound OpExecutor using OpManagerHome and invoking that OpExecutor.
executeOp(Op) - Method in interface net.wgen.op.OpExecutor
Execute an Op.
executeOp(Op) - Method in class net.wgen.op.OpManagerBean
Execute an Op.
executeOp(Op) - Method in interface net.wgen.op.db.CallExecutor
Executes an Op.
executeOp(Op) - Method in class net.wgen.op.db.CallExecutorDB
Executes another op.
executeOp(Op) - Method in class net.wgen.op.db.dbunit.CallExecutorDBUnit
Executes an Op.
executeQueryWithResultSet(DatabaseCall) - Method in interface net.wgen.op.db.CallExecutor
Executes the operation described by the DatabaseCall and returns the List representing the data returned by the PreparedStatement in the ResultSet.
executeQueryWithResultSet(DatabaseCall) - Method in class net.wgen.op.db.CallExecutorDB
Executes an operation described by the DatabaseCall and returns the Collection representing the data returned by the PreparedStatement in the ResultSet.
executeQueryWithResultSet(DatabaseCall) - Method in class net.wgen.op.db.dbunit.CallExecutorDBUnit
Executes an operation described by the DatabaseCall and returns the List representing the data returned by the PreparedStatement in the ResultSet.
executeUpdate(DatabaseCall) - Method in interface net.wgen.op.db.CallExecutor
Executes the DatabaseCall as an update.
executeUpdate(DatabaseCall) - Method in class net.wgen.op.db.CallExecutorDB
Runs a call against the database using the executeUpdate method of PreparedStatement.
executeUpdate(DatabaseCall) - Method in class net.wgen.op.db.dbunit.CallExecutorDBUnit
Not implemented, but won't throw an exception.

A B C D E F G H I J L M N O P Q R S T U V W X _