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.
Since 6.0. Use B2BPermissionTypePopulator instead.
  • Constructor Details

    • B2BPermissionTypePopulator

      public B2BPermissionTypePopulator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • populate

      public void populate(B2BPermissionTypeEnum source, B2BPermissionTypeData target)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<B2BPermissionTypeEnum,B2BPermissionTypeData>
      Parameters:
      source - the source object
      target - the target to fill
    • getTypeService

      protected TypeService getTypeService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTypeService

      public void setTypeService(TypeService typeService)
      Deprecated, for removal: This API element is subject to removal in a future version.