Uses of Interface
org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ConsumerHandler
-
-
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls
Classes in org.openehealth.ipf.commons.ihe.hpd.controls that implement ConsumerHandler Modifier and Type Class Description classConsumerHpdHandlerConstructors in org.openehealth.ipf.commons.ihe.hpd.controls with parameters of type ConsumerHandler Constructor Description ConsumerHpdHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler) -
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.handlers
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that implement ConsumerHandler Modifier and Type Class Description classConsumerHandlerBase<RequestType,ResponseType>Methods in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that return ConsumerHandler Modifier and Type Method Description ConsumerHandler<RequestType,ResponseType>ConsumerHandler. getWrappedHandler()ConsumerHandler<RequestType,ResponseType>ConsumerHandlerBase. getWrappedHandler()Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.handlers with parameters of type ConsumerHandler Constructor Description ConsumerHandlerBase(ConsumerHandler<RequestType,ResponseType> wrappedHandler) -
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.pagination that implement ConsumerHandler Modifier and Type Class Description classConsumerPaginationHandlerServer-side handler of pagination controls.Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with parameters of type ConsumerHandler Constructor Description ConsumerPaginationHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler, PaginationStorage paginationStorage) -
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.sorting
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.sorting that implement ConsumerHandler Modifier and Type Class Description classConsumerSortingHandlerServer-side handler of sorting controls.Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with parameters of type ConsumerHandler Constructor Description ConsumerSortingHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler)
-