public interface BlacklistService
-
Method Summary
-
Method Details
-
updateMode
void updateMode(
PhoneItemListMode mode)
throws
ru.bitel.bgbilling.common.BGException
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateNumbers
void updateNumbers(
int itemId,
java.util.List<PhoneItemListNumber> number)
throws
ru.bitel.bgbilling.common.BGException
- Throws:
ru.bitel.bgbilling.common.BGException
-
getNumbersForItem
java.util.List<PhoneItemListNumber> getNumbersForItem(
int phoneItemId)
throws
ru.bitel.bgbilling.common.BGException
- Throws:
ru.bitel.bgbilling.common.BGException
-
getMode
PhoneItemListMode getMode(
int phoneItemId)
throws
ru.bitel.bgbilling.common.BGException
- Throws:
ru.bitel.bgbilling.common.BGException