Interface NotificationService
public interface NotificationService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notificationDataDelete
(int id) notificationDataGet
(int id) int
notificationDataUpdate
(NotificationData notificationData) searchNotifications
(int contractId, Page page)
-
Method Details
-
searchNotifications
SearchResult<NotificationData> searchNotifications(int contractId, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
notificationDataGet
NotificationData notificationDataGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
notificationDataUpdate
int notificationDataUpdate(NotificationData notificationData) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
notificationDataDelete
void notificationDataDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-