Interface PhoneResourceService
public interface PhoneResourceService
-
Method Summary
Modifier and TypeMethodDescriptionvoidphoneCategoryDelete(int id) intphoneCategoryUpdate(PhoneCategory phoneCategory) phoneFreeList(Integer categoryId, Set<Integer> resourceIds, Date date, String numberFilter, int count) voidphoneResourceDelete(int id) phoneResourceGet(int id) voidphoneResourceImport(int categoryId, String importData) phoneResourceList(int phoneCategoryId) booleanphoneResourceSubscribe(long phone, int subscriberId, String subscriberTitle, Date dateFrom, Date dateTo) voidphoneResourceUnsubscribe(int subscriberId) intphoneResourceUpdate(PhoneResource phoneResource) phoneSubscriptionList(int id, Date dateFrom, Date dateTo, Page page)
-
Method Details
-
phoneCategoryRoot
- Throws:
ru.bitel.bgbilling.common.BGException
-
phoneCategoryUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
phoneCategoryDelete
void phoneCategoryDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
phoneResourceList
List<PhoneResource> phoneResourceList(int phoneCategoryId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
phoneResourceDelete
void phoneResourceDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
phoneResourceUpdate
- Throws:
Exception
-
phoneResourceGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
phoneSubscriptionList
Result<PhoneResourceSubscription> phoneSubscriptionList(int id, Date dateFrom, Date dateTo, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
phoneFreeList
List<Long> phoneFreeList(Integer categoryId, Set<Integer> resourceIds, Date date, String numberFilter, int count) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
phoneResourceSubscribe
boolean phoneResourceSubscribe(long phone, int subscriberId, String subscriberTitle, Date dateFrom, Date dateTo) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
phoneResourceUnsubscribe
void phoneResourceUnsubscribe(int subscriberId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
phoneCategoryList
- Throws:
ru.bitel.bgbilling.common.BGException
-
phoneResourceImport
void phoneResourceImport(int categoryId, String importData) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-