Public Member Functions | |
| WebIssuesNotification (ContactList contacts, Long category, Long dossier, Long days, String template) | |
| void | sendMail (IConstructor constructor) throws EmailException |
| String | create (IConstructor constructor, Issue issue, String email) throws Exception |
| String | create (IConstructor constructor, String redir, String email) throws Exception |
| VoteItInfo | votes (Issue issue, IContact contact) |
Definition at line 52 of file WebIssuesNotification.java.
| org.turro.dossier.issue.WebIssuesNotification.WebIssuesNotification | ( | ContactList | contacts, |
| Long | category, | ||
| Long | dossier, | ||
| Long | days, | ||
| String | template | ||
| ) |
Definition at line 58 of file WebIssuesNotification.java.
| String org.turro.dossier.issue.WebIssuesNotification.create | ( | IConstructor | constructor, |
| Issue | issue, | ||
| String | |||
| ) | throws Exception |
Definition at line 89 of file WebIssuesNotification.java.
| String org.turro.dossier.issue.WebIssuesNotification.create | ( | IConstructor | constructor, |
| String | redir, | ||
| String | |||
| ) | throws Exception |
Definition at line 93 of file WebIssuesNotification.java.
| void org.turro.dossier.issue.WebIssuesNotification.sendMail | ( | IConstructor | constructor | ) | throws EmailException |
Definition at line 66 of file WebIssuesNotification.java.


| VoteItInfo org.turro.dossier.issue.WebIssuesNotification.votes | ( | Issue | issue, |
| IContact | contact | ||
| ) |
Definition at line 100 of file WebIssuesNotification.java.
