Interface NotificationService
public interface NotificationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotificationDataDelete(int id) notificationDataGet(int id) intnotificationDataUpdate(Notification notification) voidrecipientSettingsDelete(int id) voidrecipientSettingsUpdate(RecipientSettings settings) searchNotifications(Page page, boolean onlyActive)
-
Method Details
-
searchNotifications
SearchResult<Notification> searchNotifications(Page page, boolean onlyActive) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
notificationDataGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
notificationDataUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
notificationDataDelete
void notificationDataDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getRecipientsSettingsList
- Throws:
ru.bitel.bgbilling.common.BGException
-
recipientSettingsUpdate
void recipientSettingsUpdate(RecipientSettings settings) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
recipientSettingsDelete
void recipientSettingsDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-