Interface BlacklistService
public interface BlacklistService
- 
Method Summary
Modifier and TypeMethodDescriptiongetMode(int phoneItemId) getNumbersForItem(int phoneItemId) voidupdateMode(PhoneItemListMode mode) voidupdateNumbers(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
 
 -