Class B2BBudgetPopulator
java.lang.Object
de.hybris.platform.b2bcommercefacades.company.converters.populators.B2BBudgetPopulator
- All Implemented Interfaces:
Populator<B2BBudgetModel,B2BBudgetData>
Populates implementation for
B2BBudgetModel as source and B2BBudgetData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<CurrencyModel,CurrencyData> voidpopulate(B2BBudgetModel source, B2BBudgetData target) Populate the target instance with values from the source instance.protected voidpopulateCostCenterListForBudget(B2BBudgetModel source, B2BBudgetData target) voidsetCurrencyConverter(Converter<CurrencyModel, CurrencyData> currencyConverter)
-
Constructor Details
-
B2BBudgetPopulator
public B2BBudgetPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<B2BBudgetModel,B2BBudgetData> - Parameters:
source- the source objecttarget- the target to fill
-
populateCostCenterListForBudget
-
getCurrencyConverter
-
setCurrencyConverter
-