Class B2BCostCenterPopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BCostCenterPopulator
- All Implemented Interfaces:
Populator<B2BCostCenterModel,B2BCostCenterData>
@Deprecated(since="6.0",
forRemoval=true)
public class B2BCostCenterPopulator
extends Object
implements Populator<B2BCostCenterModel,B2BCostCenterData>
Deprecated, for removal: This API element is subject to removal in a future version.
Populator implementation for
B2BCostCenterModel as source and
B2BCostCenterData 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<AddressModel,AddressData> Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<B2BBudgetModel,B2BBudgetData> Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<CurrencyModel,CurrencyData> Deprecated, for removal: This API element is subject to removal in a future version.voidpopulate(B2BCostCenterModel source, B2BCostCenterData 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.voidsetAddressConverter(Converter<AddressModel, AddressData> addressConverter) Deprecated, for removal: This API element is subject to removal in a future version.voidsetB2bBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2bBudgetConverter) 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
-
B2BCostCenterPopulator
public B2BCostCenterPopulator()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<B2BCostCenterModel,B2BCostCenterData> - Parameters:
source- the source objecttarget- the target to fill
-
getB2bBudgetConverter
Deprecated, for removal: This API element is subject to removal in a future version. -
setB2bBudgetConverter
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. -
setAddressConverter
Deprecated, for removal: This API element is subject to removal in a future version. -
getAddressConverter
Deprecated, for removal: This API element is subject to removal in a future version.
-
B2BCostCenterPopulatorinstead.