|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditNotifications
Represents functionality of the 'Edit notifications' screen.
Method Summary | |
---|---|
EditNotifications |
addNotificationsForEvent(int eventId,
NotificationType notificationType)
Add simple (parameterless) notification type for given event ID. |
EditNotifications |
addNotificationsForEvent(int eventId,
NotificationType notificationType,
String paramValue)
Add parameterized notification type for given event ID. |
int |
notificationSchemeId()
ID of associated notification scheme. |
Method Detail |
---|
int notificationSchemeId()
EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType)
eventId
- ID of the event to add tonotificationType
- notification type to add
NotificationType
,
DefaultIssueEvents
EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
eventId
- ID of the event to add tonotificationType
- notification types to addparamValue
- form parameter value associated with given notification type
NotificationType
,
DefaultIssueEvents
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |