|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationException | |
|---|---|
| org.dbforms.config | |
| org.dbforms.event | |
| org.dbforms.interfaces | |
| Uses of ValidationException in org.dbforms.config |
|---|
| Subclasses of ValidationException in org.dbforms.config | |
|---|---|
class |
MultipleValidationException
This exception may be thrown by user code in classes implementing the interceptor interface Allows developers to define more then one error - to be used in conjunction with the XML errors mechanism |
| Uses of ValidationException in org.dbforms.event |
|---|
| Methods in org.dbforms.event that throw ValidationException | |
|---|---|
int |
DbEventInterceptorSupport.preAddRow(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preDelete(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preDelete(HttpServletRequest request,
Table table,
FieldValues fieldValues,
DbFormsConfig config,
Connection con)
Deprecated. |
int |
DbEventInterceptorSupport.preInsert(DbEventInterceptorData data)
|
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.preSelect(DbEventInterceptorData data)
|
int |
DbEventInterceptorSupport.preSelect(HttpServletRequest request,
DbFormsConfig config,
Connection con)
Deprecated. |
int |
DbEventInterceptorSupport.preUpdate(DbEventInterceptorData data)
|
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 |
| Uses of ValidationException in org.dbforms.interfaces |
|---|
| Methods in org.dbforms.interfaces that throw ValidationException | |
|---|---|
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! |
int |
IDbEventInterceptor.preUpdate(DbEventInterceptorData data)
DOCUMENT ME! |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||