|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectadmin.TimePreferenceEditing
public abstract class TimePreferenceEditing
This class contains the functionality allowing the administrative user to override the time preferences of the instructors.
| Field Summary | |
|---|---|
(package private) boolean |
administratorOverride
|
(package private) java.lang.String |
currentInstructor
|
(package private) java.util.Collection<Day> |
day
|
(package private) java.util.Collection<Instructor> |
instructors
|
| Constructor Summary | |
|---|---|
TimePreferenceEditing()
|
|
| Method Summary | |
|---|---|
(package private) abstract void |
addAdministratorOverride()
AddAdministratorOverride will change the scheduling algorithm to take into account the preferences provided by the administrator as well as those provided by the instructor. |
(package private) abstract void |
removeAdministratorOverride()
RemoveAdministratorOverride will change the scheduling algorithm to ignore any preferences provided by the administrator and only take into account those preferences provided by the instructor. |
(package private) abstract void |
selectDifferentInstructor()
SelectDifferentInstructor will populate the weekly view with the time preferences of the selected instructor. |
(package private) abstract void |
updateUserPreferences()
UpdateUserPreferences will finalize any changes made to the instructor preferences. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.Collection<Day> day
java.util.Collection<Instructor> instructors
java.lang.String currentInstructor
boolean administratorOverride
| Constructor Detail |
|---|
public TimePreferenceEditing()
| Method Detail |
|---|
abstract void addAdministratorOverride()
abstract void removeAdministratorOverride()
abstract void selectDifferentInstructor()
abstract void updateUserPreferences()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||