Class OrderHistoryPopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.OrderHistoryPopulator
- All Implemented Interfaces:
Populator<OrderModel,OrderHistoryData>
Converter implementation for
OrderModel as source and
OrderHistoryData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EnumerationServiceprotected PriceDataFactoryvoidpopulate(OrderModel source, OrderHistoryData target) Populate the target instance with values from the source instance.voidsetEnumerationService(EnumerationService enumerationService) voidsetPriceDataFactory(PriceDataFactory priceDataFactory)
-
Constructor Details
-
OrderHistoryPopulator
public OrderHistoryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<OrderModel,OrderHistoryData> - Parameters:
source- the source objecttarget- the target to fill
-
getEnumerationService
-
setEnumerationService
-
getPriceDataFactory
-
setPriceDataFactory
-