Uses of Class
org.openehealth.ipf.commons.ihe.hpd.controls.pagination.PaginationStorage.TakeResult
-
Packages that use PaginationStorage.TakeResult Package Description org.openehealth.ipf.commons.ihe.hpd.controls.pagination -
-
Uses of PaginationStorage.TakeResult in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Methods in org.openehealth.ipf.commons.ihe.hpd.controls.pagination that return PaginationStorage.TakeResult Modifier and Type Method Description PaginationStorage.TakeResultEhcachePaginationStorage. take(PagedResultsResponseControl pagination)PaginationStorage.TakeResultPaginationStorage. take(PagedResultsResponseControl pagination)Removes at most the given count of result entries from the storage and returns them together with a flag indicating whether some more entries remain in the storage.
-