Class B2BCostCenterReversePopulator
java.lang.Object
de.hybris.platform.b2bcommercefacades.company.converters.populators.B2BCostCenterReversePopulator
- All Implemented Interfaces:
Populator<B2BCostCenterData,B2BCostCenterModel>
public class B2BCostCenterReversePopulator
extends Object
implements Populator<B2BCostCenterData,B2BCostCenterModel>
Populates
B2BCostCenterData with B2BCostCenterModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> protected CommonI18NServicevoidpopulate(B2BCostCenterData source, B2BCostCenterModel target) Populate the target instance with values from the source instance.voidsetB2bUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) voidsetCommonI18NService(CommonI18NService commonI18NService)
-
Constructor Details
-
B2BCostCenterReversePopulator
public B2BCostCenterReversePopulator()
-
-
Method Details
-
populate
public void populate(B2BCostCenterData source, B2BCostCenterModel target) throws ConversionException 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
-
setB2bUnitService
-
getCommonI18NService
-
setCommonI18NService
-