◆ AbstractChallengeNotification() [1/2]
org.turro.students.mail.AbstractChallengeNotification.AbstractChallengeNotification |
( |
Challenge |
challenge | ) |
|
◆ AbstractChallengeNotification() [2/2]
org.turro.students.mail.AbstractChallengeNotification.AbstractChallengeNotification |
( |
Response |
response | ) |
|
◆ create() [1/2]
String org.turro.students.mail.AbstractChallengeNotification.create |
( |
IConstructor |
constructor, |
|
|
Challenge |
challenge, |
|
|
IContact |
contact |
|
) |
| throws Exception |
Definition at line 79 of file AbstractChallengeNotification.java.
81 StudentsEntityInfo.linkForPath(
new Path(StudentsPU.getObjectPath(
challenge)), contact, LinkType.WEB),
82 contact.getConnector(IUser.CONNECTOR_EMAIL));
String create(IConstructor constructor, Challenge challenge, IContact contact)
◆ create() [2/2]
String org.turro.students.mail.AbstractChallengeNotification.create |
( |
IConstructor |
constructor, |
|
|
String |
redir, |
|
|
String |
email |
|
) |
| throws Exception |
Definition at line 85 of file AbstractChallengeNotification.java.
86 HashMap<String, String> values =
new HashMap<>();
87 values.put(Actions.USER_PAR, email);
88 values.put(Actions.REDIR_PAR, URLEncoder.encode(redir,
"UTF-8"));
89 return Actions.createAction(values, 7,
false);
◆ createRef() [1/2]
String org.turro.students.mail.AbstractChallengeNotification.createRef |
( |
IConstructor |
constructor, |
|
|
Challenge |
challenge, |
|
|
IContact |
contact |
|
) |
| throws Exception |
Definition at line 92 of file AbstractChallengeNotification.java.
94 StudentsEntityInfo.linkForPath(
new Path(StudentsPU.getObjectPath(
challenge)), contact, LinkType.WEB));
String createRef(IConstructor constructor, Challenge challenge, IContact contact)
◆ createRef() [2/2]
String org.turro.students.mail.AbstractChallengeNotification.createRef |
( |
IConstructor |
constructor, |
|
|
String |
redir |
|
) |
| throws Exception |
◆ getAssistants()
abstract AssistantSet org.turro.students.mail.AbstractChallengeNotification.getAssistants |
( |
| ) |
|
|
abstractprotected |
◆ getSubject()
String org.turro.students.mail.AbstractChallengeNotification.getSubject |
( |
String |
reason | ) |
|
|
protected |
◆ initMarker()
abstract void org.turro.students.mail.AbstractChallengeNotification.initMarker |
( |
ElephantMarker |
marker | ) |
|
|
abstractprotected |
◆ send()
void org.turro.students.mail.AbstractChallengeNotification.send |
( |
String |
template, |
|
|
String |
reason |
|
) |
| |
◆ sendNotification()
abstract void org.turro.students.mail.AbstractChallengeNotification.sendNotification |
( |
| ) |
|
|
abstract |
◆ challenge
final Challenge org.turro.students.mail.AbstractChallengeNotification.challenge |
|
protected |
◆ constructor
final IConstructor org.turro.students.mail.AbstractChallengeNotification.constructor |
|
protected |
◆ loggedContact
final IContact org.turro.students.mail.AbstractChallengeNotification.loggedContact |
|
protected |
◆ response
final Response org.turro.students.mail.AbstractChallengeNotification.response |
|
protected |
The documentation for this class was generated from the following file: