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 TypeMethodDescriptionvoidPaginationStorage.TakeResult.setEntries(List<SearchResultEntry> entries) voidEhcachePaginationStorage.store(byte[] cookie, List<SearchResultEntry> entries) voidPaginationStorage.store(byte[] cookie, List<SearchResultEntry> entries) Stores an initial set of result 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.searchResultEntryMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return SearchResultEntryModifier and TypeMethodDescriptionObjectFactory.createSearchResultEntry()Create an instance ofSearchResultEntryMethods 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.