Uses of Class
org.sakaiproject.signup.model.SignupAttendee
-
Packages that use SignupAttendee Package Description org.sakaiproject.signup.logic org.sakaiproject.signup.logic.messages org.sakaiproject.signup.model -
-
Uses of SignupAttendee in org.sakaiproject.signup.logic
Methods in org.sakaiproject.signup.logic that return SignupAttendee Modifier and Type Method Description SignupAttendeeSignupTrackingItem. getAttendee()get a SignupAttendee objectSignupAttendeeSignupTrackingItem. getReplacedAttendde()get the replaced SignupAttendee objectMethods in org.sakaiproject.signup.logic with parameters of type SignupAttendee Modifier and Type Method Description voidSignupTrackingItem. setAttendee(SignupAttendee attendee)set a SignupAttendee objectvoidSignupTrackingItem. setReplacedAttendde(SignupAttendee replacedAttendde)set the replaced SignupAttendee objectMethod parameters in org.sakaiproject.signup.logic with type arguments of type SignupAttendee Modifier and Type Method Description net.fortuna.ical4j.model.component.VEventSignupCalendarHelper. addAttendeesToVEvent(net.fortuna.ical4j.model.component.VEvent vevent, Set<SignupAttendee> attendees)Add the list of SignupAttendees to the VEvent as attendeesConstructors in org.sakaiproject.signup.logic with parameters of type SignupAttendee Constructor Description SignupTrackingItem(SignupAttendee attendee, String messageType)ConstructorSignupTrackingItem(SignupAttendee attendee, String messageType, boolean initiator)Constructor -
Uses of SignupAttendee in org.sakaiproject.signup.logic.messages
Methods in org.sakaiproject.signup.logic.messages with parameters of type SignupAttendee 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 SignupAttendee in org.sakaiproject.signup.model
Methods in org.sakaiproject.signup.model that return SignupAttendee Modifier and Type Method Description SignupAttendeeSignupTimeslot. getAttendee(String attendeeId)get the SignupAttendee object according to the attendee's IdSignupAttendeeSignupTimeslot. getWaiter(String attendeeId)get the SignupAttendee object according to the attendee's Id, who is on the waiting list at the time slotMethods in org.sakaiproject.signup.model with parameters of type SignupAttendee Modifier and Type Method Description intSignupAttendee. compareTo(SignupAttendee signupAttendeeToCompare)for sorting purpose.
-