Uses of Interface
de.hybris.platform.warehousing.returns.service.RefundAmountCalculationService
-
-
Uses of RefundAmountCalculationService in de.hybris.platform.warehousing.returns.service.impl
Classes in de.hybris.platform.warehousing.returns.service.impl that implement RefundAmountCalculationService Modifier and Type Class Description classDefaultRefundAmountCalculationServiceCalculates the refund amount based on the basePrice of products being returned. -
Uses of RefundAmountCalculationService in de.hybris.platform.yacceleratorordermanagement.actions.returns
Methods in de.hybris.platform.yacceleratorordermanagement.actions.returns that return RefundAmountCalculationService Modifier and Type Method Description protected RefundAmountCalculationServiceCaptureRefundAction. getRefundAmountCalculationService()Methods in de.hybris.platform.yacceleratorordermanagement.actions.returns with parameters of type RefundAmountCalculationService Modifier and Type Method Description voidCaptureRefundAction. setRefundAmountCalculationService(RefundAmountCalculationService refundAmountCalculationService) -
Uses of RefundAmountCalculationService in de.hybris.platform.ysapdpordermanagement.actions.returns
Methods in de.hybris.platform.ysapdpordermanagement.actions.returns that return RefundAmountCalculationService Modifier and Type Method Description protected RefundAmountCalculationServiceSapDigitalPaymentCaptureRefundAction. getRefundAmountCalculationService()Methods in de.hybris.platform.ysapdpordermanagement.actions.returns with parameters of type RefundAmountCalculationService Modifier and Type Method Description voidSapDigitalPaymentCaptureRefundAction. setRefundAmountCalculationService(RefundAmountCalculationService refundAmountCalculationService)
-