|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VisibleWindow | |
|---|---|
| org.jasig.schedassist.model | |
| Uses of VisibleWindow in org.jasig.schedassist.model |
|---|
| Fields in org.jasig.schedassist.model declared as VisibleWindow | |
|---|---|
static VisibleWindow |
VisibleWindow.DEFAULT
Default value for VisibleWindow is 24 hours (start) and 3 weeks (end). |
| Methods in org.jasig.schedassist.model that return VisibleWindow | |
|---|---|
static VisibleWindow |
VisibleWindow.fromKey(String key)
Static method to generate a VisibleWindow from
it's String storage format. |
VisibleWindow |
AbstractScheduleOwner.getPreferredVisibleWindow()
|
VisibleWindow |
IScheduleOwner.getPreferredVisibleWindow()
Short cut method to return the owner's value for Preferences.VISIBLE_WINDOW. |
| Methods in org.jasig.schedassist.model with parameters of type VisibleWindow | |
|---|---|
protected static Integer |
VisibleScheduleRequestConstraints.calculateNextWeekIndex(VisibleWindow window,
int weekStart)
|
protected static Integer |
VisibleScheduleRequestConstraints.calculatePrevWeekIndex(VisibleWindow window,
int weekStart)
|
protected static int |
VisibleScheduleRequestConstraints.constrainWeekStartToWindow(VisibleWindow window,
int weekStart)
|
protected static Date |
VisibleScheduleRequestConstraints.resolveEndDate(VisibleWindow window,
Date start)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||