Class SelectedAccommodationHandler
java.lang.Object
de.hybris.platform.travelfacades.ancillary.search.accommodation.handlers.SelectedAccommodationHandler
- All Implemented Interfaces:
AncillarySearchHandler
Handler to populate selected accommodation from offer request data to offer response data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(OfferRequestData offerRequestData, OfferResponseData offerResponseData) Handle method.
-
Constructor Details
-
SelectedAccommodationHandler
public SelectedAccommodationHandler()
-
-
Method Details
-
handle
Description copied from interface:AncillarySearchHandlerHandle method.- Specified by:
handlein interfaceAncillarySearchHandler- Parameters:
offerRequestData- the offer request dataofferResponseData- the offer response data
-