|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExcludedEventDao
| Method Summary | |
|---|---|
void |
delete(ExcludedEvent excludedEvent)
Deletes excluded event |
PagedSearchResult<ExcludedEvent> |
findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Perform a paged search for ExcludedEvents |
ExcludedEvent |
getExcludedEvent(String eventId,
boolean mutable)
Retrieves an ExcludedEvent by event Id |
ExcludedEvent |
load(Long excludedEventId)
Loads an ExcludedEvent to persistent storage |
void |
save(ExcludedEvent excludedEvent)
Saves an ExcludedEvent to persistent storage |
| Method Detail |
|---|
void save(ExcludedEvent excludedEvent)
ExcludedEvent to persistent storage
excludedEvent - ExcludedEvent load(Long excludedEventId)
ExcludedEvent to persistent storage
excludedEventId -
PagedSearchResult<ExcludedEvent> findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
ExcludedEvents
pageNo - pageSize - orderBy - orderAscending - flowName - moduleName -
ExcludedEvent getExcludedEvent(String eventId,
boolean mutable)
eventId -
void delete(ExcludedEvent excludedEvent)
excludedEvent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||