| | |
| | Integer | addNotification(String type, String message, Object userData, Date date) Throws: IllegalArgumentException |
|
| | Integer | addNotification(String type, String message, Object userData, Date date, long period) Throws: IllegalArgumentException |
|
| | Integer | addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences) Throws: IllegalArgumentException |
|
| | Integer | addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate) Throws: IllegalArgumentException |
|
| | Vector | getAllNotificationIDs() |
|
| | Date | getDate(Integer id) |
|
| | Boolean | getFixedRate(Integer id) |
|
| | int | getNbNotifications() |
|
| | Long | getNbOccurences(Integer id) |
|
| | Vector | getNotificationIDs(String type) |
|
| | String | getNotificationMessage(Integer id) |
|
| | String | getNotificationType(Integer id) |
|
| | Object | getNotificationUserData(Integer id) |
|
| | Long | getPeriod(Integer id) |
|
| | boolean | getSendPastNotifications() |
|
| | boolean | isActive() |
|
| | boolean | isEmpty() |
|
| | void | removeAllNotifications() |
|
| | void | removeNotification(Integer id) Throws: InstanceNotFoundException |
|
| | void | removeNotifications(String type) Throws: InstanceNotFoundException |
|
| | void | setSendPastNotifications(boolean value) |
|
| | void | start() |
|
| | void | stop() |
|