Uses of Class
org.jasig.schedassist.model.VisibleWindow

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)
           
 



Copyright © 2012 Jasig. All Rights Reserved.