Public Member Functions | |
NewChallengeNotification (Challenge challenge) | |
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 31 of file NewChallengeNotification.java.
org.turro.students.mail.NewChallengeNotification.NewChallengeNotification | ( | Challenge | challenge | ) |
Definition at line 33 of file NewChallengeNotification.java.
|
protected |
Reimplemented from org.turro.students.mail.AbstractChallengeNotification.
Definition at line 43 of file NewChallengeNotification.java.
|
protected |
Reimplemented from org.turro.students.mail.AbstractChallengeNotification.
Definition at line 51 of file NewChallengeNotification.java.
void org.turro.students.mail.NewChallengeNotification.sendNotification | ( | ) |
Reimplemented from org.turro.students.mail.AbstractChallengeNotification.
Definition at line 38 of file NewChallengeNotification.java.