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