◆ doFinally()
void org.turro.students.www.EditResponseControl.doFinally |
( |
| ) |
|
|
protected |
◆ getContextPath()
String org.turro.students.www.EditResponseControl.getContextPath |
( |
| ) |
|
◆ getResponse()
Response org.turro.students.www.EditResponseControl.getResponse |
( |
| ) |
|
◆ onAddStudent()
void org.turro.students.www.EditResponseControl.onAddStudent |
( |
| ) |
|
◆ onCancel()
void org.turro.students.www.EditResponseControl.onCancel |
( |
| ) |
|
Definition at line 89 of file EditResponseControl.java.
90 if(response.
getId() !=
null && response.
getId() > 0) {
91 Application.getApplication().sendRedirect(contextPath +
"?" +
92 MarkerHelper.setObfuscatedRightNowPars(
"item=" + response.
getChallenge().
getId()));
94 Application.getApplication().sendRedirect(contextPath);
◆ onSave()
void org.turro.students.www.EditResponseControl.onSave |
( |
| ) |
|
Definition at line 69 of file EditResponseControl.java.
71 boolean isNew = response.
getId() ==
null;
72 response = getDao().saveObject(response);
73 response.
addStudent(Authentication.getIContact());
74 if(response.
getId() !=
null && response.
getId() > 0) {
75 Application.getApplication().sendRedirect(contextPath +
"?" +
76 MarkerHelper.setObfuscatedRightNowPars(
"item=" + response.
getChallenge().
getId()));
78 Application.getApplication().sendRedirect(contextPath);
81 new NewResponseNotification(response).sendNotification();
83 new ChallengeChangedNotification(response).sendNotification();
◆ onText()
void org.turro.students.www.EditResponseControl.onText |
( |
| ) |
|
◆ setContextPath()
void org.turro.students.www.EditResponseControl.setContextPath |
( |
String |
contextPath | ) |
|
◆ setResponse()
void org.turro.students.www.EditResponseControl.setResponse |
( |
Response |
response | ) |
|
The documentation for this class was generated from the following file: