Class DefaultOfferPriceServiceDefinitionListHandler

java.lang.Object
de.hybris.platform.ndc182facades.facades.offerprice.handlers.impl.DefaultOfferPriceServiceDefinitionListHandler
All Implemented Interfaces:
OfferPriceDataListsHandler

public class DefaultOfferPriceServiceDefinitionListHandler extends Object implements OfferPriceDataListsHandler
The ndc 182 implementation of OfferPriceDataListsHandler interface.
  • Constructor Details

    • DefaultOfferPriceServiceDefinitionListHandler

      public DefaultOfferPriceServiceDefinitionListHandler()
  • Method Details

    • handle

      public void handle(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services, DataListsType dataListsType) throws NDCException
      This handler populates the serviceDefinitionList in the dataLists field.
      Specified by:
      handle in interface OfferPriceDataListsHandler
      Parameters:
      ndcOfferData - the ndcOfferData
      services - the services
      dataListsType - the dataListsType
      Throws:
      NDCException
    • getProductService

      protected de.hybris.platform.product.ProductService getProductService()
      Gets product service.
      Returns:
      the product service
    • setProductService

      public void setProductService(de.hybris.platform.product.ProductService productService)
      Sets product service.
      Parameters:
      productService - the product service