Interface TariffLabelService


public interface TariffLabelService
  • Method Details

    • getTariffLabelTreeItemList

      List<TariffLabelItem> getTariffLabelTreeItemList(int tariffPlanId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • setTariffLabelTreeItemList

      void setTariffLabelTreeItemList(int tariffPlanId, List<TariffLabelItem> items) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateTariffLabelTreeItem

      int updateTariffLabelTreeItem(TariffLabelItem tariffLabelItem) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTariffLabelIds

      Set<Integer> getTariffLabelIds(int tariffPlanId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • removeTariffLabelTreeItem

      void removeTariffLabelTreeItem(int tariffLabelItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException