|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ErrorOccurrenceDao
Data Access interface for the persistence of ErrorOccurrence instances
| Method Summary | |
|---|---|
void |
deleteAllExpired()
Deletes all ErrorOccurrences that have surpassed their expiry |
PagedSearchResult<ErrorOccurrence> |
findErrorOccurrences(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Perform a paged search for ErrorOccurrences |
ErrorOccurrence |
getErrorOccurrence(Long id)
Retrieves an ErrorOccurrence by ids |
List<ErrorOccurrence> |
getErrorOccurrences(String eventId)
Returns all ErrorOccurrences with the specified eventId |
void |
save(ErrorOccurrence errorOccurrence)
Persist an ErrorOccurrence |
| Method Detail |
|---|
void save(ErrorOccurrence errorOccurrence)
errorOccurrence - ErrorOccurrence getErrorOccurrence(Long id)
id -
PagedSearchResult<ErrorOccurrence> findErrorOccurrences(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
ErrorOccurrences
pageNo - pageSize - orderBy - orderAscending - moduleName - flowName -
void deleteAllExpired()
List<ErrorOccurrence> getErrorOccurrences(String eventId)
eventId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||