Uses of Class
be.ehealth.businessconnector.genericasync.domain.GetRequest

Packages that use GetRequest
be.ehealth.businessconnector.genericasync.domain   
be.ehealth.businessconnector.genericasync.helper   
be.ehealth.businessconnector.mycarenet.memberdataasync.session   
be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl   
be.ehealth.businessconnector.vsbnet.async.insurability.session   
be.ehealth.businessconnector.vsbnet.async.insurability.session.impl   
be.ehealth.businessconnector.vsbnet.async.invoice.session   
be.ehealth.businessconnector.vsbnet.async.invoice.session.impl   
be.ehealth.businessconnector.vsbnet.async.mohm.session   
be.ehealth.businessconnector.vsbnet.async.mohm.session.impl   
 

Uses of GetRequest in be.ehealth.businessconnector.genericasync.domain
 

Methods in be.ehealth.businessconnector.genericasync.domain that return GetRequest
 GetRequest GetRequest.Builder.MaxTAcksStep.build()
           
 GetRequest GetRequest.Builder.IncludeIOsStep.build()
           
 GetRequest GetRequest.Builder.ExcludeIOsStep.build()
           
 GetRequest GetRequest.Builder.TackMessageNamesStep.build()
           
 GetRequest GetRequest.Builder.BuildStep.build()
           
 

Uses of GetRequest in be.ehealth.businessconnector.genericasync.helper
 

Methods in be.ehealth.businessconnector.genericasync.helper with parameters of type GetRequest
 ProcessedGetResponse GetHelper.get(GetRequest request, String message, Class clazz)
           
 ProcessedGetResponse GetHelper.get(GetRequest request, String message, Class clazz, String schemaLocation)
           
 ProcessedGetResponse GetHelper.get(GetRequest request, String message, String recipient, Class clazz, String schemaLocation)
           
 

Uses of GetRequest in be.ehealth.businessconnector.mycarenet.memberdataasync.session
 

Methods in be.ehealth.businessconnector.mycarenet.memberdataasync.session with parameters of type GetRequest
 ProcessedGetResponse<byte[]> MemberDataService.getMDAXml(GetRequest request)
           
 

Uses of GetRequest in be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl
 

Methods in be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl with parameters of type GetRequest
 ProcessedGetResponse<byte[]> MemberDataServiceImpl.getMDAXml(GetRequest request)
           
 

Uses of GetRequest in be.ehealth.businessconnector.vsbnet.async.insurability.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.insurability.session with parameters of type GetRequest
 ProcessedGetResponse<WZCMHDF001DetermineInsurabilityResponse> VsbNetInsurabilityService.getDetermineInsurability(GetRequest request)
           
 

Uses of GetRequest in be.ehealth.businessconnector.vsbnet.async.insurability.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.insurability.session.impl with parameters of type GetRequest
 ProcessedGetResponse<WZCMHDF001DetermineInsurabilityResponse> VsbNetInsurabilityServiceImpl.getDetermineInsurability(GetRequest request)
           
 

Uses of GetRequest in be.ehealth.businessconnector.vsbnet.async.invoice.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.invoice.session with parameters of type GetRequest
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceAccepted1(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceAccepted2(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceFileAccepted(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceFileRefused(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceRefused(GetRequest request)
           
 

Uses of GetRequest in be.ehealth.businessconnector.vsbnet.async.invoice.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.invoice.session.impl with parameters of type GetRequest
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceAccepted1(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceAccepted2(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceFileAccepted(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceFileRefused(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceRefused(GetRequest request)
           
 

Uses of GetRequest in be.ehealth.businessconnector.vsbnet.async.mohm.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.mohm.session with parameters of type GetRequest
 ProcessedGetResponse<EMOHMDF111CancelApplicationResponse> VsbNetMohmService.getCancelApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> VsbNetMohmService.getConsultApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> VsbNetMohmService.getConsultSupportAndRepair(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> VsbNetMohmService.getConsultSupportAndRepairList(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> VsbNetMohmService.getCreateApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF102CreateFictionalApplicationResponse> VsbNetMohmService.getCreateFictionalApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> VsbNetMohmService.getPushApplicationView(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF106PushDecisionRequest> VsbNetMohmService.getPushDecision(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF105ReportDeliveryResponse> VsbNetMohmService.getReportDelivery(GetRequest request)
           
 

Uses of GetRequest in be.ehealth.businessconnector.vsbnet.async.mohm.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.mohm.session.impl with parameters of type GetRequest
 ProcessedGetResponse<EMOHMDF111CancelApplicationResponse> VsbNetMohmServiceImpl.getCancelApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> VsbNetMohmServiceImpl.getConsultApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> VsbNetMohmServiceImpl.getConsultSupportAndRepair(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> VsbNetMohmServiceImpl.getConsultSupportAndRepairList(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> VsbNetMohmServiceImpl.getCreateApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF102CreateFictionalApplicationResponse> VsbNetMohmServiceImpl.getCreateFictionalApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> VsbNetMohmServiceImpl.getPushApplicationView(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF106PushDecisionRequest> VsbNetMohmServiceImpl.getPushDecision(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF105ReportDeliveryResponse> VsbNetMohmServiceImpl.getReportDelivery(GetRequest request)
           
 




Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.