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 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:
      populate in interface de.hybris.platform.converters.Populator<OrderModel,OrderType>
      Parameters:
      source - the source object
      target - 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