|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SystemEventDao
Data access interface for persistence of SystemEventDao
| Method Summary | |
|---|---|
void |
deleteExpired()
Deletes all expired system events |
PagedSearchResult<SystemEvent> |
find(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String subject,
String action,
Date timestampFrom,
Date timestampTo,
String actor)
Performs a paged search for SystemEvents restricting by criteria fields as supplied |
void |
save(SystemEvent systemEvent)
Persists a new system event |
| Method Detail |
|---|
void save(SystemEvent systemEvent)
systemEvent -
PagedSearchResult<SystemEvent> find(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String subject,
String action,
Date timestampFrom,
Date timestampTo,
String actor)
SystemEvents restricting by criteria fields as supplied
pageNo - - page control field - page no of results to returnpageSize - - page control field - size of pageorderBy - - page control - field to order byorderAscending - - page control field - true/false results in ascending order with respect to orderBy fieldsubject - - criteria field - filter for exact match on subjectaction - - criteria field - filter for exact match on actiontimestampFrom - - criteria field - filter for events with timestamp greater than this valuetimestampTo - - criteria field - filter for events with timestamp less than this valueactor - - criteria field - filter for exact match on actor
void deleteExpired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||