Uses of Class
planetj.dataengine.ExecutingContext

Packages that use ExecutingContext
planetj.database   
planetj.database.connection   
planetj.database.field   
planetj.database.fielddescriptors   
planetj.database.possiblevalues   
planetj.database.sql   
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.autorun   
planetj.dataengine.cache   
planetj.dataengine.email   
planetj.dataengine.email.html   
planetj.dataengine.http   
planetj.dataengine.operation   
planetj.dataengine.parameter   
planetj.dataengine.security   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
planetj.html   
planetj.magic   
planetj.output   
planetj.output.excel   
planetj.processes.logon   
 

Uses of ExecutingContext in planetj.database
 

Methods in planetj.database with parameters of type ExecutingContext
 int RowCollection.delete(Connection conn, ExecutingContext ec)
          Deletes all the rows in this RowCollection from the database.
 int RowCollection.delete(ExecutingContext ec)
          Deletes all the rows in this RowCollection from the database.
 Object RowCollection.getConfigProperty(String key, ExecutingContext executingContext)
          Get a config property for the given row.
 List RowCollection.getFieldsToDisplayStrict(List fieldNames, ExecutingContext pEc)
          Return a List of all the Field names that will be displayed by default.
 List RowCollection.getFieldsToDisplayStrict(ExecutingContext pEc)
          Return a List of all the Field names that will be displayed by default.
 int RowCollection.insert(ExecutingContext ec)
          Inserts all the rows in this RowCollection into the database.
 boolean RowCollection.isRowCollectionContainEditableRow(ExecutingContext ec)
          Check to see if this RowCollection contains an editable Row.
 RowCollection RowCollection.prepareForDisplay(ExecutingContext ec)
          This method is intended for subclass to override and provide their own functionality.
 RowCollection RowCollection.prepareForResults(ExecutingContext pEc)
          Gets the a proper RowCollection for viewing this RowCollections results.
 RowCollection RowCollection.prepareForReturnFromCache(ExecutingContext ec)
          This method is intended for subclasses to override and provide their own functionality if needed.
 boolean RowCollection.rowAltered(SQLContext context, ExecutingContext ec)
          This method is invoked when this RowCollection is in the cache, and a single row is deleted, inserted, or updated.
 int RowCollection.update(Connection connection, ExecutingContext ec)
          Updates the database, using all the rows in this RowCollection.
 int RowCollection.update(ExecutingContext ec)
          Updates this RowCollection's Rows in the database
 boolean RowCollection.validate(ExecutingContext context)
          Validate this RowCollection's Rows based on their configuration and Field values.
 boolean RowCollection.validate(ExecutingContext pContext, Principal pUser)
          Deprecated. by WK on (8/9/2003 9:24:24 AM) because the executing context contains the user. Replaced with validate(ExecutingContext). This method will no longer be supported as of WOW 7.0.
static Row Row.create(Table table, boolean initializeRow, ExecutingContext ec)
          Create and return a new Row and also set its Table.
static Row Row.create(Table table, Class rowSubClass, boolean initializeRow, ExecutingContext pExecutingContext)
          Create and return a new Row of the given Class type and also set its Table.
static Row Row.create(Table table, Class rowSubClass, ExecutingContext executingContext)
          Create and return a new Row of the given Class type and also set its Table.
static Row Row.create(Table table, Class rowSubClass, List fieldNames, boolean initializeRow, ExecutingContext pExecutingContext)
          Create and return a new Row of the given Class type and also set its Table.
static Row Row.create(Table table, List fieldNames, boolean initializeRow, ExecutingContext pExecutingContext)
          Create and return a new Row of the given Class type and also set its Table.
static Row Row.create(Table table, List names, ExecutingContext ec)
          Create and return a new Row and also set its Table.
 int Row.delete(Connection conn, ExecutingContext ec)
          Deletes the row from the database file to which it belongs.
 int Row.delete(ExecutingContext ec)
          Deletes the row from the database file to which it belongs.
 void Row.duplicateKey(ExecutingContext ec)
          Method called when a duplicate key is encountered attempting to insert this Row.
 boolean Row.fieldHasPossibleValuesSQLOperation(Field pField, ExecutingContext pContext)
          Tests if a field is possible values op.
 Object Row.getAssociation(String fieldName, ExecutingContext ec)
          Gets the association for the given Field name.
 Object Row.getAssociationByOperationUsageId(int usageId, ExecutingContext ec)
          Gets the association for the given operation usage id.
 Object Row.getConfigProperty(String key, ExecutingContext executingContext)
          Get a config property for the given row.
 Object Row.getFieldDefaultValue(Field pField, ExecutingContext executingContext)
          Get the field's default value as a String.
 List Row.getFieldsToDisplayStrict(ExecutingContext pEc)
          Return a List of all the Field names that will be displayed by default.
 List Row.getFieldsToDisplayStrict(List fieldNames, ExecutingContext pEc)
          Removes fields from the list that should not be displayed.
 String Row.getFieldStyleClass(Field field, String value, String displayValue, ExecutingContext ec)
          Get a Field's style.
 String Row.getHeaderText(ExecutingContext ec)
          Returns information for the user that will be displayed in the header of the Row
 boolean Row.hasMultipleStyleClasses(Field field, ExecutingContext ec)
          Check if the given Field possibly has more than one style class.
 int Row.insert(ExecutingContext ec)
          Inserts this Row into the specified database.
 boolean Row.isCopyable(ExecutingContext ec)
          Check to see if this Row may be copyable.
 boolean Row.isDeletable(ExecutingContext ec)
          Check to see if this Row may be deletable.
 boolean Row.isEditable(ExecutingContext ec)
          Check to see if this Row may be edited.
 boolean Row.isFieldApplicable(Field fld, ExecutingContext ec)
          Tests if a field is applicable in the current scenario
 boolean Row.isFieldAuthorizedForEdit(Field pField, ExecutingContext pContext)
          Tests if a field is authorized for edit.
 boolean Row.isFieldAuthorizedForRead(Field pField, ExecutingContext pContext)
          Tests if a field is authorized for read.
 boolean Row.isFieldDisplayable(Field field, ExecutingContext ec)
          Check to see if this Field is displayable.
 boolean Row.isFieldReadOnly(Field pField, ExecutingContext pContext)
          Tests if a field is read only.
 boolean Row.isFieldRequired(Field pField, ExecutingContext pContext)
          Tests if a field is required or not.
 boolean Row.isFieldRequiredOnSearch(Field pField, ExecutingContext pContext)
          Tests if a field is required or not.
 boolean Row.isValidationRequiredForAutoPopulate(Field pField, ExecutingContext pEC)
          Tells whether or not the Field's validate method will be called before the Auto Populate action is executed.
 boolean Row.isViewable(ExecutingContext ec)
          Check to see if this Row may be viewed.
 Row Row.prepareForDetails(ExecutingContext pEc)
          Gets the a proper Row for viewing this Rows details.
 void Row.setFieldValuesToDefault(List fieldNames, boolean ignoreCase, ExecutingContext ec)
          Sets values from the source Row into this Row (the target) for all Fields that BOTH the source and the target have.
 void Row.setFieldValueToDefault(String pName, ExecutingContext ec)
          Sets the fields value back to the default value Creation date: Jun 24, 2004 - 3:14:48 PM
 Row Row.statusChanged(Field pField, ExecutingContext ec)
          Invoked when a status change takes place on of this Row's fields.
 int Row.update(Connection connection, ExecutingContext ec)
          Updates the database with the values in this Row.
 int Row.update(ExecutingContext ec)
          Updates the database with the values in this Row.
 boolean Row.validate(ExecutingContext context)
          Validate this Row based on it's configuration and field values.
 boolean Row.validate(ExecutingContext pContext, Principal pUser)
          Deprecated. by WK on (8/9/2003 9:24:24 AM) because the executing context contains the user. Replaced with validate(ExecutingContext). This method will no longer be supported as of WOW 7.0.
 Object Field.getAutoUpdateValue(ExecutingContext executingContext)
          Get the field's auto update value as a String.
 Object Field.getConfigProperty(String key, ExecutingContext executingContext)
          Get a config property for the given row.
 Object Field.getCurrentValue(ExecutingContext ec)
          Returns a value that may be retrieved from a database, current time, calculation or other source that that is dynamic.
 String Field.getCurrentValueAsString(ExecutingContext ec)
          Returns the value of this field as a String.
 Object Field.getDefaultValue(ExecutingContext pContext)
          Get the field's default value as a String.
 String Field.getStyleClass(String value, String displayValue, ExecutingContext ec)
          Get a Field's style.
 String Field.getStyleClass(ExecutingContext ec)
          Get a Field's style.
 void Field.handlePossibleValueOperation(ExecutingContext ec)
          Creation date: (4/23/2003 6:56:22 AM)
 boolean Field.hasMultipleStyleClasses(ExecutingContext ec)
          Check if the given Field possibly has more than one style class.
 boolean Field.hasPossibleValuesSQLOperation(ExecutingContext ec)
          Checks to see if the field has an associated PossibleValues Op Creation date: (4/28/2003 2:43:11 PM)
 boolean Field.isApplicable(ExecutingContext ec)
          Tests if this field is applicable base on the current executing context
 boolean Field.isAuthorizedForEdit(ExecutingContext pEc)
          Tests if user can edit this field.
 boolean Field.isAuthorizedForRead(ExecutingContext pEc)
          Tests if user can read this field.
 boolean Field.isDisplayable(ExecutingContext ec)
          Check to see if this Field is displayable.
 boolean Field.isReadOnly(ExecutingContext pContext)
          Tests whether or not this field is read only.
 boolean Field.isRequired(ExecutingContext pContext)
          Tests whether or not this field is required.
 boolean Field.isRequiredOnSearch(ExecutingContext ec)
          Tests whether or not this field is required.
 boolean Field.isValidationRequiredForAutoPopulate(ExecutingContext pEC)
          Insert the method's description here.
 boolean Field.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean Field.isValidMinLength(ExecutingContext ec)
          Validate this Field based on its minLength attribute that is set as a FieldClass parameter.
 boolean Field.isValidRequired(ExecutingContext ec)
          Validate this Field based on its required attribute.
 boolean Field.isValidValue(ExecutingContext ec)
          Validate this Field value.
 void Field.setValueToDefault(ExecutingContext ec)
          Sets the fields value back to the default value Creation date: Jun 24, 2004 - 3:14:48 PM
 boolean Field.validate(ExecutingContext ec)
          Validate this Field based on it's configuration and value.
 boolean Field.validate(ExecutingContext ec, Principal pUser)
          Deprecated. by WK on (8/9/2003 9:30:03 AM) because the ExecutingContext contains the user. Replaced with validate(ExecutingContext). This method will no longer be supported as of WOW 7.0.
 

Uses of ExecutingContext in planetj.database.connection
 

Methods in planetj.database.connection with parameters of type ExecutingContext
 String ConnectionRow.getHeaderText(ExecutingContext ec)
           
 Row ConnectionRow.statusChanged(Field pField, ExecutingContext ec)
          Invoked when a status change takes place on of this Row's fields.
 int ConnectionRow.update(Connection conn, ExecutingContext ec)
          Updates the database with the values in this Row.
 boolean ConnectionRow.validate(ExecutingContext context)
          Validate this Row based on its configuration and field values.
 

Uses of ExecutingContext in planetj.database.field
 

Methods in planetj.database.field with parameters of type ExecutingContext
 boolean ZipCodeSuffixField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean ZipCodeSuffixField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean ZipCodeField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean ZipCodeField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 Object YearField.getCurrentValue(ExecutingContext ec)
          Returns a value that may be retrieved from a database, current time, calculation or other source that that is dynamic.
 Object UserIdField.getCurrentValue(ExecutingContext ec)
          Get the field's value as a UserId.
 String UserIdField.getCurrentValueAsString(ExecutingContext ec)
          Get the field's default value as a String.
 String URLReferenceField.getURL(ExecutingContext executingContext)
          Gets the URL for this URLReferenceField.
 String URLReferenceField.getURLPrefix(ExecutingContext ec)
          Gets the prefix which is prepended to this field's URL.
 boolean URLReferenceField.isURLEncodingNeeded(ExecutingContext ec)
          Tests if the URL need to be encoded so that chars with special meaning like spaces and pound signs are replaced with encoded versions.
 Object TimestampField.getAutoUpdateValue(ExecutingContext executingContext)
          Get the field's auto update value as a Timestamp.
 Object TimestampField.getCurrentValue(ExecutingContext ec)
          Gets the default current value for this field as a String.
 String TimestampField.getCurrentValueAsString(ExecutingContext ec)
          Gets the default current value for this field as a String.
 Object TimestampField.getDefaultValue(ExecutingContext executingContext)
          Get the field's default value as a Timestamp.
 boolean StringField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
static Object SQLAssociationField.getAssociation(Field field, ExecutingContext ec)
          Get the association from the given Field.
static Object SQLAssociationField.getAssociation(Operation associationOp, Row row, ExecutingContext ec)
          Get the association from the given operation.
 boolean SocialSecurityNumberField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean SocialSecurityNumberField.isValidRequired(ExecutingContext ec)
          Validate this Field based on its required attribute.
 boolean SocialSecurityNumberField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean PhoneNumberField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean PhoneNumberField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean PhoneNumberAreaCodeField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean PhoneNumberAreaCodeField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean PasswordField.isValidDigitRequired(ExecutingContext ec)
          Validate this Field based on its digitRequired attribute that is set as a FieldClass parameter.
 boolean PasswordField.validate(ExecutingContext ec)
          Validate this Field based on it's configuration and value.
 boolean NumberField.isValidLength(ExecutingContext ec)
          Tests if the field's value is too long
 boolean NumberField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 Object LastUpdateTimestampField.getAutoUpdateValue(ExecutingContext executingContext)
          Get the field's auto update value as a Timestamp.
 Object LastUpdateTimestampField.getDefaultValue(ExecutingContext executingContext)
          Get the field's default value as a Timestamp.
 boolean LastNameField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean JSPFileNameField.isValidValue(ExecutingContext ec)
          At the moment we are not actually validating against the file name to see if it exists.
 boolean JavaClassNameField.isValidValue(ExecutingContext ec)
           
 Object ICurrentValueField.getAutoUpdateValue(ExecutingContext executingContext)
          This method should be overriden in subclasses of field that wish to set a dynamic value for update.
 Object ICurrentValueField.getCurrentValue(ExecutingContext executingContext)
          Returns a value that may be retrieved from a database, current time, calculation or other source that is dynamic.
 String ICurrentValueField.getCurrentValueAsString(ExecutingContext executingContext)
          Convenience method to return the current value as a String.
 Object ICurrentValueField.getDefaultValue(ExecutingContext executingContext)
          This method should be overriden in subclasses of field that wish to set a dynamic value for insert.
 boolean FirstNameField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean FieldSet.hasDisplayableFields(ExecutingContext ec)
           
 boolean EmailField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 Object DateField.getCurrentValue(ExecutingContext ec)
          Gets the default current value for this field as a String.
 String DateField.getCurrentValueAsString(ExecutingContext ec)
          Gets the default current value for this field as a String.
 boolean DateField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean DateField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean CreditCardNumberField.isValidLength(ExecutingContext ec)
          Validate this Field based on its max length attribute.
 boolean CreditCardNumberField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 boolean BigDecimalNonNegativeField.isValidValue(ExecutingContext ec)
          Check is this fields BigDecimal value is greater than 0.
 boolean BigDecimalField.isValidValue(ExecutingContext ec)
          Validate this Field value.
 

Uses of ExecutingContext in planetj.database.fielddescriptors
 

Methods in planetj.database.fielddescriptors with parameters of type ExecutingContext
 int TableDescriptor.update(Connection conn, ExecutingContext ec)
           
 String FieldDescriptorRow.getAutoUpdateStringValue(ExecutingContext pEc)
          Gets the auto update String parameter for the described fields.
 String FieldDescriptorRow.getDefaultStringValue(ExecutingContext pEc)
          Return the string parameter specified as the default value.
 boolean FieldDescriptorRow.isAuthorizedForEdit(Row pRow, ExecutingContext pEc)
          Tests if user can edit a field.
 boolean FieldDescriptorRow.isAuthorizedForRead(Row pRow, ExecutingContext pEc)
          Tests if user can read a field.
 boolean FieldDescriptorRow.isDisplayable(ExecutingContext ec)
          Indicates whether this column is definitely not writable.
 int FieldDescriptorRow.update(Connection conn, ExecutingContext ec)
           
 boolean FieldDescriptorRow.validate(ExecutingContext pContext)
           
 

Uses of ExecutingContext in planetj.database.possiblevalues
 

Methods in planetj.database.possiblevalues with parameters of type ExecutingContext
 boolean PossibleValueRow.validate(ExecutingContext context)
          Validate this Row based on it's configuration and field values.
 

Uses of ExecutingContext in planetj.database.sql
 

Methods in planetj.database.sql with parameters of type ExecutingContext
 Field SQLComparison.getField(int index, ExecutingContext ec)
          Gets this Field corresponding to one of this comparison's parameters.
 List SQLComparison.getFields(ExecutingContext ec)
          Gets the display fields contained in the parameters of this SQLComparison.
 ValidationExceptionCollection AbstractExpressionToken.getValidationExceptions(ExecutingContext ec)
          Be careful when you call this method because it is derived and spins through all the Fields of all the SQLComparisons in this expression token.
 

Uses of ExecutingContext in planetj.dataengine
 

Methods in planetj.dataengine that return ExecutingContext
 ExecutingContext IContext.getExecutingContext()
           
static ExecutingContext ExecutingContext.getCurrentExecutingContext()
          Gets the current executing context
static ExecutingContext ExecutingContext.getCurrentExecutingContext(IUser user)
          Gets the current executing context.
static ExecutingContext ExecutingContext.getDefaultExecutingContext()
          Return a default ExecutingContext with unknown user and application
static ExecutingContext ExecutingContext.getDefaultExecutingContext(int pMode)
          Return a default ExecutingContext with unknown user and application, and the specified mode
static ExecutingContext DataEngineManager.getCurrentExecutingContext(javax.servlet.http.HttpServletRequest request)
          Deprecated. replaced with getCurrentExecutingContext(HttpServletRequest, HttpServletResponse) to allow proper setting of request and response on executing context.
static ExecutingContext DataEngineManager.getCurrentExecutingContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Gets the current executing context
static ExecutingContext DataEngineManager.getExistingExecutingContext(javax.servlet.http.HttpServletRequest request)
          Gets the current executing context
 ExecutingContext AbstractContext.getExecutingContext()
          Gets this context's executing context.
 

Methods in planetj.dataengine with parameters of type ExecutingContext
 int PropertyRow.update(Connection conn, ExecutingContext ec)
          Updates the database with the values in this Row.
 void IContext.setExecutingContext(ExecutingContext excontext)
           
static void ExecutingContext.setCurrentExecutingContext(ExecutingContext ec)
          Sets the current executing context
static ILicense DataEngineServlet.getLicense(ExecutingContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Deprecated. replaced with DataEngine.getLicense()
 Iterator AbstractContext.getParameterDisplayFields(ExecutingContext ec)
          Gets an Iterator for all of the display fields for this context's display parameters.
 void AbstractContext.setExecutingContext(ExecutingContext excontext)
          Sets this context's executing context.
 

Uses of ExecutingContext in planetj.dataengine.application
 

Methods in planetj.dataengine.application with parameters of type ExecutingContext
 String Application.getHeaderText(ExecutingContext ec)
           
static Operation Application.getApplicationOperationByUsageId(int usageId, ExecutingContext ec)
          Gets this Operation with the given usage id from the Application in the current executing context.
 Operation Application.getOperationByUsageId(int usageId, ExecutingContext executingContext)
          Gets this application's operations for the given usage id.
 RowCollection Application.getOperations(ExecutingContext executingContext)
          Gets this application's operations.
 RowCollection Application.getOperationsByUsageId(int usageId, ExecutingContext executingContext)
          Gets this application's operations for the given usage id.
 RowCollection Application.getSQLOperations(ExecutingContext executingContext)
          Deprecated. replaced with getOperations(ExecutingContext)
 boolean Application.hasDisplayableOperation(ExecutingContext executingContext)
          Test if this Application contains a SQLOperation that is displayable
 int Application.update(Connection conn, ExecutingContext ec)
          Updates the database with the values in this Row.
 boolean Application.validate(ExecutingContext pContext)
          Validate this Row based on its configuration and field values.
 

Uses of ExecutingContext in planetj.dataengine.autorun
 

Methods in planetj.dataengine.autorun with parameters of type ExecutingContext
 Object AutoRunOperation.execute(ExecutingContext ec, Field field)
          Child classes should override for functionality Creation date: (4/23/2003 7:40:14 AM)
 int AutoRunOperation.update(Connection conn, ExecutingContext ec)
          Updates the database with the values in this Row.
 

Uses of ExecutingContext in planetj.dataengine.cache
 

Methods in planetj.dataengine.cache with parameters of type ExecutingContext
 void DataEngineCache.rowAltered(SQLContext context, ExecutingContext ec, long timestamp)
          This method is invoked when a single row is deleted, inserted, or updated.
 void CacheManager.rowAltered(SQLContext context, ExecutingContext ec, long timestamp)
          This method is invoked when a single row is deleted, inserted, or updated.
 

Uses of ExecutingContext in planetj.dataengine.email
 

Methods in planetj.dataengine.email with parameters of type ExecutingContext
 String IEmailObject.getEmailBody(ExecutingContext ec)
          Get this Row's body.
 String IEmailObject.getEmailRecipients(ExecutingContext ec)
          Get this Row's recipients.
 String IEmailObject.getEmailSubject(ExecutingContext ec)
          Get this Row's subject.
 CMMailer IEmailObject.getMailer(ExecutingContext ec)
          Get the mailer used to send emails.
 String IEmailObject.getPOP3Server(ExecutingContext ec)
          Get this Row's SMTP server.
 String IEmailObject.getSMTPServer(ExecutingContext ec)
          Get this Row's SMTP server.
 String IEmailObject.getSMTPUserEmail(ExecutingContext ec)
          Get this Row's SMTP user email.
 String IEmailObject.getSMTPUserId(ExecutingContext ec)
          Get this Row's SMTP user id.
 String IEmailObject.getSMTPUserPassword(ExecutingContext ec)
          Get this Row's SMTP user password.
 String EmailRowCollection.getEmailSubject(ExecutingContext ec)
          Get the email's subject.
 CMMailer EmailRowCollection.getMailer(ExecutingContext ec)
          Get this Row's mailer.
 String EmailRowCollection.getPOP3Server(ExecutingContext ec)
          Get this Row's SMTP server.
 String EmailRowCollection.getSMTPServer(ExecutingContext ec)
          Get this Row's SMTP server.
 String EmailRowCollection.getSMTPUserEmail(ExecutingContext ec)
          Get this Row's SMTP user email.
 String EmailRowCollection.getSMTPUserId(ExecutingContext ec)
          Get this Row's SMTP server.
 String EmailRowCollection.getSMTPUserPassword(ExecutingContext ec)
          Get this Row's SMTP user password.
 String EmailRow.getEmailRecipients(ExecutingContext ec)
          Get this Row's recipients.
 String EmailRow.getEmailSubject(ExecutingContext ec)
          Get this Row's subject.
 CMMailer EmailRow.getMailer(ExecutingContext ec)
          Get this Row's mailer.
 String EmailRow.getPOP3Server(ExecutingContext ec)
          Get this Row's SMTP server.
 String EmailRow.getSMTPServer(ExecutingContext ec)
          Get this Row's SMTP server.
 String EmailRow.getSMTPUserEmail(ExecutingContext ec)
          Get this Row's SMTP user email.
 String EmailRow.getSMTPUserId(ExecutingContext ec)
          Get this Row's SMTP server.
 String EmailRow.getSMTPUserPassword(ExecutingContext ec)
          Get this Row's SMTP user password.
 

Uses of ExecutingContext in planetj.dataengine.email.html
 

Methods in planetj.dataengine.email.html with parameters of type ExecutingContext
 String HTMLEmailRowCollection.getEmailBody(ExecutingContext ec)
          Get this Row's body.
 String HTMLEmailRow.getEmailBody(ExecutingContext ec)
          Get this Row's body.
 

Uses of ExecutingContext in planetj.dataengine.http
 

Subclasses of ExecutingContext in planetj.dataengine.http
 class HttpExecutingContext
          This class is an ExecutingContext that holds reference to the current request and response.
 

Uses of ExecutingContext in planetj.dataengine.operation
 

Methods in planetj.dataengine.operation with parameters of type ExecutingContext
 boolean UserAuthorizationOperation.isAuthorized(Row pRow, ExecutingContext pEc)
           
 boolean UserAuthorizationOperation.isFieldApplicable(Field fld, ExecutingContext ec)
          Tests if a field is applicable in the current scenario
 boolean UserAuthorizationListOperation.isAuthorized(Row pRow, ExecutingContext pEc)
           
 boolean UserAuthorizationListOperation.isFieldApplicable(Field fld, ExecutingContext ec)
          Tests if a field is applicable in the current scenario
 boolean UserAuthenticationListOperation.isAuthorized(Row pRow, ExecutingContext pEc)
           
 boolean RefererAuthorizationOperation.isFieldApplicable(Field fld, ExecutingContext ec)
          Tests if a field is applicable in the current scenario
 boolean OperationSet.isContainsDisplayableOperation(ExecutingContext executingContext)
          Test to see if this OperationSet contains an Operation which may be displayable
static List OperationSet.getDisplayableOperationSets(Application application, ExecutingContext ec)
          Get a List containing OperationSet objects.
 RowCollection OperationManager.getOperations(Application application, List columnNames, ExecutingContext executingContext)
          Gets all Operations for the given Application.
 RowCollection OperationManager.getSQLOperations(Application application, List columnNames, ExecutingContext executingContext)
          Deprecated. replaced with getOperations(Application, List, ExecutingContext)
 boolean OperationManager.isAuthorized(int pAction, ExecutingContext pEc, Operation pOperation)
          Test to see if the given user is authorized to do the given action on the Operation.
 Object Operation.execute(ExecutingContext ec)
          Executes this operation from the given executing context and Field.
 Object Operation.execute(ExecutingContext ec, Field field)
          Executes this operation from the given executing context and Field.
 Object Operation.execute(ExecutingContext ed, Row row)
          Executes this operation from the given executing context and Row.
 boolean Operation.isAuthorizedForExecution(Row pRow, ExecutingContext pEc)
          Test for authority to execute this operation.
 boolean Operation.isDisplayable(ExecutingContext pEc)
          Test if this SQLOperation is displayable
 Row Operation.statusChanged(Field pField, ExecutingContext ec)
          Invoked when a status change takes place on of this Row's fields.
 int Operation.update(Connection conn, ExecutingContext ec)
          Updates the database with the values in this Row.
 boolean Operation.validate(ExecutingContext ec)
          Validate this Row based on it's configuration and field values.
 boolean IAuthorizationOperation.isAuthorized(Row pRow, ExecutingContext pEc)
          Creation date: (4/25/2003 8:50:20 AM)
 Object HTMLOperation.execute(ExecutingContext ec, Row row)
          Executes this operation from the given executing context and Row and returns HTML code for this Operation.
 boolean HTMLOperation.isFieldApplicable(Field fld, ExecutingContext ec)
          Tests if a field is applicable in the current scenario
 int HTMLOperation.update(Connection c, ExecutingContext ec)
          Updates this Row in the DB
 

Uses of ExecutingContext in planetj.dataengine.parameter
 

Methods in planetj.dataengine.parameter with parameters of type ExecutingContext
 Field SQLPromptParameter.getDisplayField(ExecutingContext ec)
          Gets the field to use when displaying a prompt to the user.
 Field RequestPromptParameter.getDisplayField(ExecutingContext ec)
          Gets the field to use when displaying a prompt to the user.
 Field IDisplayParameter.getDisplayField(ExecutingContext ec)
          Gets the field to use when displaying a prompt to the user.
 

Uses of ExecutingContext in planetj.dataengine.security
 

Methods in planetj.dataengine.security with parameters of type ExecutingContext
static boolean DESecurityManager.checkExecute(Operation operation, ExecutingContext pEc)
          Check to see if the given principal is allowed to view the given operation.
 

Uses of ExecutingContext in planetj.dataengine.sqloperation
 

Methods in planetj.dataengine.sqloperation with parameters of type ExecutingContext
 int SQLOperation.delete(Connection pConn, ExecutingContext ec)
          Delete this operation and reset any FieldDescriptors or other operations that reference this operation.
 Object SQLOperation.execute(ExecutingContext pEc, Row pRow)
          Returns a result set that results from the SQL query Creation date: (4/23/2003 7:40:14 AM)
 Object SQLOperation.execute(ExecutingContext ec, Row pRow, boolean checkConnectionPool)
          Returns a result set that results from the SQL query Creation date: (4/23/2003 7:40:14 AM)
 String SQLOperation.getHeaderText(ExecutingContext ec)
          Returns instruction header text
 boolean SQLOperation.isFieldApplicable(Field fld, ExecutingContext ec)
          Tests if a field is applicable in the current scenario
 boolean SQLOperation.validate(ExecutingContext ec)
          Validate this Row based on it's configuration and field values.
 Object PossibleValuesSearchOperation.execute(ExecutingContext ec, Field field)
          Child classes should override for functionality Creation date: (4/23/2003 7:40:14 AM)
 

Uses of ExecutingContext in planetj.dataengine.test
 

Methods in planetj.dataengine.test with parameters of type ExecutingContext
 String WKTestRowCollection.getEmailRecipients(ExecutingContext ec)
          Get this Row's recipients.
 boolean WKTestRow.isCopyable(ExecutingContext ec)
          Check to see if this Row may be edited.
 boolean WKTestRow.isDeletable(ExecutingContext ec)
          Check to see if this Row may be edited.
 boolean WKTestRow.isDisplayable(ExecutingContext ec)
          Check to see if this Row may be edited.
 boolean WKTestRow.isEditable(ExecutingContext ec)
          Check to see if this Row may be edited.
 

Uses of ExecutingContext in planetj.html
 

Methods in planetj.html with parameters of type ExecutingContext
static StringBuffer HTMLInput.appendClass(int type, Field field, FieldDescriptorRow fd, StringBuffer html, ExecutingContext ec)
          Appends an inputs class attribute to the given buffer depending upon the input type.
static boolean HTMLElement.isDisplayField(Field fld, ExecutingContext ec, javax.servlet.http.HttpServletRequest req)
          Determines if a field should be displayed or not
 

Uses of ExecutingContext in planetj.magic
 

Methods in planetj.magic that return ExecutingContext
 ExecutingContext AbstractRowRequest.getExecutingContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Gets the ExecutingContext to use.
 

Methods in planetj.magic with parameters of type ExecutingContext
 Row UpdateRowRequest.processRow(Row row, ExecutingContext ec, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Updated the given Row into the database.
 Row InsertRowRequest.processRow(Row row, ExecutingContext ec, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Inserts the given Row into the database.
 Row DeleteRowRequest.processRow(Row row, ExecutingContext ec, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Subclasses should provide logic in this method to handle necessary processing of the Row.
abstract  Row AbstractRowRequest.processRow(Row row, ExecutingContext ec, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Subclasses should provide logic in this method to handle necessary processing of the Row.
 

Uses of ExecutingContext in planetj.output
 

Methods in planetj.output with parameters of type ExecutingContext
 void IOutputProcessor.process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ExecutingContext ec)
           
 

Uses of ExecutingContext in planetj.output.excel
 

Methods in planetj.output.excel with parameters of type ExecutingContext
 void ExcelTable.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ExecutingContext ec)
          Process RowCollection resulting from an operation and send to request as an HTML Table.
 

Uses of ExecutingContext in planetj.processes.logon
 

Methods in planetj.processes.logon with parameters of type ExecutingContext
 void SignOnAndRegistrationRow.duplicateKey(ExecutingContext ec)