public interface ActiveListDAO
Context,
ActiveListService| Modifier and Type | Method and Description |
|---|---|
void |
deleteActiveListItem(ActiveListItem item) |
<T extends ActiveListItem> |
getActiveListItem(java.lang.Class<T> clazz,
java.lang.Integer activeListItemId) |
ActiveListItem |
getActiveListItemByUuid(java.lang.String uuid) |
<T extends ActiveListItem> |
getActiveListItems(java.lang.Class<T> clazz,
Person p,
ActiveListType type) |
java.util.List<ActiveListItem> |
getActiveListItems(Person p,
ActiveListType type) |
ActiveListItem |
saveActiveListItem(ActiveListItem item) |
java.util.List<ActiveListItem> getActiveListItems(Person p, ActiveListType type) throws DAOException
DAOExceptionorg.openmrs.api.ActiveListService#getActiveListItems(org.openmrs.Patient,
org.openmrs.activelist.ActiveListType)<T extends ActiveListItem> java.util.List<T> getActiveListItems(java.lang.Class<T> clazz, Person p, ActiveListType type) throws DAOException
<T extends ActiveListItem> T getActiveListItem(java.lang.Class<T> clazz, java.lang.Integer activeListItemId) throws DAOException
DAOExceptionActiveListService.getActiveListItem(Class, Integer)ActiveListItem getActiveListItemByUuid(java.lang.String uuid) throws DAOException
DAOExceptionActiveListService.getActiveListItemByUuid(String)ActiveListItem saveActiveListItem(ActiveListItem item) throws DAOException
void deleteActiveListItem(ActiveListItem item) throws DAOException
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.