|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17488-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.activedata.ActiveDataEventUtil
public final class ActiveDataEventUtil
Utility class to convert to an ActiveDataEvent from a raw format.
| Method Summary | |
|---|---|
static ActiveDataExceptionEvent |
buildActiveDataExceptionEvent(int eventId, ActiveDataExceptionEvent.SeverityType type, java.lang.Throwable exceptionObject)builds the ActiveDataExceptionEvent. |
static ActiveDataUpdateEvent |
buildActiveDataUpdateEvent(ActiveDataEntry.ChangeType type, int changeCount, java.lang.Object[] key, java.lang.Object[] insertKey, java.lang.String[] names, java.lang.Object[] values)builds the ActiveDataUpdateEvent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ActiveDataUpdateEvent buildActiveDataUpdateEvent(ActiveDataEntry.ChangeType type,
int changeCount,
java.lang.Object[] key,
java.lang.Object[] insertKey,
java.lang.String[] names,
java.lang.Object[] values)
ActiveDataUpdateEvent.type - the change type of the event, could be UPDATE, INSERT, DELETE, REFRESH, etcchangeCount - the changeCountkey - the key of the row (in the CollectionModel case)insertKey - the key to indicate the insert positionnames - the names of the attributes that have changedvalues - the values of the attributes that have changed
public static ActiveDataExceptionEvent buildActiveDataExceptionEvent(int eventId,
ActiveDataExceptionEvent.SeverityType type,
java.lang.Throwable exceptionObject)
ActiveDataExceptionEvent.eventId - the Id of the eventtype - the severity type of the eventexceptionObject - the actual exception object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17488-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||