

Public Member Functions | |
| Collection< NotificationCategory > | getCategories () |
| Collection< NotificationCategory > | getAllCategories () |
| Collection< String > | getCategoryIds () |
| Collection< String > | getAllCategoryIds () |
| NotificationCategory | getCategory (String id) |
| QueuePeriod | period (String idCategory, IContact contact) |
| void | subscribe (String idCategory, IContact contact, QueuePeriod period) |
| void | subscribeIfNot (String idCategory, IContact contact, QueuePeriod period) |
| void | removeAll (String idCategory) |
| void | periodToAll (String idCategory, QueuePeriod period) |
| void | checkConstraints (String idCategory) |
| void | reset () |
Static Public Attributes | |
| static final String | GENERIC_NOTIFICATION = "/elephant" |
Definition at line 36 of file GenericElephantNotification.java.
| void org.turro.mail.queue.GenericElephantNotification.checkConstraints | ( | String | idCategory | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 106 of file GenericElephantNotification.java.
| Collection<NotificationCategory> org.turro.mail.queue.GenericElephantNotification.getAllCategories | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 45 of file GenericElephantNotification.java.
| Collection<String> org.turro.mail.queue.GenericElephantNotification.getAllCategoryIds | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 59 of file GenericElephantNotification.java.
| Collection<NotificationCategory> org.turro.mail.queue.GenericElephantNotification.getCategories | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 39 of file GenericElephantNotification.java.
| NotificationCategory org.turro.mail.queue.GenericElephantNotification.getCategory | ( | String | id | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 67 of file GenericElephantNotification.java.
| Collection<String> org.turro.mail.queue.GenericElephantNotification.getCategoryIds | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 53 of file GenericElephantNotification.java.
| QueuePeriod org.turro.mail.queue.GenericElephantNotification.period | ( | String | idCategory, |
| IContact | contact | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 75 of file GenericElephantNotification.java.


| void org.turro.mail.queue.GenericElephantNotification.periodToAll | ( | String | idCategory, |
| QueuePeriod | period | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 100 of file GenericElephantNotification.java.

| void org.turro.mail.queue.GenericElephantNotification.removeAll | ( | String | idCategory | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 94 of file GenericElephantNotification.java.

| void org.turro.mail.queue.GenericElephantNotification.reset | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 111 of file GenericElephantNotification.java.
| void org.turro.mail.queue.GenericElephantNotification.subscribe | ( | String | idCategory, |
| IContact | contact, | ||
| QueuePeriod | period | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 82 of file GenericElephantNotification.java.

| void org.turro.mail.queue.GenericElephantNotification.subscribeIfNot | ( | String | idCategory, |
| IContact | contact, | ||
| QueuePeriod | period | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 88 of file GenericElephantNotification.java.

|
static |
Definition at line 120 of file GenericElephantNotification.java.