public interface HospitalDao
ExclusionEventAction instances| Modifier and Type | Method and Description |
|---|---|
Long |
actionedExclusionsRowCount(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate)
Helper method to return the row count based on the criteria.
|
List<ExclusionEventAction> |
getActionedExclusions(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate,
int size)
Get actioned exclusions
|
ExclusionEventAction |
getExclusionEventActionByErrorUri(String errorUri)
A method to return and ExclusionEventAction based on the event uri.
|
Long |
getNumberOfModuleActionedExclusions(String moduleName,
Date startDate,
Date endDate) |
void |
saveOrUpdate(ExclusionEventAction exclusionEventAction)
Method to save or update an ExclusionEventAction.
|
void saveOrUpdate(ExclusionEventAction exclusionEventAction)
exclusionEventAction - ExclusionEventAction getExclusionEventActionByErrorUri(String errorUri)
errorUri - List<ExclusionEventAction> getActionedExclusions(List<String> moduleName, List<String> flowName, Date startDate, Date endDate, int size)
moduleName - flowName - startDate - endDate - size - Long actionedExclusionsRowCount(List<String> moduleName, List<String> flowName, Date startDate, Date endDate)
moduleName - flowName - startDate - endDate - Copyright © 2007-2016 Ikasan. All Rights Reserved.