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