Class ExtraServiceBasicHandler
java.lang.Object
de.hybris.platform.travelfacades.facades.accommodation.handlers.impl.ExtraServiceBasicHandler
- All Implemented Interfaces:
AccommodationServiceHandler
Handler class to populate the basic information of the serviceData for a given productModel and reservedRoomStayData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegergetServiceQuantity(String code, ReservedRoomStayData reservedRoomStay) voidhandle(ProductModel productModel, ReservedRoomStayData reservedRoomStayData, ServiceData serviceData, AccommodationReservationData accommodationReservationData) Handle the population of the serviceData for a given productModel and reservedRoomStayData
-
Constructor Details
-
ExtraServiceBasicHandler
public ExtraServiceBasicHandler()
-
-
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
-
getServiceQuantity
-