Class ServiceListPaxListHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.servicelist.handlers.impl.ServiceListPaxListHandler
- All Implemented Interfaces:
ServiceListDataListHandler<ShoppingMerchandisingHandlerData>
public class ServiceListPaxListHandler
extends Object
implements ServiceListDataListHandler<ShoppingMerchandisingHandlerData>
The ndc implementation of
ServiceListDataListHandler interface to populate the pax list fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PassengerTypeServiceGet passengerTypeServicevoidhandle(ShoppingMerchandisingHandlerData shoppingMerchandisingHandlerData, Set<ServiceType> services, DataListsType dataListsType) This handler populates the paxList (list of passengers) in the dataLists field.voidsetPassengerTypeService(PassengerTypeService passengerTypeService) Set passengerTypeService
-
Constructor Details
-
ServiceListPaxListHandler
public ServiceListPaxListHandler()
-
-
Method Details
-
handle
public void handle(ShoppingMerchandisingHandlerData shoppingMerchandisingHandlerData, Set<ServiceType> services, DataListsType dataListsType) This handler populates the paxList (list of passengers) in the dataLists field.- Specified by:
handlein interfaceServiceListDataListHandler<ShoppingMerchandisingHandlerData>- Parameters:
shoppingMerchandisingHandlerData- the shoppingMerchandisingHandlerDataservices- the servicesdataListsType- the dataListsType
-
getPassengerTypeService
Get passengerTypeService- Returns:
- passengerTypeService
-
setPassengerTypeService
Set passengerTypeService- Parameters:
passengerTypeService- the passengerTypeService
-