Class ExtraServicePriceHandler
java.lang.Object
de.hybris.platform.travelfacades.facades.accommodation.handlers.impl.AbstractExtraServicePriceHandler
de.hybris.platform.travelfacades.facades.accommodation.handlers.impl.ExtraServicePriceHandler
- All Implemented Interfaces:
AccommodationServiceHandler
public class ExtraServicePriceHandler
extends AbstractExtraServicePriceHandler
implements AccommodationServiceHandler
Handler class to populate the price of the serviceData for a given productModel and reservedRoomStayData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ProductModel productModel, ReservedRoomStayData reservedRoomStayData, ServiceData serviceData, AccommodationReservationData accommodationReservationData) Handle the population of the serviceData for a given productModel and reservedRoomStayDataMethods inherited from class de.hybris.platform.travelfacades.facades.accommodation.handlers.impl.AbstractExtraServicePriceHandler
getPriceDataFactory, getServiceRate, getTotalPriceData, getTravelCommercePriceFacade, setPriceDataFactory, setTravelCommercePriceFacade
-
Constructor Details
-
ExtraServicePriceHandler
public ExtraServicePriceHandler()
-
-
Method Details
-
handle
public void handle(ProductModel productModel, ReservedRoomStayData reservedRoomStayData, ServiceData serviceData, AccommodationReservationData accommodationReservationData) Description copied from interface:AccommodationServiceHandlerHandle the population of the serviceData for a given productModel and reservedRoomStayData- Specified by:
handlein interfaceAccommodationServiceHandler- Parameters:
productModel- the product modelreservedRoomStayData- the reserved room stay dataserviceData- the service dataaccommodationReservationData- the accommodation reservation data
-