◆ NewIdeaNotification()
org.turro.dossier.project.NewIdeaNotification.NewIdeaNotification |
( |
Dossier |
dossier | ) |
|
◆ getAssistants()
AssistantSet org.turro.dossier.project.NewIdeaNotification.getAssistants |
( |
| ) |
|
|
protected |
Reimplemented from org.turro.dossier.project.AbstractDossierNotification.
Definition at line 46 of file NewIdeaNotification.java.
47 AssistantSet as =
new AssistantSet();
49 for(IDossierParticipant coordinator : coordinators) {
50 as.addContact(coordinator.getIContact(), coordinator);
53 for(IDossierParticipant responsible : responsibles) {
54 as.addContact(responsible.getIContact(), responsible);
56 for(IContact c : Contacts.getBySyndication(
"brightside_admin")) {
57 as.addContact(c,
null);
Collection< IDossierParticipant > getCoordinators()
List< IDossierParticipant > getDirectOwners()
DossierParticipationsList getParticipationsList()
◆ initMarker()
void org.turro.dossier.project.NewIdeaNotification.initMarker |
( |
ElephantMarker |
marker | ) |
|
|
protected |
◆ sendNotification()
void org.turro.dossier.project.NewIdeaNotification.sendNotification |
( |
| ) |
|
The documentation for this class was generated from the following file: