Class LegInfoCartRaoPopulator
java.lang.Object
de.hybris.platform.travelrulesengine.converters.populator.LegInfoCartRaoPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO>
public class LegInfoCartRaoPopulator
extends Object
implements de.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO>
This populator populates LegInfoRao and TripType in CartRao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LegInfoRAOcreateLegInfo(TravelOrderEntryInfoModel travelOrderEntryInfo) Create leg info leg info rao.voidpopulate(AbstractOrderModel source, CartRAO target)
-
Constructor Details
-
LegInfoCartRaoPopulator
public LegInfoCartRaoPopulator()
-
-
Method Details
-
populate
public void populate(AbstractOrderModel source, CartRAO target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
createLegInfo
Create leg info leg info rao.- Parameters:
travelOrderEntryInfo- the travel order entry info- Returns:
- the leg info rao
-