public interface TariffLabelService
-
Method Summary
-
Method Details
-
getTariffLabelTreeItemList
java.util.List<TariffLabelItem> getTariffLabelTreeItemList(
int tariffPlanId)
throws
ru.bitel.bgbilling.common.BGException
- Throws:
ru.bitel.bgbilling.common.BGException
-
setTariffLabelTreeItemList
void setTariffLabelTreeItemList(
int tariffPlanId,
java.util.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
java.util.Set<java.lang.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