|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of SQLOperation in planetj.database |
Methods in planetj.database that return SQLOperation | |
SQLOperation |
Field.getPossibleValuesSQLOperation()
Deprecated. operation for possible values could be any type of operation we don't want to restrict to sql only WK 1/27/2004 |
Uses of SQLOperation in planetj.database.fielddescriptors |
Methods in planetj.database.fielddescriptors that return SQLOperation | |
SQLOperation |
FieldDescriptorRow.getDataSQLOperation()
Deprecated. replaced with getAssociationOperation() |
SQLOperation |
FieldDescriptorRow.getPossibleValuesSQLOperation()
Deprecated. possible values are not just restricted to sql use getPossibleValuesOperation() |
Uses of SQLOperation in planetj.database.flatfile |
Subclasses of SQLOperation in planetj.database.flatfile | |
class |
FileServerOperation
|
Uses of SQLOperation in planetj.dataengine.application |
Methods in planetj.dataengine.application that return SQLOperation | |
SQLOperation |
ApplicationSQLContext.getSQLOperation()
Gets this SQLContext's corresponding SQLOperation |
SQLOperation |
Application.createSQLOperation(java.util.Map pValues)
Creates a SQLOperation using the given values and adds it to this Application. |
SQLOperation |
Application.getAuthenticationOperation()
Gets this Application's Operation with a type of Authorization. |
Methods in planetj.dataengine.application with parameters of type SQLOperation | |
void |
DataEngineApplicationServlet.processSQLOperation(SQLOperation pSQLOperation,
java.lang.String pJsp,
HttpServletRequest pReq,
HttpServletResponse pRes)
Deprecated. |
Uses of SQLOperation in planetj.dataengine.application.magic |
Methods in planetj.dataengine.application.magic that return SQLOperation | |
SQLOperation |
SaveSQLToSQLOperationRequest.createSQLOperation(HttpServletRequest req)
|
Methods in planetj.dataengine.application.magic with parameters of type SQLOperation | |
protected void |
DirectOperationRequest.processSQLOperation(SQLOperation so,
DataEngineServlet servlet,
HttpServletRequest req,
HttpServletResponse res)
Executes the specified SQLOperation |
Constructors in planetj.dataengine.application.magic with parameters of type SQLOperation | |
ViewSQLOperationRequest(java.lang.String id,
SQLOperation operation,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. id is no longer needed used ViewSQLOperationRequest(SQL op, request, response) |
|
ViewSQLOperationRequest(SQLOperation operation,
HttpServletRequest request,
HttpServletResponse response)
Creates a new ViewSQLOperationRequest object |
Uses of SQLOperation in planetj.dataengine.autorun |
Subclasses of SQLOperation in planetj.dataengine.autorun | |
class |
AutoRunBatchProcessOperation
This Operation describes how another operation should be automatically run using batch processing. |
class |
AutoRunOperation
An Operation which describes how a different operation should be autorun |
class |
EmailOperation
Describes how a operation (not this operation, another one) should be automatically emailed |
Uses of SQLOperation in planetj.dataengine.operation |
Subclasses of SQLOperation in planetj.dataengine.operation | |
class |
OperationBuilderCreateDataInquiryOp
|
class |
RefererAuthorizationOperation
An operation for specifying http refers used for authorizing users |
class |
UserAuthorizationOperation
This operation contains an SQL string that may be executed to get a list of user names that can be used to determine authorization. |
Methods in planetj.dataengine.operation that return SQLOperation | |
SQLOperation |
OperationManager.getSQLOperation(int pId,
java.lang.String pSystemAlias)
Deprecated. replaced with getOperation(int, String) |
SQLOperation |
OperationManager.getSQLOperation(int pId,
java.lang.String pSystemAlias,
java.util.List pColumnNames)
Deprecated. replaced with getOperation(int, String, List) |
Uses of SQLOperation in planetj.dataengine.possiblevalues |
Subclasses of SQLOperation in planetj.dataengine.possiblevalues | |
class |
PossibleValuesOperation
|
class |
PossibleValuesSearchOperation
Creation date: (2/6/2003 4:12:07 PM) |
Uses of SQLOperation in planetj.dataengine.security.http |
Subclasses of SQLOperation in planetj.dataengine.security.http | |
class |
RequireSignonAlways
|
Uses of SQLOperation in planetj.dataengine.sqloperation |
Subclasses of SQLOperation in planetj.dataengine.sqloperation | |
class |
AuthenticationOperation
This operation type allows WOW application to check a persons rights (userid/pwd) before accessing a WOW application. |
class |
MultiSystemSQLOperation
|
class |
TabbedOperation
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |