| Package | Description |
|---|---|
| org.ikasan.hospital.dao | |
| org.ikasan.hospital.service |
| Modifier and Type | Method and Description |
|---|---|
ExclusionEventAction |
HospitalDao.getExclusionEventActionByErrorUri(String errorUri)
A method to return and ExclusionEventAction based on the event uri.
|
ExclusionEventAction |
HibernateHospitalDao.getExclusionEventActionByErrorUri(String errorUri) |
| Modifier and Type | Method and Description |
|---|---|
List<ExclusionEventAction> |
HospitalDao.getActionedExclusions(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate,
int size)
Get actioned exclusions
|
List<ExclusionEventAction> |
HibernateHospitalDao.getActionedExclusions(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
HospitalDao.saveOrUpdate(ExclusionEventAction exclusionEventAction)
Method to save or update an ExclusionEventAction.
|
void |
HibernateHospitalDao.saveOrUpdate(ExclusionEventAction exclusionEventAction) |
| Modifier and Type | Method and Description |
|---|---|
ExclusionEventAction |
HospitalManagementServiceImpl.getExclusionEventActionByErrorUri(String errorUri) |
| Modifier and Type | Method and Description |
|---|---|
List<ExclusionEventAction> |
HospitalManagementServiceImpl.getActionedExclusions(List<String> moduleName,
List<String> flowName,
Date startDate,
Date endDate,
int size) |
Copyright © 2007-2016 Ikasan. All Rights Reserved.