Uses of Interface
de.hybris.platform.ordercancel.OrderCancelPaymentServiceAdapter
-
-
Uses of OrderCancelPaymentServiceAdapter in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel with parameters of type OrderCancelPaymentServiceAdapter Modifier and Type Method Description protected static void
AbstractOrderCancelTest. injectAdaptersDependencies(OrderCancelNotificationServiceAdapter notificationServiceAdapter, OrderCancelPaymentServiceAdapter paymentServiceAdapter, OrderCancelWarehouseAdapter warehouseAdapter, DefaultOrderCancelService orderCancelService)
-
Uses of OrderCancelPaymentServiceAdapter in de.hybris.platform.ordercancel.impl.executors
Methods in de.hybris.platform.ordercancel.impl.executors that return OrderCancelPaymentServiceAdapter Modifier and Type Method Description OrderCancelPaymentServiceAdapter
ImmediateCancelRequestExecutor. getPaymentServiceAdapter()
OrderCancelPaymentServiceAdapter
WarehouseResponseExecutor. getPaymentServiceAdapter()
Methods in de.hybris.platform.ordercancel.impl.executors with parameters of type OrderCancelPaymentServiceAdapter Modifier and Type Method Description void
ImmediateCancelRequestExecutor. setPaymentServiceAdapter(OrderCancelPaymentServiceAdapter paymentServiceAdapter)
void
PaymentServiceAdapterDependent. setPaymentServiceAdapter(OrderCancelPaymentServiceAdapter paymentServiceAdapter)
void
WarehouseResponseExecutor. setPaymentServiceAdapter(OrderCancelPaymentServiceAdapter paymentServiceAdapter)
-
Uses of OrderCancelPaymentServiceAdapter in de.hybris.platform.sap.orderexchange.cancellation
Classes in de.hybris.platform.sap.orderexchange.cancellation that implement OrderCancelPaymentServiceAdapter Modifier and Type Class Description class
OrderCancelPaymentServiceAdapterMock
This class provides a payment mock to be able to do an order cancellation -
Uses of OrderCancelPaymentServiceAdapter in de.hybris.platform.warehousing.cancellation.impl
Classes in de.hybris.platform.warehousing.cancellation.impl that implement OrderCancelPaymentServiceAdapter Modifier and Type Class Description class
OmsOrderCancelPaymentServiceAdapter
Implementation of theOrderCancelPaymentServiceAdapter
to recalculate an order and modifying the payments after an order has been cancelled
-