|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wgen.op.Op
org.example.project.ProjectListOp
| Field Summary | |
private java.util.List |
_results
|
private java.lang.String |
SQL
|
| Fields inherited from class net.wgen.op.Op |
_opExecutor, _options, _rootOp, LOG |
| Constructor Summary | |
ProjectListOp(TraceKey traceKey)
Default constructor must use a TraceKey object. |
|
| Method Summary | |
protected void |
_execute(CallExecutor exec)
Execute the body of the Op. |
java.util.List |
getResults()
|
| Methods inherited from class net.wgen.op.Op |
execute, getAmountOfWorkDone, getCallersUserId, getDefaultDataSourceName, getLogger, getOptions, getRootOp, getTraceKey, makeFunction, makeProcedure, makeQuery, setDefaultDataSourceName, setOpExecutor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String SQL
private java.util.List _results
| Constructor Detail |
public ProjectListOp(TraceKey traceKey)
traceKey - the traceKey identifying the request responsible for the
instantiation and execution of this Op
java.lang.NullPointerException - if traceKey or traceKey.getUserId() is nullParamTriggerState.TRACE_KEY_USER_DATA_KEY,
OpModule.getDataSourceName()| Method Detail |
protected void _execute(CallExecutor exec)
throws OpException
_execute in class Opexec - what will perform DB or other calls
OpExceptionpublic java.util.List getResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||