Class ServiceListServiceDefinitionListHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.servicelist.handlers.impl.AbstractServiceDefinitionListHandler
de.hybris.platform.ndc182shoppingfacades.facades.servicelist.handlers.impl.ServiceListServiceDefinitionListHandler
- All Implemented Interfaces:
ServiceListDataListHandler<ShoppingMerchandisingHandlerData>
public class ServiceListServiceDefinitionListHandler
extends AbstractServiceDefinitionListHandler
implements ServiceListDataListHandler<ShoppingMerchandisingHandlerData>
The ndc implementation of
ServiceListDataListHandler interface to populate the service definition list fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ShoppingMerchandisingHandlerData shoppingMerchandisingHandlerData, Set<ServiceType> services, DataListsType dataListsType) This handler populates the serviceDefinitionList in the dataLists field.Methods inherited from class de.hybris.platform.ndc182shoppingfacades.facades.servicelist.handlers.impl.AbstractServiceDefinitionListHandler
getProductService, handleServiceDefinitionList, setProductService
-
Constructor Details
-
ServiceListServiceDefinitionListHandler
public ServiceListServiceDefinitionListHandler()
-
-
Method Details
-
handle
public void handle(ShoppingMerchandisingHandlerData shoppingMerchandisingHandlerData, Set<ServiceType> services, DataListsType dataListsType) throws NDCException This handler populates the serviceDefinitionList in the dataLists field.- Specified by:
handlein interfaceServiceListDataListHandler<ShoppingMerchandisingHandlerData>- Parameters:
shoppingMerchandisingHandlerData- the shoppingMerchandisingHandlerDataservices- the servicesdataListsType- the dataListsType- Throws:
NDCException
-