Interface B2BBudgetFacade

    • Method Detail

      • getBudgetDataForCode

        B2BBudgetData getBudgetDataForCode​(java.lang.String budgetCode)
        Returns B2BBudgetData for the given code.
        Parameters:
        budgetCode - the budget code
        Returns:
        B2BBudgetData holding the budget details
      • enableDisableBudget

        void enableDisableBudget​(java.lang.String budgetCode,
                                 boolean active)
        Enables or disables the budget with the given code.
        Parameters:
        budgetCode - code of the budget to be enabled/disabled
        active - pass true to enable the budget and false to disable it