Class OrderRequestedRetrievalDatePopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.OrderRequestedRetrievalDatePopulator
- All Implemented Interfaces:
Populator<OrderModel,OrderData>
public class OrderRequestedRetrievalDatePopulator
extends Object
implements Populator<OrderModel,OrderData>
Implementation for populating retrieval dates for order.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanvoidpopulate(OrderModel source, OrderData target) Populate the target instance with values from the source instance.voidsetModelService(ModelService modelService)
-
Constructor Details
-
OrderRequestedRetrievalDatePopulator
public OrderRequestedRetrievalDatePopulator()
-
-
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
-
isRequestedRetrievalDateFeatureEnabled
-
getModelService
-
setModelService
-