|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.event.AbstractWebEvent org.dbforms.event.AbstractDatabaseEvent org.dbforms.event.AbstractValidationEvent org.dbforms.event.classic.InsertEvent
public class InsertEvent
DOCUMENT ME!
Constructor Summary | |
---|---|
InsertEvent(Integer tableId,
String keyId,
HttpServletRequest request,
DbFormsConfig config)
Deprecated. Creates a new InsertEvent object. |
|
InsertEvent(String action,
HttpServletRequest request,
DbFormsConfig config)
Deprecated. Insert actionbutton-strings is as follows: ac_insert_12_root_3 which is equivalent to: ac_insert : insert action event 12 : table id root : key 3 : button count used to identify individual insert buttons |
Method Summary | |
---|---|
FieldValues |
getFieldValues()
Deprecated. Get the hash table containing the form field names and values taken from the request object. |
void |
processEvent(Connection con)
Deprecated. Process this event. |
Methods inherited from class org.dbforms.event.AbstractValidationEvent |
---|
doValidation |
Methods inherited from class org.dbforms.event.AbstractDatabaseEvent |
---|
getFieldValues, getKeyId, getKeyValues |
Methods inherited from class org.dbforms.event.AbstractWebEvent |
---|
getConfig, getFollowUp, getFollowUpOnError, getProperties, getRequest, getTable, getType, hasUserPrivileg, setFollowUp, setFollowUpOnError, setProperties, setRequest, setTable, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsertEvent(Integer tableId, String keyId, HttpServletRequest request, DbFormsConfig config)
tableId
- DOCUMENT ME!keyId
- DOCUMENT ME!request
- DOCUMENT ME!config
- DOCUMENT ME!public InsertEvent(String action, HttpServletRequest request, DbFormsConfig config)
action
- DOCUMENT ME!request
- DOCUMENT ME!config
- DOCUMENT ME!Method Detail |
---|
public FieldValues getFieldValues()
name = f_0_insroot_6 value = foo-bar
getFieldValues
in class AbstractDatabaseEvent
public void processEvent(Connection con) throws SQLException, MultipleValidationException
processEvent
in class AbstractDatabaseEvent
con
- the jdbc connection object
SQLException
- if any data access error occurs
MultipleValidationException
- if any validation error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |