Class OrderHistoryPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.converters.populator.OrderHistoryPopulator
-
- All Implemented Interfaces:
Populator<OrderModel,OrderHistoryData>
public class OrderHistoryPopulator extends java.lang.Object implements Populator<OrderModel,OrderHistoryData>
Converter implementation forOrderModelas source andOrderHistoryDataas target type.
-
-
Constructor Summary
Constructors Constructor Description OrderHistoryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnumerationServicegetEnumerationService()protected PriceDataFactorygetPriceDataFactory()voidpopulate(OrderModel source, OrderHistoryData target)Populate the target instance with values from the source instance.voidsetEnumerationService(EnumerationService enumerationService)voidsetPriceDataFactory(PriceDataFactory priceDataFactory)
-
-
-
Method Detail
-
populate
public void populate(OrderModel source, OrderHistoryData target)
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
protected EnumerationService getEnumerationService()
-
setEnumerationService
public void setEnumerationService(EnumerationService enumerationService)
-
getPriceDataFactory
protected PriceDataFactory getPriceDataFactory()
-
setPriceDataFactory
public void setPriceDataFactory(PriceDataFactory priceDataFactory)
-
-