Uses of Class
org.sakaiproject.signup.model.SignupTimeslot
-
Packages that use SignupTimeslot Package Description org.sakaiproject.signup.logic org.sakaiproject.signup.logic.messages org.sakaiproject.signup.model -
-
Uses of SignupTimeslot in org.sakaiproject.signup.logic
Methods in org.sakaiproject.signup.logic that return SignupTimeslot Modifier and Type Method Description SignupTimeslotSignupTrackingItem. getAddToTimeslot()get the assigned time slotMethods in org.sakaiproject.signup.logic that return types with arguments of type SignupTimeslot Modifier and Type Method Description List<SignupTimeslot>SignupTrackingItem. getRemovedFromTimeslot()get a list of SignupTimeslot objects, from which the user is removedMethods in org.sakaiproject.signup.logic with parameters of type SignupTimeslot Modifier and Type Method Description voidSignupTrackingItem. addToRemovedTimeslotList(SignupTimeslot timeslot)add to the SignupTimeslot object list when a user is removed from that time slotorg.sakaiproject.calendar.api.CalendarEventEditSignupCalendarHelper. generateEvent(SignupMeeting m, SignupTimeslot ts)Create a simple CalendarEventEdit object for a specific timeslot.net.fortuna.ical4j.model.component.VEventSignupCalendarHelper. generateVEventForTimeslot(SignupMeeting meeting, SignupTimeslot ts)Create a VEvent for a timeslot.voidSignupTrackingItem. setAddToTimeslot(SignupTimeslot addToTimeslot)set the assigned time slot -
Uses of SignupTimeslot in org.sakaiproject.signup.logic.messages
Methods in org.sakaiproject.signup.logic.messages that return types with arguments of type SignupTimeslot Modifier and Type Method Description List<SignupTimeslot>SignupTimeslotChanges. getAdded()List of timeslots that the user has been added toList<SignupTimeslot>SignupTimeslotChanges. getRemoved()List of timeslots that the user has been removed fromMethods in org.sakaiproject.signup.logic.messages with parameters of type SignupTimeslot Modifier and Type Method Description voidSignupEventTrackingInfo. addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee, SignupTimeslot timeslot, String messageType, boolean isInitiator)add a new/updated user action information triggered by an uservoidSignupEventTrackingInfo. addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee, SignupTimeslot timeslot, String messageType, boolean isInitiator, SignupAttendee replacedAttendee)add a new/updated user action information triggered by an uservoidSignupEventTrackingInfoImpl. addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee, SignupTimeslot timeslot, String messageType, boolean isInitiator)add a new/updated user action information triggered by an uservoidSignupEventTrackingInfoImpl. addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee, SignupTimeslot timeslot, String messageType, boolean isInitiator, SignupAttendee replacedAttendee)add a new/updated user action information triggered by an user -
Uses of SignupTimeslot in org.sakaiproject.signup.model
Methods in org.sakaiproject.signup.model that return SignupTimeslot Modifier and Type Method Description SignupTimeslotSignupMeeting. getTimeslot(Long timeslotId)This method will obtain the SignupTimeslot object according to the timeslot Id
-