|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DbEventInterceptorData in org.dbforms.config |
---|
Methods in org.dbforms.config with parameters of type DbEventInterceptorData | |
---|---|
void |
ResultSetVector.addResultSet(DbEventInterceptorData interceptorData,
ResultSet rs)
DOCUMENT ME! |
void |
ResultSetVector.addRow(DbEventInterceptorData interceptorData,
Object[] objectRow)
adds a row to the ResultSetVector |
ResultSetVector |
Table.doConstrainedSelect(FieldValue[] fvEqual,
FieldValue[] fvOrder,
String sqlFilter,
FieldValue[] sqlFilterParams,
int compareMode,
int maxRows,
DbEventInterceptorData interceptorData)
Do a constrained select. |
ResultSetVector |
Table.doFreeFormSelect(String whereClause,
String tableList,
int maxRows,
DbEventInterceptorData interceptorData)
perform free-form select query |
int |
Table.processInterceptors(int action,
DbEventInterceptorData data)
Process the interceptor objects related to this table. |
Uses of DbEventInterceptorData in org.dbforms.event |
---|
Methods in org.dbforms.event with parameters of type DbEventInterceptorData | |
---|---|
void |
DbEventInterceptorSupport.postAddRow(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postDelete(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postInsert(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postSelect(DbEventInterceptorData data)
|
void |
DbEventInterceptorSupport.postUpdate(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preAddRow(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preDelete(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preInsert(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preSelect(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preUpdate(DbEventInterceptorData data)
|
ResultSetVector |
NavNewEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavCopyEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
abstract ResultSetVector |
AbstractNavigationEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
Uses of DbEventInterceptorData in org.dbforms.event.classic |
---|
Methods in org.dbforms.event.classic with parameters of type DbEventInterceptorData | |
---|---|
ResultSetVector |
NavPrevEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
NavNextEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
NavLastEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
NavFirstEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
ResultSetVector |
GotoEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Deprecated. Process the current event. |
Uses of DbEventInterceptorData in org.dbforms.event.datalist |
---|
Methods in org.dbforms.event.datalist with parameters of type DbEventInterceptorData | |
---|---|
ResultSetVector |
ReloadEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavPrevEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavNextEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavLastEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
NavFirstEvent.processEvent(FieldValue[] filterFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
ResultSetVector |
GotoEvent.processEvent(FieldValue[] childFieldValues,
FieldValue[] orderConstraint,
String sqlFilter,
FieldValue[] sqlFilterParams,
int count,
String firstPosition,
String lastPosition,
DbEventInterceptorData interceptorData)
Process the current event. |
Uses of DbEventInterceptorData in org.dbforms.event.datalist.dao |
---|
Methods in org.dbforms.event.datalist.dao with parameters of type DbEventInterceptorData | |
---|---|
int |
DataSourceJDBC.doDelete(DbEventInterceptorData interceptorData,
String keyValuesStr)
performs a delete in the DataSource |
int |
DataSourceFactory.doDelete(DbEventInterceptorData interceptorData,
String keyValuesStr)
Perform a delete operation into the underlying dataSource. |
int |
AbstractDataSource.doDelete(DbEventInterceptorData interceptorData,
String keyValuesStr)
performs an delete in the DataSource |
int |
DataSourceJDBC.doInsert(DbEventInterceptorData interceptorData,
FieldValues fieldValues)
Performs an insert into the DataSource |
int |
DataSourceFactory.doInsert(DbEventInterceptorData interceptorData,
FieldValues fieldValues)
Perform an insert operation into the underlying dataSource. |
int |
AbstractDataSource.doInsert(DbEventInterceptorData interceptorData,
FieldValues fieldValues)
performs an insert into the DataSource |
int |
DataSourceJDBC.doUpdate(DbEventInterceptorData interceptorData,
FieldValues fieldValues,
String keyValuesStr)
Performs an update into the DataSource |
int |
DataSourceFactory.doUpdate(DbEventInterceptorData interceptorData,
FieldValues fieldValues,
String keyValuesStr)
Perform an update operation into the underlying dataSource. |
int |
AbstractDataSource.doUpdate(DbEventInterceptorData interceptorData,
FieldValues fieldValues,
String keyValuesStr)
performs an update into the DataSource |
ResultSetVector |
DataSourceFactory.getCurrent(DbEventInterceptorData interceptorData,
String position,
int count)
Return a resultSetVector object containing count records starting from the input position |
ResultSetVector |
AbstractDataSource.getCurrent(DbEventInterceptorData interceptorData,
String position,
int count)
get count rows from position |
ResultSetVector |
DataSourceFactory.getFirst(DbEventInterceptorData interceptorData,
int count)
Return a resultSetVector object containing the first count records. |
ResultSetVector |
AbstractDataSource.getFirst(DbEventInterceptorData interceptorData,
int count)
get count rows from first row |
ResultSetVector |
DataSourceFactory.getLast(DbEventInterceptorData interceptorData,
int count)
Return a resultSetVector object containing the last count records. |
ResultSetVector |
AbstractDataSource.getLast(DbEventInterceptorData interceptorData,
int count)
get count rows from last row |
ResultSetVector |
DataSourceFactory.getNext(DbEventInterceptorData interceptorData,
String position,
int count)
Return a resultSetVector object containing the next count records starting from the input position + count records. |
ResultSetVector |
AbstractDataSource.getNext(DbEventInterceptorData interceptorData,
String position,
int count)
get count next rows from position |
ResultSetVector |
DataSourceFactory.getPrev(DbEventInterceptorData interceptorData,
String position,
int count)
Return a resultSetVector object containing the previous count records starting from the input position + count records. |
ResultSetVector |
AbstractDataSource.getPrev(DbEventInterceptorData interceptorData,
String position,
int count)
get count rows backwards from position |
protected ResultSetVector |
AbstractDataSource.getResultSetVector(DbEventInterceptorData interceptorData,
int startRow,
int count)
DOCUMENT ME! |
Uses of DbEventInterceptorData in org.dbforms.interfaces |
---|
Methods in org.dbforms.interfaces with parameters of type DbEventInterceptorData | |
---|---|
void |
IDbEventInterceptor.postAddRow(DbEventInterceptorData data)
DOCUMENT ME! |
void |
IDbEventInterceptor.postDelete(DbEventInterceptorData data)
DOCUMENT ME! |
void |
IDbEventInterceptor.postInsert(DbEventInterceptorData data)
DOCUMENT ME! |
void |
IDbEventInterceptor.postSelect(DbEventInterceptorData data)
DOCUMENT ME! |
void |
IDbEventInterceptor.postUpdate(DbEventInterceptorData data)
DOCUMENT ME! |
int |
IDbEventInterceptor.preAddRow(DbEventInterceptorData data)
DOCUMENT ME! |
int |
IDbEventInterceptor.preDelete(DbEventInterceptorData data)
DOCUMENT ME! |
int |
IDbEventInterceptor.preInsert(DbEventInterceptorData data)
DOCUMENT ME! |
int |
IDbEventInterceptor.preSelect(DbEventInterceptorData data)
DOCUMENT ME! |
void |
IPresetFormValues.presetFormValues(Map properties,
DbEventInterceptorData data)
|
int |
IDbEventInterceptor.preUpdate(DbEventInterceptorData data)
DOCUMENT ME! |
Uses of DbEventInterceptorData in org.dbforms.taglib |
---|
Methods in org.dbforms.taglib with parameters of type DbEventInterceptorData | |
---|---|
static void |
PresetFormValuesTag.presetFormValues(DbEventInterceptorData data)
|
void |
PresetFormValuesTag.privatePresetFormValues(DbEventInterceptorData data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |