Class OrderReturnPopulator
java.lang.Object
de.hybris.platform.ordermanagementfacades.order.converters.populator.OrderReturnPopulator
- All Implemented Interfaces:
Populator<OrderModel,OrderData>
Order Return Populator is responsible of populating Returnable flag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReturnServiceprotected booleanisMultidimensionalEntry(OrderEntryData orderEntry) Confirms if the givenOrderEntryDatais for multidimensional productvoidpopulate(OrderModel source, OrderData target) Populate the target instance with values from the source instance.voidsetReturnService(ReturnService returnService)
-
Constructor Details
-
OrderReturnPopulator
public OrderReturnPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<OrderModel,OrderData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
isMultidimensionalEntry
Confirms if the givenOrderEntryDatais for multidimensional product- Parameters:
orderEntry- the givenOrderEntryData- Returns:
- true, if the given
OrderEntryDatais for multidimensional product
-
getReturnService
-
setReturnService
-