Class B2BCostCenterReversePopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BCostCenterReversePopulator
- All Implemented Interfaces:
Populator<B2BCostCenterData,B2BCostCenterModel>
@Deprecated(since="6.0",
forRemoval=true)
public class B2BCostCenterReversePopulator
extends Object
implements Populator<B2BCostCenterData,B2BCostCenterModel>
Deprecated, for removal: This API element is subject to removal in a future version.
Populates
B2BCostCenterData with B2BCostCenterModel.-
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(B2BCostCenterData source, B2BCostCenterModel 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
-
B2BCostCenterReversePopulator
public B2BCostCenterReversePopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populate
public void populate(B2BCostCenterData source, B2BCostCenterModel target) throws ConversionException 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<B2BCostCenterData,B2BCostCenterModel> - 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.
-
B2BCostCenterReversePopulatorinstead.