Package | Description |
---|---|
tlass.project | |
tlass.project.gui | |
tlass.project.gui.panels | |
tlass.project.model |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Pair<java.lang.String,TimeBlock>> |
WebformHandler.getAllUnavailableTimes(java.lang.String semester)
Gets all of the unavailable times for all of the assistants during the supplied semester.
|
java.util.ArrayList<Pair<java.lang.String,java.lang.String>> |
WebformHandler.getAssignments(java.lang.String semester)
Retrieves the Assignments from the System for the specified semester
|
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.
|
Constructor and Description |
---|
AuditDialog(javax.swing.JFrame o,
Controller c,
java.util.ArrayList<Pair<java.lang.String,TimeBlock>> times)
Constructor for Audit Dialog
|
Modifier and Type | Method and Description |
---|---|
Pair<Restriction,java.lang.Object> |
SectionPanel.askRestrictions(Position p,
Restriction currentType,
java.lang.Object data)
Retrieves the restrictions for a position and updates the GUI
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
Schedule.compare(java.util.ArrayList<Pair<java.lang.String,java.lang.String>> oldAssignments)
Consumes a schedule represented by an arraylist of Assignments, and returns
the username (Strings) of all the assistants who have had their assignment
changed.
|