◆ doFinally()
void org.turro.students.www.EditChallengeControl.doFinally |
( |
| ) |
|
|
protected |
◆ getChallenge()
Challenge org.turro.students.www.EditChallengeControl.getChallenge |
( |
| ) |
|
◆ getContextPath()
String org.turro.students.www.EditChallengeControl.getContextPath |
( |
| ) |
|
◆ onCancel()
void org.turro.students.www.EditChallengeControl.onCancel |
( |
| ) |
|
Definition at line 94 of file EditChallengeControl.java.
95 if(challenge.
getId() !=
null && challenge.
getId() > 0) {
96 Application.getApplication().sendRedirect(contextPath +
"?" +
97 MarkerHelper.setObfuscatedRightNowPars(
"item=" + challenge.
getId()));
99 Application.getApplication().sendRedirect(contextPath);
◆ onDeadline()
void org.turro.students.www.EditChallengeControl.onDeadline |
( |
| ) |
|
◆ onQuestion()
void org.turro.students.www.EditChallengeControl.onQuestion |
( |
| ) |
|
◆ onSave()
void org.turro.students.www.EditChallengeControl.onSave |
( |
| ) |
|
Definition at line 77 of file EditChallengeControl.java.
78 ChallengeWrapper dw =
new ChallengeWrapper(challenge);
81 boolean isNew = challenge.
getId() ==
null;
82 challenge = dw.save();
83 Application.getApplication().sendRedirect(contextPath +
"?" +
84 MarkerHelper.setObfuscatedRightNowPars(
"item=" + challenge.
getId()));
86 new NewChallengeNotification(challenge).sendNotification();
88 new ChallengeChangedNotification(challenge).sendNotification();
void setEntityPath(String entityPath)
◆ onText()
void org.turro.students.www.EditChallengeControl.onText |
( |
| ) |
|
◆ setChallenge()
void org.turro.students.www.EditChallengeControl.setChallenge |
( |
Challenge |
challenge | ) |
|
◆ setContextPath()
void org.turro.students.www.EditChallengeControl.setContextPath |
( |
String |
contextPath | ) |
|
The documentation for this class was generated from the following file: