public interface PhoneResourceService
| Modifier and Type | Method and Description |
|---|---|
void |
phoneCategoryDelete(int id) |
PhoneCategory |
phoneCategoryRoot() |
int |
phoneCategoryUpdate(PhoneCategory current) |
java.util.List<java.lang.Long> |
phoneFreeList(java.lang.Integer categoryId,
java.util.Date date,
java.lang.Long phoneFrom,
java.lang.Long phoneTo,
int count) |
void |
phoneResourceDelete(int id) |
java.util.List<PhoneResource> |
phoneResourceList(int i) |
boolean |
phoneResourceSubscribe(long phone,
int subscriberId,
java.lang.String subscriberTitle,
java.util.Date dateFrom,
java.util.Date dateTo) |
void |
phoneResourceUnsubscribe(int subscriberId) |
int |
phoneResourceUpdate(PhoneResource current) |
Result<PhoneResourceSubscription> |
phoneSubscriptionList(int id,
java.util.Date dateFrom,
java.util.Date dateTo,
Page page) |
PhoneCategory phoneCategoryRoot() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint phoneCategoryUpdate(PhoneCategory current) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid phoneCategoryDelete(int id)
throws ru.bitel.bgbilling.common.BGMessageException,
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageExceptionru.bitel.bgbilling.common.BGExceptionjava.util.List<PhoneResource> phoneResourceList(int i) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid phoneResourceDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint phoneResourceUpdate(PhoneResource current) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionResult<PhoneResourceSubscription> phoneSubscriptionList(int id, java.util.Date dateFrom, java.util.Date dateTo, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<java.lang.Long> phoneFreeList(java.lang.Integer categoryId,
java.util.Date date,
java.lang.Long phoneFrom,
java.lang.Long phoneTo,
int count)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionboolean phoneResourceSubscribe(long phone,
int subscriberId,
java.lang.String subscriberTitle,
java.util.Date dateFrom,
java.util.Date dateTo)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid phoneResourceUnsubscribe(int subscriberId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException