Class B2BBudgetReversePopulator

java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BBudgetReversePopulator
All Implemented Interfaces:
Populator<B2BBudgetData,B2BBudgetModel>

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

    • B2BBudgetReversePopulator

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

    • populate

      public void populate(B2BBudgetData source, B2BBudgetModel 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<B2BBudgetData,B2BBudgetModel>
      Parameters:
      source - the source object
      target - the target to fill
      Throws:
      ConversionException - if an error occurs
    • 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.
    • getCommonI18NService

      protected CommonI18NService getCommonI18NService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCommonI18NService

      public void setCommonI18NService(CommonI18NService commonI18NService)
      Deprecated, for removal: This API element is subject to removal in a future version.