Interface B2BCommerceBudgetFacade

All Known Implementing Classes:
DefaultB2BCommerceBudgetFacade

@Deprecated(since="6.0", forRemoval=true) public interface B2BCommerceBudgetFacade
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.0. Use B2BBudgetFacade instead.

A facade for Budget management within b2b commerce

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBudget(B2BBudgetData b2bBudgetData)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    enableDisableBudget(String b2BudgetCode, boolean active)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Enable or disable a budget
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Update budget details for edit operation
  • Method Details

    • addBudget

      void addBudget(B2BBudgetData b2bBudgetData) throws DuplicateUidException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      b2bBudgetData -
      Throws:
      DuplicateUidException
    • enableDisableBudget

      void enableDisableBudget(String b2BudgetCode, boolean active) throws DuplicateUidException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Enable or disable a budget
      Parameters:
      b2BudgetCode -
      active -
      Throws:
      DuplicateUidException
    • updateBudgetDetails

      void updateBudgetDetails(B2BBudgetData b2BBudgetData) throws DuplicateUidException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Update budget details for edit operation
      Parameters:
      b2BBudgetData -
      Throws:
      DuplicateUidException