Class AbstractServiceDefinitionListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.servicelist.handlers.impl.AbstractServiceDefinitionListHandler
- Direct Known Subclasses:
ServiceListOrderServiceDefinitionListHandler,ServiceListServiceDefinitionListHandler
Abstract class that holds methods that are common for service definition list in service list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.product.ProductServiceGets product service.voidhandleServiceDefinitionList(Set<ServiceType> services, DataListsType dataListsType) This handler populates the serviceDefinitionList in the dataLists field.voidsetProductService(de.hybris.platform.product.ProductService productService) Sets product service.
-
Constructor Details
-
AbstractServiceDefinitionListHandler
public AbstractServiceDefinitionListHandler()
-
-
Method Details
-
handleServiceDefinitionList
public void handleServiceDefinitionList(Set<ServiceType> services, DataListsType dataListsType) throws NDCException This handler populates the serviceDefinitionList in the dataLists field.- Parameters:
services- the servicesdataListsType- 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
-