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