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 voidAbstractOrderCancelTest. 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 OrderCancelPaymentServiceAdapterImmediateCancelRequestExecutor. getPaymentServiceAdapter()OrderCancelPaymentServiceAdapterWarehouseResponseExecutor. getPaymentServiceAdapter()Methods in de.hybris.platform.ordercancel.impl.executors with parameters of type OrderCancelPaymentServiceAdapter Modifier and Type Method Description voidImmediateCancelRequestExecutor. setPaymentServiceAdapter(OrderCancelPaymentServiceAdapter paymentServiceAdapter)voidPaymentServiceAdapterDependent. setPaymentServiceAdapter(OrderCancelPaymentServiceAdapter paymentServiceAdapter)voidWarehouseResponseExecutor. 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 classOrderCancelPaymentServiceAdapterMockThis 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 classOmsOrderCancelPaymentServiceAdapterImplementation of theOrderCancelPaymentServiceAdapterto recalculate an order and modifying the payments after an order has been cancelled
-