Uses of Interface
de.hybris.platform.ordercancel.OrderCancelPaymentServiceAdapter
-
Packages that use OrderCancelPaymentServiceAdapter Package Description de.hybris.platform.ordercancel de.hybris.platform.ordercancel.impl.executors de.hybris.platform.warehousing.cancellation.impl -
-
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.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
-