Uses of Class
com.broadleafcommerce.vendor.chasepayment.service.hps.domain.HPSOrderAbstractionQueryResponse
Packages that use HPSOrderAbstractionQueryResponse
Package
Description
-
Uses of HPSOrderAbstractionQueryResponse in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway with parameters of type HPSOrderAbstractionQueryResponseModifier and TypeMethodDescriptionprotected StringDefaultChaseOrbitalGatewayPaymentModificationService.getCardBrand(HPSOrderAbstractionQueryResponse uidResponse) protected StringDefaultChaseOrbitalGatewayPaymentModificationService.getCreditCardType(HPSOrderAbstractionQueryResponse uidResponse) protected StringDefaultChaseOrbitalGatewayPaymentModificationService.getCtiCommercialCardValue(HPSOrderAbstractionQueryResponse uidResponse) protected StringDefaultChaseOrbitalGatewayPaymentModificationService.getExpDateMonth(HPSOrderAbstractionQueryResponse uidResponse) protected StringDefaultChaseOrbitalGatewayPaymentModificationService.getExpDateYear(HPSOrderAbstractionQueryResponse uidResponse) protected StringDefaultChaseOrbitalGatewayPaymentModificationService.getHpsProfileReferenceNumber(HPSOrderAbstractionQueryResponse uidResponse) protected StringDefaultChaseOrbitalGatewayPaymentModificationService.getMaskedCardNumber(HPSOrderAbstractionQueryResponse uidResponse) protected voidDefaultChaseOrbitalGatewayPaymentModificationService.mapBillingAddress(com.broadleafcommerce.paymentgateway.domain.PaymentInfo paymentInfo, HPSOrderAbstractionQueryResponse uidResponse) protected voidDefaultChaseOrbitalGatewayPaymentModificationService.mapDisplayAttributes(com.broadleafcommerce.paymentgateway.domain.PaymentInfo paymentInfo, HPSOrderAbstractionQueryResponse uidResponse) protected voidDefaultChaseOrbitalGatewayPaymentModificationService.mapPaymentMethodProperties(com.broadleafcommerce.paymentgateway.domain.PaymentInfo paymentInfo, HPSOrderAbstractionQueryResponse uidResponse) UpdatePaymentInfo.getPaymentMethodProperties()with key information harvested fromHPSOrderAbstractionQueryResponse.protected com.broadleafcommerce.data.tracking.core.context.ContextRequestDefaultChaseOrbitalGatewayPaymentModificationService.resolveContextDetails(HPSOrderAbstractionQueryResponse uidResponse) DefaultChaseOrbitalGatewayPaymentModificationService.resolvePaymentOwnerInformation(HPSOrderAbstractionQueryResponse uidResponse) protected voidDefaultChaseOrbitalGatewayPaymentModificationService.validateHpsProfileContext(HPSOrderAbstractionQueryResponse uidResponse, String applicationId, String tenantId, com.broadleafcommerce.paymentgateway.domain.PaymentInfo paymentInfo, Supplier<? extends RuntimeException> exceptionSupplierOnError) protected voidDefaultChaseOrbitalGatewayPaymentModificationService.validateHpsProfileOwner(HPSOrderAbstractionQueryResponse uidResponse, String applicationId, String tenantId, com.broadleafcommerce.paymentgateway.domain.PaymentInfo paymentInfo, Supplier<? extends RuntimeException> exceptionSupplierOnError) protected voidDefaultChaseOrbitalGatewayPaymentModificationService.validateUidQueryResponse(HPSOrderAbstractionQueryResponse uidResponse, String applicationId, String tenantId, Supplier<? extends RuntimeException> exceptionSupplier) -
Uses of HPSOrderAbstractionQueryResponse in com.broadleafcommerce.vendor.chasepayment.service.hps.provider
Methods in com.broadleafcommerce.vendor.chasepayment.service.hps.provider that return HPSOrderAbstractionQueryResponseModifier and TypeMethodDescriptionDefaultHPSProvider.performUidQueryRequest(String uid, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) HPSProvider.performUidQueryRequest(String uid, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Execute the 'UID Query Request' to obtain details/results about a particular UID. -
Uses of HPSOrderAbstractionQueryResponse in com.broadleafcommerce.vendor.chasepayment.service.hps.service
Methods in com.broadleafcommerce.vendor.chasepayment.service.hps.service that return types with arguments of type HPSOrderAbstractionQueryResponseModifier and TypeMethodDescriptionDefaultHPSOrderAbstractionService.engageUIDQueryRequest(String uid, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) HPSOrderAbstractionService.engageUIDQueryRequest(String uid, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Execute the 'UID Query Request' to obtain details/results about a particular UID. -
Uses of HPSOrderAbstractionQueryResponse in com.broadleafcommerce.vendor.chasepayment.service.hps.support
Methods in com.broadleafcommerce.vendor.chasepayment.service.hps.support that return HPSOrderAbstractionQueryResponseModifier and TypeMethodDescriptionHPSQueryResponseEvaluationInput.getUidResponse()The response payload returned from the API.Methods in com.broadleafcommerce.vendor.chasepayment.service.hps.support with parameters of type HPSOrderAbstractionQueryResponseModifier and TypeMethodDescriptionprotected StringHPSCustomMerchantDataMapper.getContextRequestString(HPSOrderAbstractionQueryResponse uidResponse) protected StringHPSCustomMerchantDataMapper.getPaymentOwnerInformationString(HPSOrderAbstractionQueryResponse uidResponse) com.broadleafcommerce.data.tracking.core.context.ContextRequestHPSCustomMerchantDataMapper.resolveContextDetails(HPSOrderAbstractionQueryResponse uidResponse) From the givenHPSOrderAbstractionQueryResponse, extract Broadleaf context information that may have been previously recorded in HPS custom merchant fields.HPSCustomMerchantDataMapper.resolvePaymentOwnerInformation(HPSOrderAbstractionQueryResponse uidResponse) From the givenHPSOrderAbstractionQueryResponse, extract Broadleaf payment owner information that may have been previously recorded in HPS custom merchant fields.voidHPSQueryResponseEvaluationInput.setUidResponse(HPSOrderAbstractionQueryResponse uidResponse) The response payload returned from the API.