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

Packages that use MeetingDurations
org.jasig.schedassist.model   
 

Uses of MeetingDurations in org.jasig.schedassist.model
 

Fields in org.jasig.schedassist.model declared as MeetingDurations
static MeetingDurations MeetingDurations.FIFTEEN
           
static MeetingDurations MeetingDurations.FORTYFIVE
           
static MeetingDurations MeetingDurations.THIRTY
           
static MeetingDurations MeetingDurations.THIRTY_SIXTY
           
 

Methods in org.jasig.schedassist.model that return MeetingDurations
static MeetingDurations MeetingDurations.fromKey(String key)
          Creates a MeetingDurations object from the argument String.
 MeetingDurations AbstractScheduleOwner.getPreferredMeetingDurations()
           
 MeetingDurations IScheduleOwner.getPreferredMeetingDurations()
          Short cut method to return the owner's value for Preferences.DURATIONS.
 

Methods in org.jasig.schedassist.model with parameters of type MeetingDurations
protected  VisibleSchedule VisibleScheduleBuilder.calculateVisibleScheduleNoAttendingCheck(Date startTime, Date endTime, net.fortuna.ical4j.model.Calendar calendar, AvailableSchedule schedule, MeetingDurations meetingDurations, ICalendarAccount calendarAccount)
           
 VisibleSchedule IVisibleScheduleBuilder.calculateVisitorConflicts(Date startTime, Date endTime, net.fortuna.ical4j.model.Calendar calendar, AvailableSchedule schedule, MeetingDurations meetingDurations, IScheduleVisitor visitor)
          This method is intended to provide a means for incorporating the IScheduleVisitor's own calendar data within the display of an IScheduleOwners schedule.
 VisibleSchedule VisibleScheduleBuilder.calculateVisitorConflicts(Date startTime, Date endTime, net.fortuna.ical4j.model.Calendar calendar, AvailableSchedule schedule, MeetingDurations meetingDurations, IScheduleVisitor visitor)
           
static AvailableBlock AvailableBlockBuilder.createPreferredMinimumDurationBlock(Date startTime, MeetingDurations preferredMeetingDurations)
          Create an AvailableBlock from the specified startTime to an endTime interpreted from getMinLength().
static AvailableBlock AvailableBlockBuilder.createPreferredMinimumDurationBlock(Date startTime, MeetingDurations preferredMeetingDurations, int visitorLimit)
          Create an AvailableBlock from the specified startTime to an endTime interpreted from getMinLength().
 

Constructors in org.jasig.schedassist.model with parameters of type MeetingDurations
VisibleSchedule(MeetingDurations meetingDurations)
          Default constructor.
 



Copyright © 2011 Jasig. All Rights Reserved.