Class AbstractServiceDefinitionListHandler

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

public abstract class AbstractServiceDefinitionListHandler extends Object
Abstract class that holds methods that are common for service definition list in service list
  • Constructor Details

    • AbstractServiceDefinitionListHandler

      public AbstractServiceDefinitionListHandler()
  • Method Details

    • handleServiceDefinitionList

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