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