Interface EditNotifications
- All Known Implementing Classes:
EditNotificationsImpl
public interface EditNotifications
Represents functionality of the 'Edit notifications' screen.
- Since:
- v4.4
-
Method Summary
Modifier and TypeMethodDescriptionaddNotificationsForEvent
(int eventId, NotificationType notificationType) Add simple (parameterless) notification type for given event ID.addNotificationsForEvent
(int eventId, NotificationType notificationType, String paramValue) Add parameterized notification type for given event ID.deleteEntryWithId
(int entryId) Add parameterized notification type for given event ID.int
ID of associated notification scheme.
-
Method Details
-
notificationSchemeId
int notificationSchemeId()ID of associated notification scheme.- Returns:
- ID of the notification scheme
-
addNotificationsForEvent
Add simple (parameterless) notification type for given event ID.- Parameters:
eventId
- ID of the event to add tonotificationType
- notification type to add- Returns:
- this instance
- See Also:
-
addNotificationsForEvent
EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue) Add parameterized notification type for given event ID.- Parameters:
eventId
- ID of the event to add tonotificationType
- notification types to addparamValue
- form parameter value associated with given notification type- Returns:
- this instance
- See Also:
-
deleteEntryWithId
Add parameterized notification type for given event ID.- Parameters:
entryId
- ID of the entry to delete- Returns:
- this instance
- See Also:
-