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:
 Exception
 - 
phoneCategoryUpdate
- Throws:
 Exception
 - 
phoneCategoryDelete
- Throws:
 Exception
 - 
phoneResourceList
- Throws:
 Exception
 - 
phoneResourceDelete
- Throws:
 Exception
 - 
phoneResourceUpdate
- Throws:
 Exception
 - 
phoneResourceGet
- 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
 
 -