◆ NewOfferNotification()
org.turro.dossier.project.NewOfferNotification.NewOfferNotification |
( |
Dossier |
dossier, |
|
|
Issue |
issue |
|
) |
| |
◆ getAssistants()
AssistantSet org.turro.dossier.project.NewOfferNotification.getAssistants |
( |
| ) |
|
|
protected |
Reimplemented from org.turro.dossier.project.AbstractDossierNotification.
Definition at line 50 of file NewOfferNotification.java.
51 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);
61 for(IDossierParticipant responsible : responsibles) {
62 as.addContact(responsible.getIContact(), responsible);
64 for(IContact c : Contacts.getBySyndication(
"brightside_admin")) {
65 as.addContact(c,
null);
Collection< IDossierParticipant > getCoordinators()
Collection< IDossierParticipant > getBeneficiaries()
List< IDossierParticipant > getDirectOwners()
DossierParticipationsList getParticipationsList()
◆ initMarker()
void org.turro.dossier.project.NewOfferNotification.initMarker |
( |
ElephantMarker |
marker | ) |
|
|
protected |
◆ sendNotification()
void org.turro.dossier.project.NewOfferNotification.sendNotification |
( |
| ) |
|
The documentation for this class was generated from the following file: