Uses of Interface
de.hybris.platform.returns.ReturnService
-
-
Uses of ReturnService in de.hybris.platform.omsbackoffice.actions.returns
Methods in de.hybris.platform.omsbackoffice.actions.returns that return ReturnService Modifier and Type Method Description protected ReturnServiceCancelReturnAction. getReturnService()protected ReturnServiceCreateReturnRequestAction. getReturnService()protected ReturnServiceManualRefundAction. getReturnService()protected ReturnServiceManualTaxReverseAction. getReturnService()Methods in de.hybris.platform.omsbackoffice.actions.returns with parameters of type ReturnService Modifier and Type Method Description voidCancelReturnAction. setReturnService(ReturnService returnService) -
Uses of ReturnService in de.hybris.platform.omsbackoffice.renderers
Methods in de.hybris.platform.omsbackoffice.renderers that return ReturnService Modifier and Type Method Description protected ReturnServiceRefundDeliveryCostRenderer. getReturnService()Methods in de.hybris.platform.omsbackoffice.renderers with parameters of type ReturnService Modifier and Type Method Description voidRefundDeliveryCostRenderer. setReturnService(ReturnService returnService) -
Uses of ReturnService in de.hybris.platform.omsbackoffice.widgets.returns.createreturnrequest
Methods in de.hybris.platform.omsbackoffice.widgets.returns.createreturnrequest that return ReturnService Modifier and Type Method Description ReturnServiceCreateReturnRequestController. getReturnService()Methods in de.hybris.platform.omsbackoffice.widgets.returns.createreturnrequest with parameters of type ReturnService Modifier and Type Method Description voidCreateReturnRequestController. setReturnService(ReturnService returnService) -
Uses of ReturnService in de.hybris.platform.ordermanagementfacades.order.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.order.converters.populator that return ReturnService Modifier and Type Method Description protected ReturnServiceOrderReturnPopulator. getReturnService()Methods in de.hybris.platform.ordermanagementfacades.order.converters.populator with parameters of type ReturnService Modifier and Type Method Description voidOrderReturnPopulator. setReturnService(ReturnService returnService) -
Uses of ReturnService in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl that return ReturnService Modifier and Type Method Description protected ReturnServiceDefaultOmsReturnFacade. getReturnService()Methods in de.hybris.platform.ordermanagementfacades.returns.impl with parameters of type ReturnService Modifier and Type Method Description voidDefaultOmsReturnFacade. setReturnService(ReturnService returnService) -
Uses of ReturnService in de.hybris.platform.returns.impl
Classes in de.hybris.platform.returns.impl that implement ReturnService Modifier and Type Class Description classDefaultReturnServiceDefault implementation of "Returns handling". -
Uses of ReturnService in de.hybris.platform.warehousing.replacement
Fields in de.hybris.platform.warehousing.replacement declared as ReturnService Modifier and Type Field Description protected ReturnServiceOrderManagementRefundServiceTest. returnService -
Uses of ReturnService in de.hybris.platform.warehousing.returns.service.impl
Classes in de.hybris.platform.warehousing.returns.service.impl that implement ReturnService Modifier and Type Class Description classWarehousingReturnServiceDefault OMS implementation of ReturnService. -
Uses of ReturnService in de.hybris.platform.warehousing.returns.strategy.impl
Methods in de.hybris.platform.warehousing.returns.strategy.impl that return ReturnService Modifier and Type Method Description protected ReturnServiceWarehousingOrderEntryBasedReturnableCheck. getReturnService()Methods in de.hybris.platform.warehousing.returns.strategy.impl with parameters of type ReturnService Modifier and Type Method Description voidWarehousingOrderEntryBasedReturnableCheck. setReturnService(ReturnService returnService) -
Uses of ReturnService in de.hybris.platform.yacceleratorordermanagement.integration.util
Fields in de.hybris.platform.yacceleratorordermanagement.integration.util declared as ReturnService Modifier and Type Field Description protected ReturnServiceBaseUtil. returnServiceMethods in de.hybris.platform.yacceleratorordermanagement.integration.util that return ReturnService Modifier and Type Method Description ReturnServiceBaseUtil. getReturnService()ReturnServiceReturnUtil. getReturnService()Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type ReturnService Modifier and Type Method Description voidBaseUtil. setReturnService(ReturnService returnService)voidReturnUtil. setReturnService(ReturnService returnService)
-