Class AbstractBaggageAllowanceListHandler

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.servicelist.handlers.impl.AbstractBaggageAllowanceListHandler
Direct Known Subclasses:
ServiceListBaggageAllowanceListHandler

public abstract class AbstractBaggageAllowanceListHandler extends Object
Abstract class that holds methods that are common for baggage allowance list in service list
  • Constructor Details

    • AbstractBaggageAllowanceListHandler

      public AbstractBaggageAllowanceListHandler()
  • Method Details

    • populateBaggageAllowanceList

      protected void populateBaggageAllowanceList(Set<ServiceType> services, DataListsType dataListsType) throws NDCException
      This handler populates the baggageAllowanceList in the dataLists field.
      Parameters:
      dataListsType - the dataListsType
      services - the services
      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