Class B2BBudgetPopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BBudgetPopulator
- All Implemented Interfaces:
Populator<B2BBudgetModel,B2BBudgetData>
@Deprecated(since="6.0",
forRemoval=true)
public class B2BBudgetPopulator
extends Object
implements Populator<B2BBudgetModel,B2BBudgetData>
Deprecated, for removal: This API element is subject to removal in a future version.
Populates implementation for
B2BBudgetModel as source and B2BBudgetData as target type.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<CurrencyModel,CurrencyData> Deprecated, for removal: This API element is subject to removal in a future version.voidpopulate(B2BBudgetModel source, B2BBudgetData target) Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.protected voidpopulateCostCenterListForBudget(B2BBudgetModel source, B2BBudgetData target) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCurrencyConverter(Converter<CurrencyModel, CurrencyData> currencyConverter) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
B2BBudgetPopulator
public B2BBudgetPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populate
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version. -
getCurrencyConverter
Deprecated, for removal: This API element is subject to removal in a future version. -
setCurrencyConverter
Deprecated, for removal: This API element is subject to removal in a future version.
-
B2BBudgetPopulatorinstead.