Class DefaultOneOrderOSINBasicOrderPopulator
java.lang.Object
de.hybris.platform.oneorderfacades.populators.oneorder.osin.DefaultOneOrderOSINBasicOrderPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<OrderModel,OrderType>
public class DefaultOneOrderOSINBasicOrderPopulator
extends Object
implements de.hybris.platform.converters.Populator<OrderModel,OrderType>
The One Order Sales Information Notification populator for basic attributes in OrderType.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.config.ConfigurationServiceGets the configurationServicevoidpopulate(OrderModel source, OrderType target) Populates the basic attributes for an order type field, such as string and dates.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets the configurationService
-
Constructor Details
-
DefaultOneOrderOSINBasicOrderPopulator
public DefaultOneOrderOSINBasicOrderPopulator()
-
-
Method Details
-
populate
public void populate(OrderModel source, OrderType target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException Populates the basic attributes for an order type field, such as string and dates.- Specified by:
populatein interfacede.hybris.platform.converters.Populator<OrderModel,OrderType> - Parameters:
source- the source objecttarget- the target to fill- Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
getConfigurationService
protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()Gets the configurationService- Returns:
- the configurationService
-
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets the configurationService- Parameters:
configurationService- the configurationService
-