Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SearchResultEntry
Package
Description
-
Uses of SearchResultEntry in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Modifier and TypeMethodDescriptionvoid
PaginationStorage.TakeResult.setEntries
(List<SearchResultEntry> entries) void
EhcachePaginationStorage.store
(byte[] cookie, List<SearchResultEntry> entries) void
PaginationStorage.store
(byte[] cookie, List<SearchResultEntry> entries) Stores an initial set of result entries.ModifierConstructorDescriptionTakeResult
(List<SearchResultEntry> entries, boolean moreEntriesAvailable) -
Uses of SearchResultEntry in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Modifier and TypeFieldDescriptionprotected List<SearchResultEntry>
SearchResponse.searchResultEntry
Modifier and TypeMethodDescriptionObjectFactory.createSearchResultEntry()
Create an instance ofSearchResultEntry
Modifier and TypeMethodDescriptionSearchResponse.getSearchResultEntry()
Gets the value of the searchResultEntry property.