|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemNotificationService
Method Summary | |
---|---|
NotificationRule |
doesSystemNotificationSetContainRule(NotificationRule rule)
Checks if a identical system notification already exists (for validation purposes). |
java.util.List<NotificationRule> |
getSystemNotificationRules()
Get a copy of all system notification rules. |
void |
removeSystemNotificationRule(long id)
Remove an individual system notification |
void |
saveSystemNotificationRule(NotificationRule notificationRule)
Save an individual system notification rule. |
Method Detail |
---|
@Nullable NotificationRule doesSystemNotificationSetContainRule(@NotNull NotificationRule rule)
rule
- to compare with.
void saveSystemNotificationRule(@NotNull NotificationRule notificationRule)
notificationRule
- to be addedvoid removeSystemNotificationRule(long id)
id
- of the notification to be removed@NotNull java.util.List<NotificationRule> getSystemNotificationRules()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |