Class B2BPermissionTypePopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BPermissionTypePopulator
- All Implemented Interfaces:
Populator<B2BPermissionTypeEnum,B2BPermissionTypeData>
@Deprecated(since="6.0",
forRemoval=true)
public class B2BPermissionTypePopulator
extends Object
implements Populator<B2BPermissionTypeEnum,B2BPermissionTypeData>
Deprecated, for removal: This API element is subject to removal in a future version.
Populates
B2BPermissionTypeEnum to B2BPermissionTypeData.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServiceDeprecated, for removal: This API element is subject to removal in a future version.voidpopulate(B2BPermissionTypeEnum source, B2BPermissionTypeData 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.voidsetTypeService(TypeService typeService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
B2BPermissionTypePopulator
public B2BPermissionTypePopulator()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<B2BPermissionTypeEnum,B2BPermissionTypeData> - Parameters:
source- the source objecttarget- the target to fill
-
getTypeService
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeService
Deprecated, for removal: This API element is subject to removal in a future version.
-
B2BPermissionTypePopulatorinstead.