Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SearchResultEntry
Packages that use SearchResultEntry
Package
Description
-
Uses of SearchResultEntry in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Methods in org.openehealth.ipf.commons.ihe.hpd.controls.pagination that return types with arguments of type SearchResultEntryMethod parameters in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with type arguments of type SearchResultEntryModifier and TypeMethodDescriptionvoid
PaginationStorage.TakeResult.setEntries
(List<SearchResultEntry> entries) void
JCachePaginationStorage.store
(byte[] cookie, List<SearchResultEntry> entries) void
PaginationStorage.store
(byte[] cookie, List<SearchResultEntry> entries) Stores an initial set of result entries.void
SpringCachePaginationStorage.store
(byte[] cookie, List<SearchResultEntry> entries) Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with type arguments of type SearchResultEntryModifierConstructorDescriptionTakeResult
(List<SearchResultEntry> entries, boolean moreEntriesAvailable) -
Uses of SearchResultEntry in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with type parameters of type SearchResultEntryModifier and TypeFieldDescriptionprotected List
<SearchResultEntry> SearchResponse.searchResultEntry
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return SearchResultEntryModifier and TypeMethodDescriptionObjectFactory.createSearchResultEntry()
Create an instance ofSearchResultEntry
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type SearchResultEntryModifier and TypeMethodDescriptionSearchResponse.getSearchResultEntry()
Gets the value of the searchResultEntry property.