
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 () |
Definition at line 27 of file IElephantNotification.java.
| void org.turro.action.queue.IElephantNotification.checkConstraints | ( | String | idCategory | ) |
| Collection<NotificationCategory> org.turro.action.queue.IElephantNotification.getAllCategories | ( | ) |
| Collection<String> org.turro.action.queue.IElephantNotification.getAllCategoryIds | ( | ) |
| Collection<NotificationCategory> org.turro.action.queue.IElephantNotification.getCategories | ( | ) |
| NotificationCategory org.turro.action.queue.IElephantNotification.getCategory | ( | String | id | ) |
| Collection<String> org.turro.action.queue.IElephantNotification.getCategoryIds | ( | ) |
| QueuePeriod org.turro.action.queue.IElephantNotification.period | ( | String | idCategory, |
| IContact | contact | ||
| ) |
Implemented in org.turro.mail.queue.GenericElephantNotification, org.turro.publication.util.PublicationElephantNotification, and org.turro.dossier.util.DossierElephantNotification.

| void org.turro.action.queue.IElephantNotification.periodToAll | ( | String | idCategory, |
| QueuePeriod | period | ||
| ) |
| void org.turro.action.queue.IElephantNotification.removeAll | ( | String | idCategory | ) |
| void org.turro.action.queue.IElephantNotification.reset | ( | ) |
| void org.turro.action.queue.IElephantNotification.subscribe | ( | String | idCategory, |
| IContact | contact, | ||
| QueuePeriod | period | ||
| ) |
Implemented in org.turro.mail.queue.GenericElephantNotification, org.turro.publication.util.PublicationElephantNotification, and org.turro.dossier.util.DossierElephantNotification.

| void org.turro.action.queue.IElephantNotification.subscribeIfNot | ( | String | idCategory, |
| IContact | contact, | ||
| QueuePeriod | period | ||
| ) |
Implemented in org.turro.mail.queue.GenericElephantNotification, org.turro.publication.util.PublicationElephantNotification, and org.turro.dossier.util.DossierElephantNotification.
