|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinstructor.TimePreferencesGUI
abstract class TimePreferencesGUI
This class contains the objects necessary for Instructor Time Preferences
| Field Summary | |
|---|---|
(package private) Instructor |
instructor
|
(package private) java.lang.String |
quickAdd
|
(package private) java.util.Collection<TimeBlock> |
timeAvailability
|
| Constructor Summary | |
|---|---|
TimePreferencesGUI()
|
|
| Method Summary | |
|---|---|
abstract TimeBlock |
add()
Adds TimeBlock to temporary editing time preferences |
abstract TimeBlock |
delete()
Removes the specified TimeBlock from the temporary editing time preferences |
abstract void |
next()
Saves time preferences to database, redirects to Course Preferences |
abstract TimeBlock |
update()
Adds TimeBlock to timeAvailability |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Instructor instructor
java.util.Collection<TimeBlock> timeAvailability
java.lang.String quickAdd
| Constructor Detail |
|---|
TimePreferencesGUI()
| Method Detail |
|---|
public abstract TimeBlock add()
public abstract TimeBlock update()
public abstract TimeBlock delete()
public abstract void next()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||