Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SearchResponse
-
Packages that use SearchResponse Package Description org.openehealth.ipf.commons.ihe.hpd.controls org.openehealth.ipf.commons.ihe.hpd.controls.sorting org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of SearchResponse in org.openehealth.ipf.commons.ihe.hpd.controls
Methods in org.openehealth.ipf.commons.ihe.hpd.controls with parameters of type SearchResponse Modifier and Type Method Description static <T extends BasicControl>
TControlUtils. extractControl(SearchResponse searchResponse, String type)static voidControlUtils. setControl(SearchResponse response, BasicControl bc) -
Uses of SearchResponse in org.openehealth.ipf.commons.ihe.hpd.controls.sorting
Methods in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with parameters of type SearchResponse Modifier and Type Method Description static voidSearchResponseSorter. sort(SearchResponse searchResponse, SortControl2 control)First, sort values of the specified attribute in each search result entry. -
Uses of SearchResponse in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return SearchResponse Modifier and Type Method Description SearchResponseObjectFactory. createSearchResponse()Create an instance ofSearchResponseMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type SearchResponse Modifier and Type Method Description javax.xml.bind.JAXBElement<SearchResponse>ObjectFactory. createBatchResponseSearchResponse(SearchResponse value)Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type SearchResponse Modifier and Type Method Description javax.xml.bind.JAXBElement<SearchResponse>ObjectFactory. createBatchResponseSearchResponse(SearchResponse value)
-