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) 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
PhoneCategory phoneCategoryRoot() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneCategoryUpdate
int phoneCategoryUpdate(PhoneCategory phoneCategory) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneCategoryDelete
void phoneCategoryDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneResourceList
List<PhoneResource> phoneResourceList(int phoneCategoryId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneResourceDelete
void phoneResourceDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneResourceUpdate
int phoneResourceUpdate(PhoneResource phoneResource) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneSubscriptionList
Result<PhoneResourceSubscription> phoneSubscriptionList(int id, Date dateFrom, Date dateTo, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneFreeList
List<Long> phoneFreeList(Integer categoryId, Set<Integer> resourceIds, Date date, String numberFilter, int count) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneResourceSubscribe
boolean phoneResourceSubscribe(long phone, int subscriberId, String subscriberTitle, Date dateFrom, Date dateTo) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneResourceUnsubscribe
void phoneResourceUnsubscribe(int subscriberId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneCategoryList
List<PhoneCategory> phoneCategoryList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
phoneResourceImport
void phoneResourceImport(int categoryId, String importData) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-