|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldValues | |
---|---|
org.dbforms.config | |
org.dbforms.event | |
org.dbforms.event.classic | |
org.dbforms.event.datalist | |
org.dbforms.event.datalist.dao | |
org.dbforms.taglib |
Uses of FieldValues in org.dbforms.config |
---|
Methods in org.dbforms.config that return FieldValues | |
---|---|
FieldValues |
ResultSetVector.getCurrentRowAsFieldValues()
DOCUMENT ME! |
FieldValues |
Table.getFieldValues(String position)
This method parses a position string and build a data structure representing the values of the fields decoded from the position. |
FieldValues |
Table.mapChildFieldValues(Table parentTable,
String parentFieldString,
String childFieldString,
String aPosition)
maps child fields to parent fields |
Methods in org.dbforms.config with parameters of type FieldValues | |
---|---|
String |
Table.getInsertStatement(FieldValues fieldValues)
Returns SQL insert statement, used by insertEvent. |
String |
Table.getKeyPositionString(FieldValues fvHT)
Get key position from the input hash table |
String |
Table.getPositionString(FieldValues fvHT)
Get key position from the input hash table |
String |
Table.getUpdateStatement(FieldValues fieldValues,
String keyValStr)
Returns SQL update statement, used by updateEvent. |
Uses of FieldValues in org.dbforms.event |
---|
Methods in org.dbforms.event that return FieldValues | |
---|---|
abstract FieldValues |
AbstractDatabaseEvent.getFieldValues()
Get the hash table containing the form field names and values taken from the request object. |
protected FieldValues |
AbstractDatabaseEvent.getFieldValues(boolean insertMode)
Get the FieldValues object representing the collection of FieldValue objects builded from the request parameters |
Methods in org.dbforms.event with parameters of type FieldValues | |
---|---|
int |
DbEventInterceptorSupport.preDelete(HttpServletRequest request,
Table table,
FieldValues fieldValues,
DbFormsConfig config,
Connection con)
Deprecated. |
int |
DbEventInterceptorSupport.preInsert(HttpServletRequest request,
Table table,
FieldValues fieldValues,
DbFormsConfig config,
Connection con)
Deprecated. |
int |
BlobInterceptor.preInsert(HttpServletRequest request,
Table table,
FieldValues fieldValues,
DbFormsConfig config,
Connection con)
stores filenames, content types and file sizes of all blobs in the NAME_COLUMNs, MIME_COLUMNs and SIZE_COLUMNs specified |
int |
DbEventInterceptorSupport.preUpdate(HttpServletRequest request,
Table table,
FieldValues fieldValues,
DbFormsConfig config,
Connection con)
Deprecated. |
int |
BlobInterceptor.preUpdate(HttpServletRequest request,
Table table,
FieldValues fieldValues,
DbFormsConfig config,
Connection con)
stores filenames, content types and file sizes of all blobs in the NAME_COLUMNs, MIME_COLUMNs and SIZE_COLUMNs specified |
protected void |
DbEventInterceptorSupport.setValue(Table table,
FieldValues fieldValues,
String fieldName,
String value)
adds or replace a value in the fieldValues |
Uses of FieldValues in org.dbforms.event.classic |
---|
Methods in org.dbforms.event.classic that return FieldValues | |
---|---|
FieldValues |
UpdateEvent.getFieldValues()
Deprecated. DOCUMENT ME! |
FieldValues |
InsertEvent.getFieldValues()
Deprecated. Get the hash table containing the form field names and values taken from the request object. |
FieldValues |
DeleteEvent.getFieldValues()
Deprecated. DOCUMENT ME! |
Uses of FieldValues in org.dbforms.event.datalist |
---|
Methods in org.dbforms.event.datalist that return FieldValues | |
---|---|
FieldValues |
UpdateEvent.getFieldValues()
Get the FieldValues object. |
FieldValues |
InsertEvent.getFieldValues()
Get the FieldValues object representing the collection of FieldValue objects builded from the request parameters |
FieldValues |
DeleteEvent.getFieldValues()
Get the FieldValues attribute. |
Uses of FieldValues in org.dbforms.event.datalist.dao |
---|
Methods in org.dbforms.event.datalist.dao with parameters of type FieldValues | |
---|---|
protected void |
AbstractDataSource.deleteBlobFilesFromDisk(FieldValues fieldValues)
deletes the blob files on disk |
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 |
void |
DataSourceXML.doUpdate(Connection con,
FieldValues fieldValues,
String keyValuesStr)
performs an update 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 |
protected void |
AbstractDataSource.saveBlobFilesToDisk(FieldValues fieldValues)
save the blob files to disk |
Uses of FieldValues in org.dbforms.taglib |
---|
Methods in org.dbforms.taglib that return FieldValues | |
---|---|
FieldValues |
DbFormTag.getOrderFields()
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |