Public Member Functions | |
ChallengeChangedNotification (Challenge challenge) | |
ChallengeChangedNotification (Response response) | |
void | sendNotification () |
Public Member Functions inherited from org.turro.students.mail.AbstractChallengeNotification | |
AbstractChallengeNotification (Challenge challenge) | |
AbstractChallengeNotification (Response response) | |
void | send (String template, String reason) |
String | create (IConstructor constructor, Challenge challenge, IContact contact) throws Exception |
String | create (IConstructor constructor, String redir, String email) throws Exception |
String | createRef (IConstructor constructor, Challenge challenge, IContact contact) throws Exception |
String | createRef (IConstructor constructor, String redir) throws Exception |
Protected Member Functions | |
AssistantSet | getAssistants () |
void | initMarker (ElephantMarker marker) |
Protected Member Functions inherited from org.turro.students.mail.AbstractChallengeNotification | |
String | getSubject (String reason) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.students.mail.AbstractChallengeNotification | |
final Challenge | challenge |
final Response | response |
final IConstructor | constructor |
final IContact | loggedContact |
Definition at line 32 of file ChallengeChangedNotification.java.
org.turro.students.mail.ChallengeChangedNotification.ChallengeChangedNotification | ( | Challenge | challenge | ) |
Definition at line 34 of file ChallengeChangedNotification.java.
org.turro.students.mail.ChallengeChangedNotification.ChallengeChangedNotification | ( | Response | response | ) |
Definition at line 38 of file ChallengeChangedNotification.java.
|
protected |
Reimplemented from org.turro.students.mail.AbstractChallengeNotification.
Definition at line 48 of file ChallengeChangedNotification.java.
|
protected |
Reimplemented from org.turro.students.mail.AbstractChallengeNotification.
Definition at line 59 of file ChallengeChangedNotification.java.
void org.turro.students.mail.ChallengeChangedNotification.sendNotification | ( | ) |
Reimplemented from org.turro.students.mail.AbstractChallengeNotification.
Definition at line 43 of file ChallengeChangedNotification.java.