Class OrderReshopRQRepricingRequestDataPopulator

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.populators.OrderReshopRQRepricingRequestDataPopulator
All Implemented Interfaces:
de.hybris.platform.converters.Populator<orderreshoprequest.IATAOrderReshopRQ,RepricingRequestData>

public class OrderReshopRQRepricingRequestDataPopulator extends Object implements de.hybris.platform.converters.Populator<orderreshoprequest.IATAOrderReshopRQ,RepricingRequestData>
The Order reshop rq repricing request data populator.
  • Constructor Details

    • OrderReshopRQRepricingRequestDataPopulator

      public OrderReshopRQRepricingRequestDataPopulator()
  • Method Details

    • populate

      public void populate(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ, RepricingRequestData repricingRequestData) throws de.hybris.platform.servicelayer.dto.converter.ConversionException
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<orderreshoprequest.IATAOrderReshopRQ,RepricingRequestData>
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException
    • getShoppingBookingService

      protected ShoppingBookingService getShoppingBookingService()
    • setShoppingBookingService

      public void setShoppingBookingService(ShoppingBookingService shoppingBookingService)