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

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

    • B2BBudgetPopulator

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

    • populate

      public void populate(B2BBudgetModel source, B2BBudgetData 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<B2BBudgetModel,B2BBudgetData>
      Parameters:
      source - the source object
      target - the target to fill
    • populateCostCenterListForBudget

      protected void populateCostCenterListForBudget(B2BBudgetModel source, B2BBudgetData target)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCurrencyConverter

      protected Converter<CurrencyModel,CurrencyData> getCurrencyConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCurrencyConverter

      public void setCurrencyConverter(Converter<CurrencyModel,CurrencyData> currencyConverter)
      Deprecated, for removal: This API element is subject to removal in a future version.