Uses of Class
planetj.dataengine.sqloperation.SQLOperation

Packages that use SQLOperation
planetj.database.fielddescriptors   
planetj.dataengine.application   
planetj.dataengine.application.magic   
planetj.dataengine.autorun   
planetj.dataengine.operation   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
 

Uses of SQLOperation in planetj.database.fielddescriptors
 

Methods in planetj.database.fielddescriptors that return SQLOperation
 SQLOperation FieldDescriptorRow.getDataSQLOperation()
          Deprecated. replaced with getAssociationOperation()
 

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(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, String pJsp, javax.servlet.http.HttpServletRequest pReq, javax.servlet.http.HttpServletResponse pRes)
          Deprecated.  
 

Uses of SQLOperation in planetj.dataengine.application.magic
 

Methods in planetj.dataengine.application.magic that return SQLOperation
 SQLOperation SaveSQLToSQLOperationRequest.createSQLOperation(javax.servlet.http.HttpServletRequest req)
           
 

Constructors in planetj.dataengine.application.magic with parameters of type SQLOperation
ViewSQLOperationRequest(String id, SQLOperation operation, javax.servlet.http.HttpServletRequest request, javax.servlet.http.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 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, String pSystemAlias)
          Deprecated. replaced with getOperation(int, String)
 SQLOperation OperationManager.getSQLOperation(int pId, String pSystemAlias, List pColumnNames)
          Deprecated. replaced with getOperation(int, String, List)
 

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 PossibleValuesSearchOperation
          Creation date: (2/6/2003 4:12:07 PM)
 

Uses of SQLOperation in planetj.dataengine.test
 

Subclasses of SQLOperation in planetj.dataengine.test
 class MyTestOp