|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.servlet.event.BaseEventHandler | +--oracle.cabo.data.jbo.servlet.event.FindByExampleEventHandler
The FindByExampleEventHandler applies a ViewCriteria to the currently scoped ViewObject, by ORing together each example Row and ANDing together the example Attributes for each example Row.
Constructor Summary | |
FindByExampleEventHandler()
Creates a new FindByExampleEventHandler. |
Method Summary | |
CriteriaRow[] |
getCriteriaRows()
Gets the criteria rows. |
protected EventResult |
handleEventImpl(BajaContext context,
Page page,
PageEvent event)
|
void |
setCriteriaRows(CriteriaRow[] criteriaRows)
Sets the criteria rows. |
Methods inherited from class oracle.cabo.data.jbo.servlet.event.BaseEventHandler |
addValidationAttribute, checkRootHandler, consume, getMessageData, getTableDataProvider, getValidationData, handleEvent, hasValidationErrors, isConsumed, isRootHandler, posthandle, prehandle, processValidationError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FindByExampleEventHandler()
Method Detail |
public CriteriaRow[] getCriteriaRows()
public void setCriteriaRows(CriteriaRow[] criteriaRows)
protected EventResult handleEventImpl(BajaContext context, Page page, PageEvent event) throws java.lang.Throwable
handleEventImpl
in class BaseEventHandler
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |