Uses of Interface
de.hybris.platform.payment.PaymentService
-
-
Uses of PaymentService in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return PaymentService Modifier and Type Method Description protected PaymentServiceDefaultPaymentTransactionStrategy. getPaymentService()Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type PaymentService Modifier and Type Method Description voidDefaultPaymentTransactionStrategy. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.chinesepaymentservices.payment
Subinterfaces of PaymentService in de.hybris.platform.chinesepaymentservices.payment Modifier and Type Interface Description interfaceChinesePaymentServiceThe interface to be implemented by the 3rd part payment service provider -
Uses of PaymentService in de.hybris.platform.chinesepspalipayservices.payment
Classes in de.hybris.platform.chinesepspalipayservices.payment that implement PaymentService Modifier and Type Class Description classDefaultAlipayPaymentServiceDefault implementation ofChinesePaymentService -
Uses of PaymentService in de.hybris.platform.chinesepspwechatpayservices.payment.impl
Classes in de.hybris.platform.chinesepspwechatpayservices.payment.impl that implement PaymentService Modifier and Type Class Description classDefaultWeChatPayPaymentServiceA default implements of chinese payment service -
Uses of PaymentService in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl that return PaymentService Modifier and Type Method Description PaymentServiceDefaultSapDigitalPaymentService. getPaymentService()Methods in de.hybris.platform.cissapdigitalpayment.service.impl with parameters of type PaymentService Modifier and Type Method Description voidDefaultSapDigitalPaymentService. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return PaymentService Modifier and Type Method Description protected PaymentServiceDefaultCustomerAccountService. getPaymentService()Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type PaymentService Modifier and Type Method Description voidDefaultCustomerAccountService. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return PaymentService Modifier and Type Method Description protected PaymentServiceDefaultCommerceCheckoutService. getPaymentService()protected PaymentServiceDefaultCommercePaymentAuthorizationStrategy. getPaymentService()protected PaymentServiceDefaultCommercePlaceOrderStrategy. getPaymentService()Methods in de.hybris.platform.commerceservices.order.impl with parameters of type PaymentService Modifier and Type Method Description voidDefaultCommerceCheckoutService. setPaymentService(PaymentService paymentService)voidDefaultCommercePaymentAuthorizationStrategy. setPaymentService(PaymentService paymentService)voidDefaultCommercePlaceOrderStrategy. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.payment.impl
Classes in de.hybris.platform.payment.impl that implement PaymentService Modifier and Type Class Description classDefaultPaymentServiceImplDefault implementation for PaymentService -
Uses of PaymentService in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return PaymentService Modifier and Type Method Description protected PaymentServiceDefaultWarehousingConsignmentFacade. getPaymentService()Methods in de.hybris.platform.warehousingfacades.order.impl with parameters of type PaymentService Modifier and Type Method Description voidDefaultWarehousingConsignmentFacade. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order that return PaymentService Modifier and Type Method Description protected PaymentServiceCancelWholeOrderAuthorizationAction. getPaymentService()protected PaymentServiceTakePaymentAction. getPaymentService()Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order with parameters of type PaymentService Modifier and Type Method Description voidCancelWholeOrderAuthorizationAction. setPaymentService(PaymentService paymentService)voidTakePaymentAction. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.yacceleratorfulfilmentprocess.test
Fields in de.hybris.platform.yacceleratorfulfilmentprocess.test declared as PaymentService Modifier and Type Field Description protected PaymentServiceAbstractProcessDemoTest. paymentService -
Uses of PaymentService in de.hybris.platform.yacceleratorordermanagement.actions.order.payment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.payment that return PaymentService Modifier and Type Method Description protected PaymentServiceTakePaymentAction. getPaymentService()Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.payment with parameters of type PaymentService Modifier and Type Method Description voidTakePaymentAction. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.yacceleratorordermanagement.actions.returns
Methods in de.hybris.platform.yacceleratorordermanagement.actions.returns that return PaymentService Modifier and Type Method Description protected PaymentServiceCaptureRefundAction. getPaymentService()Methods in de.hybris.platform.yacceleratorordermanagement.actions.returns with parameters of type PaymentService Modifier and Type Method Description voidCaptureRefundAction. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.ysapdpordermanagement.actions.order.payment
Methods in de.hybris.platform.ysapdpordermanagement.actions.order.payment that return PaymentService Modifier and Type Method Description PaymentServiceSapDigitalPaymentTakePaymentAction. getPaymentService()Methods in de.hybris.platform.ysapdpordermanagement.actions.order.payment with parameters of type PaymentService Modifier and Type Method Description voidSapDigitalPaymentTakePaymentAction. setPaymentService(PaymentService paymentService) -
Uses of PaymentService in de.hybris.platform.ysapdpordermanagement.actions.returns
Methods in de.hybris.platform.ysapdpordermanagement.actions.returns that return PaymentService Modifier and Type Method Description PaymentServiceSapDigitalPaymentCaptureRefundAction. getPaymentService()Methods in de.hybris.platform.ysapdpordermanagement.actions.returns with parameters of type PaymentService Modifier and Type Method Description voidSapDigitalPaymentCaptureRefundAction. setPaymentService(PaymentService paymentService)
-