|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Row in planetj.database |
Subclasses of Row in planetj.database | |
static class |
Row.SpacingRow
|
Methods in planetj.database that return Row | |
Row |
Table.getRow(RowKey rowKey)
Reads a row from the this table in the database with the specified key |
Row |
SQLContext.getSourceRow()
If this SQLContext is an update, insert, or delete statement which pertains to one specific row, then this method gets that row. |
Row |
SQLContext.getUsageIdRow()
Gets the row whose data should be used to replace literal usage id's in the SQL (indicated with a ##?) |
Row |
RowKey.getRow()
Gets the row whose key this object represents |
Row |
RowCollection.firstRow()
Gets the first Row, return null if no rows exists. |
Row |
RowCollection.getRow(int i)
Gets the Row with the specified index out of this RowCollection. |
Row |
RowCollection.lastRow()
Gets the last Row, return null if no rows exists. |
Row |
RowCollection.newRow()
Creates, adds, and returns a new Row from this RowCollection. |
Row |
RowCollection.newRow(int index)
Creates, adds, and returns a new Row from this RowCollection. |
protected Row |
RowCollection.preUpdateRow(Row row,
ExecutingContext ec)
This method is intended for subclass to override and provide their own functionality. |
Row |
RowCollection.removeRow(int i)
Removes the row with the specified index from this RowCollection (the first row has an index of 0). |
Row |
RowCollection.setRow(int index,
Row row)
Replaces the row at the specified position in this list with the specified row (optional operation). |
static Row |
Row.create(java.lang.Class rowSubClass)
Create and return a new Row of the given Class type using the given ExecutingContext to allow for security and/or personalization. |
static Row |
Row.create(RowCollection pRowCollection)
Create and return a new Row and also set its Table. |
static Row |
Row.create(RowCollection pRowCollection,
java.lang.Class rowSubClass)
Create and return a new Row and also set its Table. |
static Row |
Row.create(RowCollection pRowCollection,
boolean initialRow)
Create and return a new Row and also set its Table. |
static Row |
Row.create(RowCollection pRowCollection,
java.lang.Class rowSubClass,
boolean initialRow)
Create and return a new Row and also set its Table. |
static Row |
Row.create(java.util.List tables,
java.lang.Class rowSubClass,
java.util.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(SQLContext context,
java.util.List fieldNames,
boolean initializeRow)
Create and return a new Row from the given SQLContext. |
static Row |
Row.create(Table table)
Create and return a new Row of class Row.class and initializes the row with all of the tables fields. |
static Row |
Row.create(Table table,
boolean initializeRow)
Create and return a new Row of class Row.class and initializes the row with all of the tables fields if specified. |
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,
java.lang.Class rowSubClass)
Create and return a new Row of the given Class type and also set its Table. |
static Row |
Row.create(Table table,
java.lang.Class rowSubClass,
boolean initializeRow)
Create and return a new Row of the given Class type and also set its Table. |
static Row |
Row.create(Table table,
java.lang.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,
java.lang.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,
java.lang.Class rowSubClass,
java.util.List fieldNames,
boolean initializeRow)
Create and return a new Row of the given Class type and also set its Table. |
static Row |
Row.create(Table table,
java.lang.Class rowSubClass,
java.util.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,
java.util.List fieldNames,
boolean initialize)
Create and return a new Row for the given table and field names. |
static Row |
Row.create(Table table,
java.util.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,
java.util.List names,
ExecutingContext ec)
Create and return a new Row and also set its Table. |
Row |
Row.cloneRow()
Clones this Row object. |
Row |
Row.copy(boolean pFullCopy)
Copy this Row. |
Row |
Row.createRow(Row pDefaultRow)
Creates a new Row. |
Row |
Row.getCompleteRow()
Gets a complete Row for this Row containing all of its Fields in the database. |
Row |
Row.getCompleteRow(java.sql.Connection pConnection)
Gets a complete Row for this Row containing all of its Fields in using the specified connection if needed. |
Row |
Row.getDatabaseRow(java.sql.Connection conn)
Rereads and returns this row as it exists in the database, or null if it doesn't exist in the database. |
Row |
Row.getDatabaseRow(boolean originalRow,
java.sql.Connection conn)
Rereads and returns this row as it exists in the database, or null if it doesn't exist in the database. |
Row |
Row.getDatabaseRow(java.sql.Connection conn,
boolean includeDerivedFields)
Rereads and returns this row as it exists in the database, or null if it doesn't exist in the database. |
Row |
Row.getDatabaseRow(boolean originalRow,
java.sql.Connection conn,
boolean includeDerivedFields)
Rereads and returns this row as it exists in the database, or null if it doesn't exist in the database. |
protected Row |
Row.getRow(java.util.List columns)
Gets a Row from this Row's SQL that contains the proper given column names. |
Row |
Row.prepareForDetails(ExecutingContext ec)
Gets the a proper Row for viewing this Rows details. |
Row |
Row.prepareForResultsDisplay(ExecutingContext ec)
Allows the current row to handle any necessary actions before being displayed in a results table. |
Row |
Row.prepareFromFieldNames(java.util.List pNames)
Gets the a proper Row for viewing this Rows details. |
Row |
Row.reread()
Rereads this row, returning a new Row with fresh values from the DB. |
Row |
Row.rereadIfNeeded()
Rereads this row, returning a new Row with fresh values from the DB, but only if this Row's table has been updated from the DataEngine since it was read; otherwise this same row is returned. |
Row |
Row.rollbackChanges()
Undoes any changes that have been made to this Row since it was read from or written to the database. |
Row |
Row.statusChanged(Field pField,
ExecutingContext ec)
Invoked when a status change takes place on of this Row's fields. |
Row |
Row.transferDataTo(java.lang.Class pNewRowClass)
Transfers all the data in this Row into a different Row. |
Row |
Row.transferDataTo(Row pDestinationRow)
Transfers all the data in this Row into a different Row. |
Row |
IRowCreator.createRow(Row pDefaultRow)
Creates a new Row. |
Row |
IAssociatedData.getAssociatedRow(java.lang.String pLib,
java.lang.String pTableName)
Deprecated. Get A Row Associated With This Row |
Row |
Field.getRow()
Returns the Row this Field belongs to. |
static Row |
DataEngine.getRow(SQLContext context)
Retrieves the first row from the database based on the criteria in the SQLContext. |
Methods in planetj.database with parameters of type Row | |
static java.lang.StringBuffer |
SQLGenerator.appendInsertStatement(Row row,
ExecutingContext ec,
java.lang.StringBuffer sql)
|
void |
SQLContext.setRowValues(Row source,
Row target)
Provides values for all of this context's named parameters. |
void |
SQLContext.setSourceRow(Row newSourceRow)
If this SQLContext is an update, insert, or delete statement which pertains to one specific row, then this method sets that row |
void |
SQLContext.setUsageIdRow(Row row)
Sets the row whose data should be used to replace literal usage id's in the SQL (indicated with a ##?) |
void |
RowCollection.addRow(int index,
Row row)
Inserts the specified row at the specified position in this list (optional operation). |
boolean |
RowCollection.addRow(Row row)
Appends the specified row to the end of this list. |
protected void |
RowCollection.addToConnectedChildren(Row row)
Adds a Row to this RowCollection's connected children. |
boolean |
RowCollection.contains(Row row)
Tests if a Row is contained in this RowCollection |
boolean |
RowCollection.containsRowWithFieldsEqualTo(Row pRow,
java.util.List pFieldNamesToCompare)
Tests if this RowCollection has a row with field values equal to the row passed in but only comparing the supplied fields. |
protected int |
RowCollection.locateRowBasedOnNamedFieldValues(Row row,
java.util.List fieldNames)
Locates the index of the Row whose provided fields' values are equal to the given Row. |
protected void |
RowCollection.preprocessRow(Row pRow)
Invoked after a new Row has been read from the DB, just before it is inserted into this RowCollection. |
protected Row |
RowCollection.preUpdateRow(Row row,
ExecutingContext ec)
This method is intended for subclass to override and provide their own functionality. |
protected void |
RowCollection.removeFromConnectedChildren(Row row)
Removes a Row from this RowCollection's connected children. |
boolean |
RowCollection.removeRow(Row row)
Removes the row from this RowCollection. |
boolean |
RowCollection.removeRow(Row row,
java.util.List fieldNames)
Removes the row from this RowCollection. |
boolean |
RowCollection.removeRowBasedOnKeyValues(Row row)
Removes the row from this RowCollection. |
void |
RowCollection.replaceRow(Row oldRow,
Row newRow)
Replaces one Row in this RowCollection with another Row. |
protected void |
RowCollection.replaceRowInConnectedChildren(Row oldRow,
Row newRow)
Replaces one Row in this RowCollection's connected children with another row. |
void |
RowCollection.setFieldValuesWithCommonUsageIds(Row sourceRow)
Copy the field values with the same usage id from the supplied Row into each Row in this RowCollection. |
Row |
RowCollection.setRow(int index,
Row row)
Replaces the row at the specified position in this list with the specified row (optional operation). |
void |
Row.copyIntoRowFieldsWithCommonFieldNames(Row rowToCopy)
Deprecated. replaced with setFieldValuesWithCommonFieldNames(Row) |
void |
Row.copyIntoRowFieldsWithCommonFieldNames(Row rowToCopy,
boolean ignoreCase)
Deprecated. replaced with setFieldValuesWithCommonFieldNames(Row, boolean) |
void |
Row.copyIntoRowFieldsWithCommonUsageIds(Row rowToCopy)
Copy the fields from the supplied Row with the same usageid into this Row. |
void |
Row.copyIntoRowFieldsWithGivenFieldNames(java.util.List fieldNames,
Row rowToCopy)
Deprecated. replaced with setFieldValuesWithCommonFieldNames(List, Row, boolean) |
void |
Row.copyIntoRowFieldsWithGivenFieldNames(java.util.List fieldNames,
Row rowToCopy,
boolean ignoreCase)
Deprecated. replaced with setFieldValuesWithCommonFieldNames(List, Row, boolean) |
Row |
Row.createRow(Row pDefaultRow)
Creates a new Row. |
protected void |
Row.dataTransferred(Row oldRow)
This method is invoked after this row has data transferred to it from another row. |
boolean |
Row.equals(Row row,
java.util.List fieldNames)
Tests if a group of fields in this row have the same values as a group of fields in another row |
protected int |
Row.joinedDatabaseAccessFailure(java.sql.Connection conn,
Row disjointRow,
TableCollection affectedTables,
int mode,
java.lang.Throwable t,
ExecutingContext ec)
Invoked whenever a update, insert, or delete fails on a disjoint row during a joined DB access. |
void |
Row.merge(Row row)
Merges the fields of another row into this one. |
void |
Row.setFieldValuesWithCommonFieldNames(Row source)
Sets values from the source Row into this Row (the target) for all Fields that BOTH the source and the target have. |
void |
Row.setFieldValuesWithCommonFieldNames(Row source,
boolean ignoreCase)
Sets values from the source Row into this Row (the target) for all Fields that BOTH the source and the target have. |
void |
Row.setFieldValuesWithCommonFieldNames(java.util.List targetNames,
Row source,
boolean ignoreCase)
Sets values from the source Row into this Row (the target) for all Fields that BOTH the source and the target have. |
void |
Row.setFieldValuesWithCommonUsageIds(Row rowToCopy)
Copy the field values from the supplied Row with the same usageid into this Row. |
Row |
Row.transferDataTo(Row pDestinationRow)
Transfers all the data in this Row into a different Row. |
Row |
IRowCreator.createRow(Row pDefaultRow)
Creates a new Row. |
protected FieldCollection |
FieldCollection.cloneFieldCollection(Row pNewRow)
Clones this FieldCollection |
void |
Field.setRow(Row pRow)
Sets the Row this Field belongs to. |
Uses of Row in planetj.database.connection |
Subclasses of Row in planetj.database.connection | |
class |
AS400ConnectionRow
Represents a ConnectionPool for AS400 objects. |
class |
ConnectionRow
Class generated by planetj.dataengine.RowClassGenerator Created at: Wed Apr 10 19:24:10 PDT 2002 |
Methods in planetj.database.connection that return Row | |
Row |
ConnectionRow.createRow(Row pDefaultRow)
Creates a new Row. |
Row |
ConnectionRow.statusChanged(Field pField,
ExecutingContext ec)
Invoked when a status change takes place on of this Row's fields. |
Methods in planetj.database.connection with parameters of type Row | |
Row |
ConnectionRow.createRow(Row pDefaultRow)
Creates a new Row. |
Uses of Row in planetj.database.field |
Methods in planetj.database.field with parameters of type Row | |
static java.lang.Object |
SQLAssociationField.getAssociation(Operation associationOp,
Row row,
ExecutingContext ec)
Get the association from the given operation. |
void |
LogicalField.setRow(Row pRow)
Sets the Row this Field belongs to. |
static java.util.List |
FieldSet.getFieldSets(java.util.List pFieldNameSets,
Row pRow)
Gets a List containing FieldSet objects. |
static java.util.List |
FieldSet.getFieldSets(Row pRow)
Gets a List containing FieldSet objects. |
static java.util.List |
FieldSet.getFieldSetsFromRow(Row row)
Returns a List containing FieldSet objects. |
Constructors in planetj.database.field with parameters of type Row | |
FieldSetCollection(java.util.List pFieldNameSets,
Row pRow)
Gets a List containing FieldSet objects. |
|
FieldSetCollection(Row pRow)
|
Uses of Row in planetj.database.fielddescriptors |
Subclasses of Row in planetj.database.fielddescriptors | |
class |
AbstractDerivedFieldDescriptor
Defines a Field that is computed such as concating two fields, substracting, etc. |
class |
ColumnFunctionResultFieldDescriptor
Insert the type's description here. |
class |
DerivedDate
Converts fields that in centry, year, month, and day individual fields into a java.sql.Date wrapped in a Field Creation date: (2/7/2002 11:48:19 AM) |
class |
DerivedFieldDescriptor
Insert the type's description here. |
class |
FieldDescriptorRow
Represents metadata describing a field that was read from a row in the database. |
class |
TableDescriptor
Describes a Table in the database |
Methods in planetj.database.fielddescriptors that return Row | |
Row |
FieldDescriptorRow.copy(boolean pFullCopy)
|
Row |
FieldDescriptorRow.createRow(Row pDefaultRow)
Creates a new Row. |
Row |
FieldDescriptorRow.transferDataTo(Row pDestinationRow)
Transfers all the data in this Row into a different Row. |
Row |
FieldDescriptorRow.statusChanged(Field field,
ExecutingContext ec)
|
Methods in planetj.database.fielddescriptors with parameters of type Row | |
Row |
FieldDescriptorRow.createRow(Row pDefaultRow)
Creates a new Row. |
boolean |
FieldDescriptorRow.isAuthorizedForEdit(Field field,
Row row,
ExecutingContext ec)
Check to see if Field in Row can be edited. |
boolean |
FieldDescriptorRow.isAuthorizedForRead(Field field,
Row row,
ExecutingContext ec)
Check to see if the given Field in the given Row can be read. |
Row |
FieldDescriptorRow.transferDataTo(Row pDestinationRow)
Transfers all the data in this Row into a different Row. |
Field |
DerivedDate.getDerivedField(Row pRow)
Return a Field appropriate for the Derivation such as concat, substract, etc. |
Field |
ColumnFunctionResultFieldDescriptor.getDerivedField(Row row)
Return a Field appropriate for the Derivation such as concat, substract, etc. |
abstract Field |
AbstractDerivedFieldDescriptor.getDerivedField(Row row)
Return a Field appropriate for the Derivation such as concat, substract, etc. |
Uses of Row in planetj.database.filter |
Methods in planetj.database.filter that return Row | |
Row |
FilteredRowCollection.setRow(int index,
Row row)
Replaces the row at the specified position in this list with the specified row, if the Row meets the filter criteria. |
Methods in planetj.database.filter with parameters of type Row | |
void |
FilteredRowCollection.addRow(int index,
Row row)
Inserts the specified row at the specified position in this list (optional operation). |
boolean |
FilteredRowCollection.removeRow(Row row)
Removes the row from this RowCollection. |
Row |
FilteredRowCollection.setRow(int index,
Row row)
Replaces the row at the specified position in this list with the specified row, if the Row meets the filter criteria. |
boolean |
BasicRowFilter.meetsFieldCriteria(Row row)
|
Uses of Row in planetj.database.flatfile |
Subclasses of Row in planetj.database.flatfile | |
class |
FileServerOperation
|
class |
FlatFileReferenceRow
Row responsible for Flat Files Creation date: Jun 2, 2004 - 5:31:37 PM |
class |
HttpFlatFieldReferenceRow
Row responsible for Http Flat File references Creation date: Jun 12, 2006 - 5:32:30 PM |
class |
ISeriesFlatFileReferenceRow
ISeries Row responsible for Flat Files Creation date: Jun 2, 2004 - 5:32:14 PM |
Uses of Row in planetj.database.possiblevalues |
Subclasses of Row in planetj.database.possiblevalues | |
class |
PossibleValueRow
|
class |
UserMessageRow
|
Methods in planetj.database.possiblevalues that return Row | |
static Row |
PossibleValueManager.getConfigProperty(java.lang.String metaDataSystemAlias,
java.lang.String key,
java.lang.String[] orderByColumnNames,
int ownerId)
This will return a RowCollection of configuration properties. |
Methods in planetj.database.possiblevalues with parameters of type Row | |
static PossibleValueRow |
PossibleValueManager.getMessage(java.lang.String key,
Row row,
ExecutingContext ec)
Convience method that gets the current application from the current executing context. |
static RowCollection |
PossibleValueManager.getMessages(java.lang.String key,
Row row)
Get messages for given key and Row. |
static PossibleValueRow |
PossibleValueManager.getMessage(java.lang.String key,
Row row)
Get message for Row's system, library, table, and given key for owner of the application. |
static PossibleValueRow |
PossibleValueManager.getMessage(java.lang.String key,
Row row,
Application app)
Get message for Row's system, library, table, and given key for owner of the application. |
static java.lang.String |
PossibleValueManager.getMessageText(java.lang.String key,
Row row)
Get message text for the given key and row. |
static java.lang.String |
PossibleValueManager.getMessageText(java.lang.String key,
Row row,
ExecutingContext ec)
Get message text for the given key and row |
Uses of Row in planetj.database.report |
Subclasses of Row in planetj.database.report | |
static class |
ReportBreak.ReportBreakSpacingRow
|
class |
ReportBreakRow
Insert the type's description here. |
Methods in planetj.database.report that return Row | |
protected Row |
ReportBreak.generateReport(java.util.List pFieldDescriptors)
Deprecated. Use the method which takes in a RowCollection as well |
protected Row |
ReportBreak.generateReport(java.util.List pFieldDescriptors,
RowCollection rc)
Generates a report containing the values of all this ReportBreak's column functions. |
Row |
ReportBreak.processRow(Row pRow,
RowCollection pRC)
Passes a Row into to one or more column functions, and determines if a ReportBreakRow needs to be positioned prior to that Row |
Methods in planetj.database.report with parameters of type Row | |
protected void |
ReportBreakRowCollection.preprocessRow(Row pRow)
Invoked after a new Row has been read from the DB and just before it's inserted into this RowCollection. |
protected boolean |
ReportBreak.isAddReportBreakBefore(Row row)
Tests if a report break row should be add to the RowCollection prior to the specified row You can use the getBreakColumn() method (which returns the name of the break column) and the getLastValue() method (which returns the value of the break column field in the previous row) to determine if a report break row should be added. This method is not invoked unless there is at least one row already in the RowCollection |
Row |
ReportBreak.processRow(Row pRow,
RowCollection pRC)
Passes a Row into to one or more column functions, and determines if a ReportBreakRow needs to be positioned prior to that Row |
void |
ColumnFunction.processRow(Row pRow)
Inputs a new row to the column function |
Uses of Row in planetj.dataengine |
Subclasses of Row in planetj.dataengine | |
class |
PropertyRow
A PropertyRow is simply a Row that has a Field that contains PropertyGroups representing properties of the Row. |
Fields in planetj.dataengine declared as Row | |
protected Row |
AbstractContext.mParameterSource
Source Row used to set the parameter values. |
Methods in planetj.dataengine that return Row | |
static Row |
TabManager.getCurrentTabParent(HttpServletRequest req)
Gets the current parent row for the tabs. |
static Row |
TabManager.getCurrentTabParent(boolean refresh,
HttpServletRequest req)
Deprecated. You no longer should be passing in a refresh variable. Tab parent rows never need to be refreshed at this point - instead they have their values altered if necessary when a equivalent Row is updateded. |
static Row |
SessionManager.getRow(HttpServletRequest pRequest,
java.lang.String pRowKey)
Deprecated. Row's should no be set on the request as a persistent or page attribute. call HttpRequestManager.getAttribute(String, HttpSerlvetRequest) |
Row |
PropertyRow.createRow(Row row)
Initializes this PropertyRow as it is retrieved from the database. |
Row |
PropertyRow.transferDataTo(Row pDestinationRow)
Transfers all the data in this Row into a different Row. |
static Row |
DataEngineManager.getCurrentRow(HttpServletRequest request)
Gets the current Row from the request. |
static Row |
DataEngineManager.getCurrentAlternateRow(HttpServletRequest request)
Gets the current Alternate Row from the request. |
Row |
AbstractContext.getParameterRow()
Convience method to get the parameter row from the parameter collection. |
Row |
AbstractContext.getParameterSource()
Gets the row that was used to set the named parameters in this context, or null if no such row exists. |
Methods in planetj.dataengine with parameters of type Row | |
protected static java.util.List |
TabManager.getTabFields(Row tabParent,
HttpServletRequest req)
Get the tab fields as defined by the tabs property group |
static boolean |
TabManager.isCurrentTabParent(Row row,
HttpServletRequest req)
Tests if the specified row is the current tab parent |
protected static boolean |
TabManager.isTabField(java.lang.String fieldName,
Row tabParent,
HttpServletRequest req)
Tests if the field with the specified name should be rendered as a tab |
static void |
TabManager.setCurrentTabParent(Row tabParent,
HttpServletRequest req)
Sets the current parent row for the tabs |
Row |
PropertyRow.createRow(Row row)
Initializes this PropertyRow as it is retrieved from the database. |
Row |
PropertyRow.transferDataTo(Row pDestinationRow)
Transfers all the data in this Row into a different Row. |
void |
ISelectionListener.handleRecordSelection(Row pSelectedRow,
HttpServletRequest request,
HttpServletResponse response)
Insert the method's description here. |
void |
IContext.setParameterValues(Row row)
|
static java.lang.String |
HTMLContext.execute(java.lang.String code,
Row parameterRow,
ExecutingContext ec)
Creates a new HTMLContext from the given ExecutingContext and executes the context using the given Row for parameter values. |
static java.lang.String |
HTMLContext.execute(java.lang.String code,
Row parameterRow,
int valueType,
ExecutingContext ec)
Creates a new HTMLContext from the given ExecutingContext and executes the context using the given Row for parameter values. |
static void |
DataEngineManager.setCurrentRow(Row row,
HttpServletRequest request)
Sets the current Row in the request. |
static void |
DataEngineManager.setCurrentAlternateRow(Row row,
HttpServletRequest request)
Set the current Alternate Row key. |
void |
AbstractContext.setParameterDisplayValues(Row row)
Provides values for all of this context's display parameters. |
void |
AbstractContext.setParameterValues(Row row)
Provides values for all of this context's RowParameters and ContextParameterParameters. |
Uses of Row in planetj.dataengine.action |
Methods in planetj.dataengine.action that return Row | |
Row |
RowActionRequest.getRow(HttpServletRequest request)
Get's the RowCollection for this RowCollection action request. |
Row |
NamedRowAction.getRow()
Gets the Row tied to this action. |
Methods in planetj.dataengine.action with parameters of type Row | |
abstract java.lang.Object |
RowAction.handleRowAction(Row row,
ExecutingContext ec)
Subclasses need to provide logic to handle the action they wish to perform. |
java.lang.Object |
NamedRowAction.handleRowAction(Row row,
java.lang.Object o,
ExecutingContext ec)
Subclasses need to provide logic to handle the action they wish to perform. |
Constructors in planetj.dataengine.action with parameters of type Row | |
RowActionRequest(AbstractAction action,
Row row,
HttpServletRequest request,
HttpServletResponse response)
|
|
NamedRowAction(java.lang.String actionName,
Row actionObject)
|
Uses of Row in planetj.dataengine.application |
Subclasses of Row in planetj.dataengine.application | |
class |
Application
Contains information describing a DataEngine application Creation date: (3/21/2002 1:11:21 PM) |
class |
DynamicConnectionApplication
|
Methods in planetj.dataengine.application that return Row | |
Row |
Application.createRow(Row pDefaultRow)
Creates a new Row. |
Methods in planetj.dataengine.application with parameters of type Row | |
void |
ApplicationSQLContext.setParameterValues(Row row)
Provides values for all of this context's RowParameters and ContextParameterParameters. |
Row |
Application.createRow(Row pDefaultRow)
Creates a new Row. |
Uses of Row in planetj.dataengine.autorun |
Subclasses of Row 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 |
Methods in planetj.dataengine.autorun with parameters of type Row | |
java.lang.Object |
AutoRunOperation.execute(Field field,
Row row,
ExecutingContext ec,
boolean checkConnectionPool)
Child classes should override for functionality Creation date: (4/23/2003 7:40:14 AM) |
Uses of Row in planetj.dataengine.cache |
Methods in planetj.dataengine.cache that return Row | |
Row |
KeyedRowCache.get(RowKey key)
Gets a keyed row out of the cache |
Methods in planetj.dataengine.cache with parameters of type Row | |
boolean |
KeyedRowCache.add(Row row)
Adds a Row to the cache, but only if it has a key. |
boolean |
KeyedRowCache.isContains(Row row)
Tests if a row is present in the cache |
Uses of Row in planetj.dataengine.email |
Subclasses of Row in planetj.dataengine.email | |
class |
EmailRow
This class servers as a convience class for a Row that contains email functionality. |
Uses of Row in planetj.dataengine.email.html |
Subclasses of Row in planetj.dataengine.email.html | |
class |
HTMLEmailRow
This class servers as a convience class for a Row that contains email functionality. |
Uses of Row in planetj.dataengine.messageboard |
Subclasses of Row in planetj.dataengine.messageboard | |
class |
MessageBoardRow
|
class |
MessageRow
|
Uses of Row in planetj.dataengine.operation |
Subclasses of Row in planetj.dataengine.operation | |
class |
AdvanceToNextOperationRow
|
class |
AdvanceToOperationRow
|
class |
AssociatedExecutionGroupOperation
|
class |
HTMLOperation
HTMLOperations allow entry and viewing of straight HTML from WOW. |
class |
Operation
Represents an operation that can be executed. |
class |
OperationBuilderCreateDataInquiryOp
|
class |
RefererAuthorizationOperation
An operation for specifying http refers used for authorizing users |
class |
SelectionOperation
A SelectionOperation is an Operation that carries out some Operation on the selected Row. |
class |
UserAuthenticationListOperation
This operation simply holds a comma seperated list of user names. |
class |
UserAuthorizationListOperation
This operation simply holds a comma seperated list of user names. |
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 Row | |
Row |
Operation.createRow(Row row)
Initializes this SQLOperation as it is retrieved from the DB |
Row |
Operation.statusChanged(Field pField,
ExecutingContext ec)
Invoked when a status change takes place on of this Row's fields. |
Methods in planetj.dataengine.operation with parameters of type Row | |
protected java.util.List |
UserAuthorizationOperation.getUserNamesFromResults(Field field,
Row row,
ExecutingContext ec)
Creation date: (4/25/2003 8:50:20 AM) |
boolean |
UserAuthorizationOperation.isAuthorized(Field field,
Row row,
ExecutingContext ec)
|
boolean |
UserAuthorizationListOperation.isAuthorized(Field field,
Row row,
ExecutingContext ec)
|
boolean |
UserAuthenticationListOperation.isAuthorized(Field field,
Row row,
ExecutingContext ec)
|
java.lang.String |
OperationMessageManager.getMessage(java.lang.String alias,
java.lang.String lib,
java.lang.String table,
int operationType,
Row row)
Returns a user message, based on the operation type passed in. |
java.lang.String |
OperationMessageManager.getErrorMessage(java.lang.String alias,
java.lang.String lib,
java.lang.String table,
int operationType,
Row row,
java.lang.Exception exception)
Returns a user message, based on the operation type passed in. |
java.lang.String |
OperationMessageManager.getMessageWithSubstitutions(java.lang.String message,
Row row)
Replace any parameters in the message with actual substitution text. |
protected IOperationContext |
OperationBuilderCreateDataInquiryOp.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
IMagicRequest |
Operation.createMagicRequest(java.lang.String id,
Row row,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. method is no longer supported |
IMagicRequest |
Operation.createMagicRequest(Field basedOnField,
Row basedOnRow,
HttpServletRequest request,
HttpServletResponse response)
Creates a MagicRequest for viewing this operation. |
IMagicRequest |
Operation.createMagicRequest(java.lang.String id,
Field basedOnField,
Row basedOnRow,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. id no longer needed - used createMagicRequest(Field, Row, request, response) |
Row |
Operation.createRow(Row row)
Initializes this SQLOperation as it is retrieved from the DB |
java.lang.Object |
Operation.execute(ExecutingContext ec,
Row row)
Executes this operation from the given executing context and Row. |
java.lang.Object |
Operation.execute(Field field,
Row row,
ExecutingContext ec)
Executes this operation from the given executing context and Row. |
protected void |
Operation.dataTransferred(Row oldRow)
This method is invoked after this row has data transferred to it from another row. |
IOperationContext |
Operation.getNewContext(Field field,
Row row,
ExecutingContext ec)
Gets a new IOperationContext for this operation. |
protected IOperationContext |
Operation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
Gets a new IOperationContext for this operation. |
void |
Operation.openForExecution(Row associatedRow,
ExecutingContext ec)
|
boolean |
IAuthorizationOperation.isAuthorized(Field field,
Row row,
ExecutingContext ec)
|
java.lang.Object |
HTMLOperation.execute(Field field,
Row row,
ExecutingContext ec)
Executes this operation from the given executing context and Row and returns HTML code for this Operation. |
protected IOperationContext |
HTMLOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
Gets a new IOperationContext for this operation. |
Uses of Row in planetj.dataengine.parameter |
Methods in planetj.dataengine.parameter that return Row | |
Row |
ParameterCollection.getParameterRow()
Gets the Row to which parameters in this ParameterCollection may choose to be a part of. |
Methods in planetj.dataengine.parameter with parameters of type Row | |
java.lang.Object |
RowParameter.extractValueFromSource(Row source)
Gets the value which this parameter is interested in out of the Row. |
java.lang.Object |
RowParameter.extractValueFromSource(Row source,
int valueType)
Gets the value which this parameter is interested in out of the Row. |
Uses of Row in planetj.dataengine.possiblevalues |
Subclasses of Row in planetj.dataengine.possiblevalues | |
class |
PossibleValuesOperation
|
class |
PossibleValuesSearchOperation
Creation date: (2/6/2003 4:12:07 PM) |
class |
PVSearchRow
Subclass for the type of Row's returned by a possible value selector operation. |
Methods in planetj.dataengine.possiblevalues that return Row | |
Row |
PVPagingRequest.statusChange(Field field,
Row row,
ExecutingContext ec)
|
Methods in planetj.dataengine.possiblevalues with parameters of type Row | |
Row |
PVPagingRequest.statusChange(Field field,
Row row,
ExecutingContext ec)
|
protected IOperationContext |
PossibleValuesOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
Constructors in planetj.dataengine.possiblevalues with parameters of type Row | |
PVSearchActionRequest(AbstractAction action,
Row row,
HttpServletRequest request,
HttpServletResponse response)
|
Uses of Row in planetj.dataengine.security |
Subclasses of Row in planetj.dataengine.security | |
class |
DEAuthorization
|
class |
DEGroup
|
class |
DEGroup2Authorization
|
class |
DEUser
|
class |
DEUser2Group
|
Methods in planetj.dataengine.security that return Row | |
Row |
IUser.getPropertiesRow()
Get a Row containing properties for the current user. |
Row |
DEUser.getPropertiesRow()
|
static Row |
DESecurityManager.secureRow(IUser user,
Row row)
Check to see if the given principal is allowed to view the given operation. |
Methods in planetj.dataengine.security with parameters of type Row | |
void |
IUser.setPropertiesRow(Row row)
Set the given Row as the user's properties Row. |
void |
DEUser.setPropertiesRow(Row row)
|
static Row |
DESecurityManager.secureRow(IUser user,
Row row)
Check to see if the given principal is allowed to view the given operation. |
Uses of Row in planetj.dataengine.security.http |
Subclasses of Row in planetj.dataengine.security.http | |
class |
RequireSignonAlways
|
class |
SignonRow
|
Methods in planetj.dataengine.security.http that return Row | |
Row |
SignOnReceipt.getPropertiesRow()
Gets the row stored in this SignOnReceipt during sign on. |
Methods in planetj.dataengine.security.http with parameters of type Row | |
void |
SignOnReceipt.setPropertiesRow(Row row)
Sets the row stored in this SignOnReceipt during sign on. |
Uses of Row in planetj.dataengine.sqloperation |
Subclasses of Row 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 |
JavaOperation
!!DA (6/2/2003 3:31:24 PM) |
class |
MultiSystemSQLOperation
|
class |
SQLOperation
Represents an operation that can be run against a databse. |
class |
TabbedOperation
|
Methods in planetj.dataengine.sqloperation that return Row | |
Row |
TabbedOperation.transferDataTo(java.lang.Class pNewRowClass)
|
Row |
SQLOperation.getInsertRow(SQLContext context,
ExecutingContext ec)
Gets the row to use for an insert (if this is an insert operation). |
Methods in planetj.dataengine.sqloperation with parameters of type Row | |
protected void |
TabbedOperation.dataTransferred(Row oldRow)
|
protected void |
SQLOperation.dataTransferred(Row oldRow)
|
java.lang.Object |
SQLOperation.execute(Field field,
Row pRow,
ExecutingContext pEc)
Returns a result set that results from the SQL query Creation date: (4/23/2003 7:40:14 AM) |
java.lang.Object |
SQLOperation.execute(Field field,
Row row,
ExecutingContext ec,
boolean checkConnectionPool)
Returns a result set that results from the SQL query Creation date: (4/23/2003 7:40:14 AM) |
protected IOperationContext |
SQLOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
ApplicationSQLContext |
SQLOperation.getNewSQLOperationContext(Field field,
Row row,
ExecutingContext ec)
Creates and returns a new SQLContext to perform this SQLOperation's query. |
protected IOperationContext |
JavaOperation.getNewContextInternal(Field field,
Row row,
ExecutingContext ec)
|
Uses of Row in planetj.dataengine.sqloperation.http |
Methods in planetj.dataengine.sqloperation.http with parameters of type Row | |
java.lang.Object |
HttpOperationManager.prepareOperation(Operation operation,
Row associatedRow,
DataEngineServlet servlet,
boolean replaceContext,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. This method now takes in an ExecutingContext object |
java.lang.Object |
HttpOperationManager.prepareOperation(Operation operation,
Row associatedRow,
DataEngineServlet servlet,
boolean replaceContext,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Prepares the given Operation to be viewed. |
java.lang.Object |
HttpOperationManager.prepareOperation(Operation operation,
Row associatedRow,
boolean replaceContext,
HttpServletRequest request,
HttpServletResponse response)
Prepares the given Operation to be viewed. |
Uses of Row in planetj.dataengine.theme |
Subclasses of Row in planetj.dataengine.theme | |
class |
Theme
Contains information describing a DataEngine theme |
Uses of Row in planetj.dataengine.verisign |
Subclasses of Row in planetj.dataengine.verisign | |
class |
VerisignPaymentRow
A generic super class that adds some Verisign specific functionality Creation date: 01/03/2005 |
Uses of Row in planetj.dataengine.workflow |
Subclasses of Row in planetj.dataengine.workflow | |
class |
RetainSelectionsRow
|
Uses of Row in planetj.html |
Methods in planetj.html that return Row | |
static Row |
HTMLExtractor.extractDataIntoRow(java.lang.String rowNavKey,
Row row,
HttpServletRequest request)
Extracts information off the HttpServletRequest and puts it in the given Row. |
static Row |
HTMLExtractor.extractDataIntoRow(Row row,
HttpServletRequest request)
Extracts information off the HttpServletRequest and puts its in the given Row. |
static Row |
HTMLExtractor.extractTableDataIntoRow(java.lang.String rcNavKey,
java.lang.String rowNavKey,
Row row,
HttpServletRequest request)
Extracts information off the HttpServletRequest out of a table and puts it in the given Row. |
static Row |
HTMLExtractor.getSelectedRow(java.lang.String rcSessionId,
HttpServletRequest request)
Retrieves the selected Row from the HttpServletRequest. |
Row |
HTMLActionRenderer.getRow()
Gets the row whose details are being generated |
Methods in planetj.html with parameters of type Row | |
static java.lang.StringBuffer |
MagicRequestRenderer.appendAction(ActionDescriptor descriptor,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Append HTML code for the Action associated with the given display descriptor. |
static java.lang.String |
MagicRequestRenderer.generateAction(ActionDescriptor descriptor,
Row row,
HttpServletRequest request,
HttpServletResponse response)
Generates HTML code for the Action associated with the given display descriptor. |
java.lang.StringBuffer |
HTMLTable.appendRow(int rowNum,
int displayRowNum,
OddEvenFlag oddEvenFlag,
boolean isChildRow,
Row row,
java.util.List fieldNames,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
|
java.lang.StringBuffer |
HTMLTable.appendRow(int rowNum,
int displayRowNum,
OddEvenFlag oddEvenFlag,
Row row,
java.util.List fieldNames,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
|
java.lang.StringBuffer |
HTMLTable.appendRow(int rowNum,
int displayRowNum,
Row row,
java.util.List fieldNames,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - replaced with appendRow that also takes in an OddEvenFlag object used to determine if the row being generated is odd or even |
protected java.lang.StringBuffer |
HTMLTable.appendRowActionLinks(int rowNum,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
|
protected java.lang.StringBuffer |
HTMLTable.appendSelectionInput(Row row,
int rowNum,
java.lang.StringBuffer html,
HttpServletRequest req,
HttpServletResponse res)
Appends the selection HTML input element used to select rows |
boolean |
HTMLTable.isDisplayRow(Row row)
Determines if the Row should be displayed or not. |
boolean |
HTMLTable.isFieldEditable(Field field,
Row row,
ExecutingContext ec,
HttpServletRequest request)
Tests to see if the specified field is editable in the table. |
java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetCollectionDetails(FieldSetCollection fieldSetCollection,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Generate HTML code for the given FieldSetCollection. |
protected java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetCollectionFooter(FieldSetCollection fsc,
Row row,
boolean tabParent,
java.lang.StringBuffer html,
HttpServletRequest req,
HttpServletResponse res)
Appends footer information onto a field set collection |
java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetDetails(FieldSet fieldSet,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Generate HTML code for the given FieldSetCollection. |
protected java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetFooterRow(int columnSpan,
Row row,
java.lang.StringBuffer html,
HttpServletRequest req)
Appends a FieldSets header to the StringBuffer containing the generated HTML code. |
protected java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetHeaderRow(FieldSet fs,
Row row,
int columnSpan,
java.lang.StringBuffer html,
HttpServletRequest req)
Appends a FieldSets header to the StringBuffer containing the generated HTML code. |
java.lang.String |
HTMLRowDetails.generateDetails(FieldSet pFieldSet,
Row pRow,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - replaced with generateFieldSetDetails(FieldSet, Row, boolean, HttpServletRequest, HttpServletResponse) |
java.lang.String |
HTMLRowDetails.generateDetails(FieldSet pFieldSet,
Row pRow,
boolean includeTags,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - replaced with generateFieldSetDetails(FieldSet, Row, boolean, HttpServletRequest, HttpServletResponse) |
java.lang.String |
HTMLRowDetails.generateFieldSetDetails(FieldSet pFieldSet,
Row pRow,
boolean includeTags,
HttpServletRequest request,
HttpServletResponse response)
Generates the details for using only a field set. |
java.lang.String |
HTMLRowDetails.generateDetails(FieldSetCollection fsc,
Row row,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - replaced with appendFieldSetCollectionDetails(FieldSetCollection, Row, StringBuffer, HttpServletRequest, HttpServletResponse) |
java.lang.String |
HTMLRowDetails.generateDetails(Row row,
HttpServletRequest request,
HttpServletResponse response)
Generates the details for a Row |
java.util.List |
HTMLRowDetails.getRowDetailsFields(Row row,
HttpServletRequest request,
HttpServletResponse response)
Generates the details for a Row |
boolean |
HTMLRowDetails.isCurrentTabParent(Row row,
HttpServletRequest req)
Tests if the specified row should be rendered as though it were the tab parent. |
static java.lang.StringBuffer |
HTMLRowActionRenderer.appendAction(ActionDescriptor descriptor,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Append HTML code for the Action associated with the given display descriptor. |
static java.lang.String |
HTMLRowActionRenderer.generateAction(ActionDescriptor descriptor,
Row row,
HttpServletRequest request,
HttpServletResponse response)
Generates HTML code for the Action associated with the given display descriptor. |
void |
HTMLOperationGenerator.includeOperation(Row row,
Operation operation,
HttpServletRequest request,
HttpServletResponse response)
Includes the Operation's JSP file. |
static java.lang.String |
HTMLGenerator.generateTable(Row row,
HttpServletRequest req,
HttpServletResponse res)
Deprecated. This is a unused method with a bad name |
static Row |
HTMLExtractor.extractDataIntoRow(java.lang.String rowNavKey,
Row row,
HttpServletRequest request)
Extracts information off the HttpServletRequest and puts it in the given Row. |
static Row |
HTMLExtractor.extractDataIntoRow(Row row,
HttpServletRequest request)
Extracts information off the HttpServletRequest and puts its in the given Row. |
static Row |
HTMLExtractor.extractTableDataIntoRow(java.lang.String rcNavKey,
java.lang.String rowNavKey,
Row row,
HttpServletRequest request)
Extracts information off the HttpServletRequest out of a table and puts it in the given Row. |
static void |
HTMLExtractor.selectRow(Row row,
RowCollection rc,
HttpServletRequest req)
Sets the row as a currently selected row. |
static HTMLActionRenderer |
HTMLActionRenderer.getInstance(Row row,
ExecutingContext ec)
Gets the HTMLActionRenderer object to use. |
static HTMLActionRenderer |
HTMLActionRenderer.getInstance(Row row,
boolean reset,
ExecutingContext ec)
Gets the HTMLActionRenderer object to use. |
static HTMLActionRenderer |
HTMLActionRenderer.getInstance(Row row,
java.lang.Class subClass,
boolean reset,
ExecutingContext ec)
Gets the HTMLActionRenderer object to use. |
protected void |
HTMLActionRenderer.prepareActions(Row row,
ExecutingContext ec)
Creates the actions that will be generated with this row details. |
protected void |
HTMLActionRenderer.setRow(Row row,
ExecutingContext ec)
Sets the row whose details are being generated |
Uses of Row in planetj.magic |
Methods in planetj.magic that return Row | |
Row |
UpdateRowRequest.extractDataIntoRow(HttpServletRequest request)
|
Row |
UpdateRowRequest.prepareUpdateRow(Row row,
HttpServletRequest pReq,
HttpServletResponse pRes,
DataEngineServlet servlet)
Deprecated. by WK on (8/9/2003 8:16:22 PM) because the HttpServletResponse and DataEngineServlet should never be needed. Made final to ensure that no subclasses override this method thinking their logic will get run. prepareRow is the method called before processing a Row. This method will no longer be available in WOW 7.0. |
Row |
UpdateRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Updated the given Row into the database. |
Row |
StatusChangeRequest.statusChange(Field field,
Row row,
ExecutingContext ec)
|
Row |
RowRequest.extractRow(HttpServletRequest request)
|
Row |
RowRequest.getRow(HttpServletRequest request)
|
Row |
RowReflectionRequest.extractRow(HttpServletRequest request)
Deprecated. |
Row |
RemoveRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest pRequest,
HttpServletResponse pResponse)
Removes the specified row from its RC |
Row |
PrintRowRequest.getRow(HttpServletRequest request)
|
Row |
NextOrPreviousRowRequest.getNextRow()
|
Row |
NextOrPreviousRowRequest.getPreviousRow()
|
Row |
NextOrPreviousRowRequest.getRow()
|
Row |
InsertRowRequest.prepareInsertRow(Row row,
HttpServletRequest request,
HttpServletResponse res,
DataEngineServlet ser)
Deprecated. by WK on (8/9/2003 8:16:22 PM) because the HttpServletResponse and DataEngineServlet should never be needed. Made final to ensure that no subclasses override this method thinking their logic will get run. prepareRow is the method called before processing a Row. This method will no longer be available in WOW 7.0. |
Row |
InsertRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Inserts the given Row into the database. |
Row |
InsertRequest.prepareInsertRow(Row row,
HttpServletRequest pReq,
HttpServletResponse pRes,
DataEngineServlet servlet)
Deprecated. Override this method to alter the row before it is inserted in the db. |
Row |
InsertAndNewRowRequest.newRow(HttpServletRequest pRequest)
|
Row |
IMagicRequest.getBaseRow()
Get the based on Row for this Request. |
Row |
EditRowRequest.extractRow(HttpServletRequest pRequest)
|
Row |
DeleteRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Subclasses should provide logic in this method to handle necessary processing of the Row. |
Row |
CopyRowRequest.copyRow(HttpServletRequest pRequest)
|
Row |
AddRowToRCRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Subclasses should provide logic in this method to handle necessary processing of the Row. |
Row |
AbstractSelectionRequest.getSelectedRow(HttpServletRequest request)
|
Row |
AbstractRowRequest.extractDataIntoRow(HttpServletRequest request)
Gets the Row out of the request and extracts data from the request into it. |
Row |
AbstractRowRequest.getRow(HttpServletRequest request)
Gets the Row out of the request. |
Row |
AbstractRowRequest.prepareRow(Row row,
HttpServletRequest request,
HttpServletResponse response)
Prepares this Row to be processed by this RowRequest. |
abstract Row |
AbstractRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Subclasses should provide logic in this method to handle necessary processing of the Row. |
Row |
AbstractMagicRequest.getBaseRow()
Get the based on Row for this Request. |
Methods in planetj.magic with parameters of type Row | |
void |
UpdateRowRequest.postUpdate(Row row,
int numUpdated,
HttpServletRequest request,
HttpServletResponse response)
Method called after update is attempted. |
Row |
UpdateRowRequest.prepareUpdateRow(Row row,
HttpServletRequest pReq,
HttpServletResponse pRes,
DataEngineServlet servlet)
Deprecated. by WK on (8/9/2003 8:16:22 PM) because the HttpServletResponse and DataEngineServlet should never be needed. Made final to ensure that no subclasses override this method thinking their logic will get run. prepareRow is the method called before processing a Row. This method will no longer be available in WOW 7.0. |
Row |
UpdateRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Updated the given Row into the database. |
Row |
StatusChangeRequest.statusChange(Field field,
Row row,
ExecutingContext ec)
|
java.lang.StringBuffer |
RowReflectionRequest.append(Row row,
ActionDescriptor displayDescriptor,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor. |
Row |
RemoveRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest pRequest,
HttpServletResponse pResponse)
Removes the specified row from its RC |
void |
NextOrPreviousRowRequest.setRow(Row pRow)
|
protected static boolean |
InsertSQLParameterRequest.extractValues(Row primaryRow,
ApplicationSQLContext context,
HttpServletRequest request)
Deprecated. |
protected static boolean |
InsertSQLParameterRequest.extractValues(Row primaryRow,
ApplicationSQLContext context,
HttpServletRequest request,
HttpServletResponse response)
Gets parameters out of the request, puts them into this paramter request's context, and executes the context. |
void |
InsertRowRequest.postInsert(Row row,
int numInserted,
HttpServletRequest request,
HttpServletResponse response)
Method called after insert is attempted. |
Row |
InsertRowRequest.prepareInsertRow(Row row,
HttpServletRequest request,
HttpServletResponse res,
DataEngineServlet ser)
Deprecated. by WK on (8/9/2003 8:16:22 PM) because the HttpServletResponse and DataEngineServlet should never be needed. Made final to ensure that no subclasses override this method thinking their logic will get run. prepareRow is the method called before processing a Row. This method will no longer be available in WOW 7.0. |
Row |
InsertRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Inserts the given Row into the database. |
Row |
InsertRequest.prepareInsertRow(Row row,
HttpServletRequest pReq,
HttpServletResponse pRes,
DataEngineServlet servlet)
Deprecated. Override this method to alter the row before it is inserted in the db. |
void |
IMagicRequest.setBaseRow(Row row)
Set the based on Row for this Request. |
void |
DeleteRowRequest.postDelete(Row row,
int numDeleted,
HttpServletRequest request,
HttpServletResponse response)
Method called after delete is attempted. |
Row |
DeleteRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Subclasses should provide logic in this method to handle necessary processing of the Row. |
void |
AssociationRequest.executeOperation(Field field,
Row row,
Operation operation,
HttpServletRequest request,
HttpServletResponse response,
DataEngineServlet servlet)
|
Row |
AddRowToRCRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Subclasses should provide logic in this method to handle necessary processing of the Row. |
void |
AbstractRowRequest.postRowProcess(Row row,
HttpServletRequest request,
HttpServletResponse response)
Method called after this RowRequest executes. |
Row |
AbstractRowRequest.prepareRow(Row row,
HttpServletRequest request,
HttpServletResponse response)
Prepares this Row to be processed by this RowRequest. |
abstract Row |
AbstractRowRequest.processRow(Row row,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Subclasses should provide logic in this method to handle necessary processing of the Row. |
void |
AbstractRowRequest.setUserMessage(Row row,
int pCount,
HttpServletRequest request,
HttpServletResponse response)
Set the message the user will see after execution of this request. |
void |
AbstractMagicRequest.setBaseRow(Row pBaseRow)
Set the based on Row for this Request. |
Constructors in planetj.magic with parameters of type Row | |
ViewRowRequest(java.lang.String pId,
HttpServletRequest pRequest,
HttpServletResponse pResponse,
java.lang.String pURI,
java.lang.String pRowCollectionSessionId,
java.lang.String pRowSessionId,
Row row)
Deprecated. - pass in Row object... use ViewRowRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, Row) |
|
ViewRowRequest(Row row,
java.lang.String rowNavKey,
java.lang.String uri,
HttpServletRequest request,
HttpServletResponse response)
|
|
UpdateRowRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
Constructor comment. |
|
RowRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
Create a new row request for the given Row |
|
RowRequest(Row row,
RowCollection rc,
HttpServletRequest request,
HttpServletResponse response)
Create a new row request for the given Row |
|
RowRequest(Row row,
RowCollection rc,
java.lang.String uri,
HttpServletRequest request,
HttpServletResponse response)
Create a new row request for the given Row |
|
RowRequest(Row row,
java.lang.String uri,
HttpServletRequest request,
HttpServletResponse response)
Create a new row request for the given Row |
|
RowRequest(Row row,
java.lang.String rowNavKey,
java.lang.String uri,
HttpServletRequest request,
HttpServletResponse response)
Create a new row request for the given Row |
|
RowRequest(java.lang.String pId,
HttpServletRequest pRequest,
HttpServletResponse pResponse,
java.lang.String pURI,
java.lang.String pRowCollectionSessionId,
java.lang.String pRowSessionId,
Row pRow)
Deprecated. - changed ordering of parameters to keep consistent with all other magic request... in addition id is no longer needed and neither is the rowcollection session id since we have reference to the row itself use RowRequest(Row, String, String, HttpServletRequest, HttpServletResponse) |
|
RemoveRowRequest(Row pRow,
HttpServletRequest pRequest,
HttpServletResponse pResponse)
RemoveRowRequest constructor |
|
PrintRowRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
Creates a new print row request for the given Row |
|
NextOrPreviousRowRequest(java.lang.String pId,
HttpServletRequest pRequest,
HttpServletResponse pResponse,
Row pRow,
boolean next)
|
|
InsertRowRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
Constructor comment. |
|
EmailExecutionRequest(java.lang.String id,
HttpServletRequest pRequest,
HttpServletResponse pResponse,
Row pRow,
boolean pUpdate)
EditRowRequest - pUpdate tells if check for change on update should be performed. |
|
EmailExecutionRequest(HttpServletRequest pRequest,
HttpServletResponse pResponse,
Row pRow,
boolean pUpdate)
EditRowRequest - pUpdate tells if check for change on update should be performed. |
|
EditRowRequest(Row row,
java.lang.String rowNavKey,
java.lang.String uri,
HttpServletRequest request,
HttpServletResponse response)
Constructor comment. |
|
EditRowRequest(java.lang.String pId,
HttpServletRequest pRequest,
HttpServletResponse pResponse,
java.lang.String pURI,
java.lang.String pRowCollectionSessionId,
java.lang.String pRowSessionId,
Row pRow)
Deprecated. - id no longer needed and pass Row object itself... use EditRowRequest(Row, String rowNavKey, String uri, HttpServletRequest, HttpServletResponse) |
|
DeleteRowRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
DeleteRowRequest constructor comment. |
|
CopyRowRequest(Row row,
java.lang.String rowNavKey,
java.lang.String uri,
HttpServletRequest request,
HttpServletResponse response)
Constructor to create a new instance of a CopyRowRequest |
|
CancelRequest(java.lang.String pId,
Row pRow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. by WK on (11/26/2003 10:07:42 AM) id is no longer needed, replaced with by CancelRequest(Row, HttpServletRequest, HttpServletResponse) |
|
CancelRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
Constructor. |
|
AddRowToRCRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
|
|
AbstractRowRequest(Row row,
HttpServletRequest request,
HttpServletResponse response)
Constructor comment |
Uses of Row in planetj.processes.logon |
Subclasses of Row in planetj.processes.logon | |
class |
SignOnAndRegistrationRow
This row will be used for SingOn and Registration processes. |
Uses of Row in planetj.row |
Subclasses of Row in planetj.row | |
class |
FieldValueStyleRow
|
class |
InitializeFieldsFromSearchRow
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |