java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.handlers.impl.OrderViewOrderItemsHandler
All Implemented Interfaces:
OrderViewHandler

public class OrderViewOrderItemsHandler extends Object implements OrderViewHandler
The Order View implementation of OrderViewHandler interface. This handler populates the order items in the order type
  • Constructor Details

    • OrderViewOrderItemsHandler

      public OrderViewOrderItemsHandler()
  • Method Details

    • handle

      public void handle(OrderModel orderModel, IATAOrderViewRS orderViewRS) throws NDCException
      Create a list of order items from all the entries having a entryGroupNumbers list not empty.
      Specified by:
      handle in interface OrderViewHandler
      Parameters:
      orderModel - the orderModel
      orderViewRS - the orderViewRS
      Throws:
      NDCException
    • setOrderTotalAmount

      protected void setOrderTotalAmount(OrderModel orderModel, OrderType orderType)
      Set the total amount of the given order
      Parameters:
      orderModel - the orderModel
      orderType - the orderType
    • getOrderViewOrderItemPipelineManager

      protected OrderViewOrderItemPipelineManager getOrderViewOrderItemPipelineManager()
      gets orderViewOrderItem PipelineManager
      Returns:
    • setOrderViewOrderItemPipelineManager

      public void setOrderViewOrderItemPipelineManager(OrderViewOrderItemPipelineManager orderViewOrderItemPipelineManager)
      sets orderViewOrderItem PipelineManager
      Parameters:
      orderViewOrderItemPipelineManager -
    • getConfigurationService

      protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()
      gets configuration service
      Returns:
    • setConfigurationService

      public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)
      sets configuration service
      Parameters:
      configurationService -
    • getBookingService

      protected BookingService getBookingService()
      Get bookingService
      Returns:
      bookingService
    • setBookingService

      public void setBookingService(BookingService bookingService)
      Set bookingService
      Parameters:
      bookingService - the bookingService