Class ReservationAdvancePassengerInformationHandler

java.lang.Object
de.hybris.platform.travelfacades.reservation.handlers.impl.ReservationAdvancePassengerInformationHandler
All Implemented Interfaces:
ReservationHandler

public class ReservationAdvancePassengerInformationHandler extends Object implements ReservationHandler
This handler is responsible for populating the passenger information data in the PassengerInformationData
  • Constructor Details

    • ReservationAdvancePassengerInformationHandler

      public ReservationAdvancePassengerInformationHandler()
  • Method Details

    • handle

      public void handle(AbstractOrderModel abstractOrderModel, ReservationData reservationData)
      Description copied from interface: ReservationHandler
      Handle method.
      Specified by:
      handle in interface ReservationHandler
      Parameters:
      abstractOrderModel - the abstract order model
      reservationData - the reservation data
    • getPassengerInformationDataConverter

      protected de.hybris.platform.servicelayer.dto.converter.Converter<PassengerInformationModel,PassengerInformationData> getPassengerInformationDataConverter()
      Gets passenger information data converter.
      Returns:
      the passengerInformationDataConverter
    • setPassengerInformationDataConverter

      public void setPassengerInformationDataConverter(de.hybris.platform.servicelayer.dto.converter.Converter<PassengerInformationModel,PassengerInformationData> passengerInformationDataConverter)
      Sets passenger information data converter.
      Parameters:
      passengerInformationDataConverter - the passengerInformationDataConverter to set