public interface OpenmrsDataDAO<T extends BaseOpenmrsData> extends OpenmrsObjectDAO<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
getAll(boolean includeVoided)
Return a list of persistents (optionally voided)
|
List<T> |
getAll(boolean includeVoided,
Integer firstResult,
Integer maxResults)
Return a lists of persistents optionally voided, with paging
|
int |
getAllCount(boolean includeVoided)
Returns total number of persistents (optionally voided)
|
delete, getById, getByUuid, saveOrUpdate
List<T> getAll(boolean includeVoided)
includeVoided
- if true voided persistents are also returnedint getAllCount(boolean includeVoided)
includeVoided
- Copyright © 2024 OpenMRS Inc.. All rights reserved.