|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTaskStepDataImpl
com.ingenta.clownbike.SimpleTaskStep
Note: this class has a natural ordering that is inconsistent with equals. That is a.compareTo( b ) == 0 does not imply that a.equals( b ) == true.
| Constructor Summary | |
SimpleTaskStep()
|
|
| Method Summary | |
void |
completed(DatabaseTransaction transaction)
Completes the step. |
void |
doGet(DatabaseTransaction transaction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when the step needs to be viewed. |
void |
doPost(DatabaseTransaction transaction,
MultipartHttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when the user has changed the presentation via the template. |
Task |
getTask()
Returns the task associated with this step. |
void |
setTask(Task task)
Sets the task associated with this step. |
void |
started(DatabaseTransaction transaction)
Starts the step. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleTaskStep()
| Method Detail |
public Task getTask()
TaskStep
getTask in interface TaskSteppublic void setTask(Task task)
TaskStep
setTask in interface TaskStep
public void doPost(DatabaseTransaction transaction,
MultipartHttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws DatabaseException,
TaskException
TaskStep
doPost in interface TaskStepDatabaseException
TaskException
public void doGet(DatabaseTransaction transaction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws DatabaseException,
TaskException
TaskStep
doGet in interface TaskStepDatabaseException
TaskException
public void started(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
TaskStep
started in interface TaskStepDatabaseException
TaskException
public void completed(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
TaskStep
completed in interface TaskStepDatabaseException
TaskException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||