Class PropertyFacilityPopulator<SOURCE extends PropertyFacilityModel,TARGET extends FacilityData>

java.lang.Object
de.hybris.platform.travelfacades.facades.accommodation.populators.PropertyFacilityPopulator<SOURCE,TARGET>
All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>

public class PropertyFacilityPopulator<SOURCE extends PropertyFacilityModel,TARGET extends FacilityData> extends Object implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
This class will populate the FacilityData from the PropertyFacilityModel
  • Constructor Details

    • PropertyFacilityPopulator

      public PropertyFacilityPopulator()
  • Method Details

    • populate

      public void populate(SOURCE source, TARGET target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<SOURCE extends PropertyFacilityModel,TARGET extends FacilityData>
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException
    • getEnumerationService

      protected de.hybris.platform.enumeration.EnumerationService getEnumerationService()
      Returns:
      the enumerationService
    • setEnumerationService

      public void setEnumerationService(de.hybris.platform.enumeration.EnumerationService enumerationService)
      Parameters:
      enumerationService - the enumerationService to set