Interface NotificationService
public interface NotificationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotificationDataDelete(int id) notificationDataGet(int id) intnotificationDataUpdate(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.BGExceptionru.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.BGExceptionru.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.BGExceptionru.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.BGExceptionru.bitel.bgbilling.common.BGMessageException
-