Class B2BUnitReversePopulator

java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BUnitReversePopulator
All Implemented Interfaces:
Populator<B2BUnitData,B2BUnitModel>

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

    • B2BUnitReversePopulator

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

    • populate

      public void populate(B2BUnitData source, B2BUnitModel target) throws ConversionException
      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<B2BUnitData,B2BUnitModel>
      Parameters:
      source - the source object
      target - the target to fill
      Throws:
      ConversionException - if an error occurs
    • getCompanyB2BCommerceService

      protected <T extends CompanyB2BCommerceService> T getCompanyB2BCommerceService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCompanyB2BCommerceService

      public void setCompanyB2BCommerceService(CompanyB2BCommerceService companyB2BCommerceService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getB2bCommerceUnitService

      protected B2BCommerceUnitService getB2bCommerceUnitService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setB2bCommerceUnitService

      public void setB2bCommerceUnitService(B2BCommerceUnitService b2bUnitService)
      Deprecated, for removal: This API element is subject to removal in a future version.