Package | Description |
---|---|
tlass.project | |
tlass.project.model |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Pair<Position,Response>> |
WebformHandler.getNewResponses(java.lang.String semester,
Schedule schedule)
Retieves the responses from the webform and updates the published schedule accordingly.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModelHandler.setResponse(Schedule schedule,
Position position,
Response response)
Changes a response to a position in a schedule.
|
Modifier and Type | Method and Description |
---|---|
Response |
Schedule.getResponse(Position position)
Returns the response given to this schedule by the assistant
assigned to that position.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<Position,Response> |
Schedule.getResponses()
Simple accessor for the responses of this schedule.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Response.sameAs(Response response)
returns true if two responses are the same type i.e.
|
void |
Response.setFrom(Response response)
sets the response based on another response's value and comment
|
boolean |
Schedule.setResponse(Position position,
Response response)
Changes the response for a certain assignment.
|
Modifier and Type | Method and Description |
---|---|
void |
Schedule.setResponses(java.util.HashMap<Position,Response> responses)
Simple mutator for the responses of this schedule.
|