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