Class TravelRestrictionPopulator
java.lang.Object
de.hybris.platform.travelfacades.populators.TravelRestrictionPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TravelRestrictionModel,TravelRestrictionData>
public class TravelRestrictionPopulator
extends Object
implements de.hybris.platform.converters.Populator<TravelRestrictionModel,TravelRestrictionData>
Converter implementation for
TravelRestrictionModel as source and TravelRestrictionData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TravelRestrictionModel source, TravelRestrictionData target)
-
Constructor Details
-
TravelRestrictionPopulator
public TravelRestrictionPopulator()
-
-
Method Details
-
populate
public void populate(TravelRestrictionModel source, TravelRestrictionData target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TravelRestrictionModel,TravelRestrictionData> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-