Class B2BBudgetReversePopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BBudgetReversePopulator
- All Implemented Interfaces:
Populator<B2BBudgetData,B2BBudgetModel>
@Deprecated(since="6.0",
forRemoval=true)
public class B2BBudgetReversePopulator
extends Object
implements Populator<B2BBudgetData,B2BBudgetModel>
Deprecated, for removal: This API element is subject to removal in a future version.
Populates
B2BBudgetData with B2BBudgetModel.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> Deprecated, for removal: This API element is subject to removal in a future version.protected CommonI18NServiceDeprecated, for removal: This API element is subject to removal in a future version.voidpopulate(B2BBudgetData source, B2BBudgetModel 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.voidsetB2BUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCommonI18NService(CommonI18NService commonI18NService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
B2BBudgetReversePopulator
public B2BBudgetReversePopulator()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<B2BBudgetData,B2BBudgetModel> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getB2BUnitService
Deprecated, for removal: This API element is subject to removal in a future version. -
setB2BUnitService
Deprecated, for removal: This API element is subject to removal in a future version. -
getCommonI18NService
Deprecated, for removal: This API element is subject to removal in a future version. -
setCommonI18NService
Deprecated, for removal: This API element is subject to removal in a future version.
-
B2BBudgetReversePopulatorinstead.