Class PassengerAdvancedDetailsReversePopulator

java.lang.Object
de.hybris.platform.travelfacades.populators.PassengerAdvancedDetailsReversePopulator
All Implemented Interfaces:
de.hybris.platform.converters.Populator<PassengerInformationData,PassengerInformationModel>
Direct Known Subclasses:
TravelAdvancePassengerInformationReversePopulator

public class PassengerAdvancedDetailsReversePopulator extends Object implements de.hybris.platform.converters.Populator<PassengerInformationData,PassengerInformationModel>
Populator to populate the advanced information (CheckIn Details) PassengerInformationModel from the PassengerInformationData
  • Constructor Details

    • PassengerAdvancedDetailsReversePopulator

      public PassengerAdvancedDetailsReversePopulator()
  • Method Details

    • populate

      public void populate(PassengerInformationData source, PassengerInformationModel target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<PassengerInformationData,PassengerInformationModel>
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException
    • getPassengerTypeService

      protected PassengerTypeService getPassengerTypeService()
      Gets passenger type service.
      Returns:
      the passengerTypeService
    • setPassengerTypeService

      public void setPassengerTypeService(PassengerTypeService passengerTypeService)
      Sets passenger type service.
      Parameters:
      passengerTypeService - the passengerTypeService to set
    • getCommonI18NService

      protected de.hybris.platform.servicelayer.i18n.CommonI18NService getCommonI18NService()
      Gets common i 18 n service.
      Returns:
      the commonI18NService
    • setCommonI18NService

      public void setCommonI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService)
      Sets common i 18 n service.
      Parameters:
      commonI18NService - the commonI18NService to set