

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 | PROJECT_NOTIFICATION = "/project" |
Definition at line 38 of file DossierElephantNotification.java.
| void org.turro.dossier.util.DossierElephantNotification.checkConstraints | ( | String | idCategory | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 100 of file DossierElephantNotification.java.
| Collection<NotificationCategory> org.turro.dossier.util.DossierElephantNotification.getAllCategories | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 47 of file DossierElephantNotification.java.

| Collection<String> org.turro.dossier.util.DossierElephantNotification.getAllCategoryIds | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 58 of file DossierElephantNotification.java.

| Collection<NotificationCategory> org.turro.dossier.util.DossierElephantNotification.getCategories | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 41 of file DossierElephantNotification.java.

| NotificationCategory org.turro.dossier.util.DossierElephantNotification.getCategory | ( | String | id | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 63 of file DossierElephantNotification.java.

| Collection<String> org.turro.dossier.util.DossierElephantNotification.getCategoryIds | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 52 of file DossierElephantNotification.java.

| QueuePeriod org.turro.dossier.util.DossierElephantNotification.period | ( | String | idCategory, |
| IContact | contact | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 69 of file DossierElephantNotification.java.


| void org.turro.dossier.util.DossierElephantNotification.periodToAll | ( | String | idCategory, |
| QueuePeriod | period | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 94 of file DossierElephantNotification.java.

| void org.turro.dossier.util.DossierElephantNotification.removeAll | ( | String | idCategory | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 88 of file DossierElephantNotification.java.

| void org.turro.dossier.util.DossierElephantNotification.reset | ( | ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 105 of file DossierElephantNotification.java.
| void org.turro.dossier.util.DossierElephantNotification.subscribe | ( | String | idCategory, |
| IContact | contact, | ||
| QueuePeriod | period | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 76 of file DossierElephantNotification.java.

| void org.turro.dossier.util.DossierElephantNotification.subscribeIfNot | ( | String | idCategory, |
| IContact | contact, | ||
| QueuePeriod | period | ||
| ) |
Implements org.turro.action.queue.IElephantNotification.
Definition at line 82 of file DossierElephantNotification.java.

|
static |
Definition at line 114 of file DossierElephantNotification.java.