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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.i18n.CommonI18NServiceGets common i 18 n service.protected PassengerTypeServiceGets passenger type service.voidpopulate(PassengerInformationData source, PassengerInformationModel target) voidsetCommonI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService) Sets common i 18 n service.voidsetPassengerTypeService(PassengerTypeService passengerTypeService) Sets passenger type service.
-
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:
populatein interfacede.hybris.platform.converters.Populator<PassengerInformationData,PassengerInformationModel> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
getPassengerTypeService
Gets passenger type service.- Returns:
- the passengerTypeService
-
setPassengerTypeService
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
-