java.lang.Object
de.hybris.platform.b2bacceleratorfacades.company.populators.B2BUnitNodePopulator
All Implemented Interfaces:
Populator<B2BUnitModel,B2BUnitNodeData>

@Deprecated(since="6.0", forRemoval=true) public class B2BUnitNodePopulator extends Object implements Populator<B2BUnitModel,B2BUnitNodeData>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.0 use B2BUnitNodePopulator instead.
Converter for B2BUnitModel.
  • Constructor Details

    • B2BUnitNodePopulator

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

    • populate

      public void populate(B2BUnitModel b2BUnitModel, B2BUnitNodeData b2BUnitNodeData)
      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<B2BUnitModel,B2BUnitNodeData>
      Parameters:
      b2BUnitModel - the source object
      b2BUnitNodeData - the target to fill
    • getB2BUnitService

      protected B2BUnitService<B2BUnitModel,B2BCustomerModel> getB2BUnitService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setB2BUnitService

      public void setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getChildNodeConverter

      protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> getChildNodeConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • lookupChildNodeConverter

      protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> lookupChildNodeConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.