Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SearchResultEntry
-
Packages that use SearchResultEntry Package Description org.openehealth.ipf.commons.ihe.hpd.controls.pagination org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
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 SearchResultEntry Modifier and Type Method Description List<SearchResultEntry>PaginationStorage.TakeResult. getEntries()Method parameters in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with type arguments of type SearchResultEntry Modifier and Type Method Description voidPaginationStorage.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 SearchResultEntry Constructor Description TakeResult(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 SearchResultEntry Modifier and Type Field Description protected List<SearchResultEntry>SearchResponse. searchResultEntryMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return SearchResultEntry Modifier and Type Method Description SearchResultEntryObjectFactory. createSearchResultEntry()Create an instance ofSearchResultEntryMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type SearchResultEntry Modifier and Type Method Description List<SearchResultEntry>SearchResponse. getSearchResultEntry()Gets the value of the searchResultEntry property.
-