Uses of Class
org.sakaiproject.signup.model.SignupMeeting
-
Packages that use SignupMeeting Package Description org.sakaiproject.signup.logic org.sakaiproject.signup.logic.messages org.sakaiproject.signup.restful -
-
Uses of SignupMeeting in org.sakaiproject.signup.logic
Methods in org.sakaiproject.signup.logic that return SignupMeeting Modifier and Type Method Description SignupMeetingSignupMeetingService. loadSignupMeeting(Long meetingId, String userId, String siteId)This retrieve a SignupMeeting object from database according to the SignupMeeting IdMethods in org.sakaiproject.signup.logic that return types with arguments of type SignupMeeting Modifier and Type Method Description List<SignupMeeting>SignupMeetingService. getAllSignupMeetings(String currentSiteId, String userId)This returns a list of SignupMeeting for a specified site that are available to the user in the siteList<SignupMeeting>SignupCacheService. getAllSignupMeetingsInSite(String siteId, Date startDate, int timeFrameInDays)This returns a subset list of SignupMeeting from startDate to endDate for a specific siteList<SignupMeeting>SignupCacheService. getAllSignupMeetingsInSites(List<String> siteIds, Date startDate, int timeFrameInDays)This returns a subset list of SignupMeeting from startDate to endDate for the sitesList<SignupMeeting>SignupMeetingService. getRecurringSignupMeetings(String currentSiteId, String userId, Long recurrenceId, Date startDate)This returns a subset list of SignupMeetings with the same recurrenceId from starting date for the siteList<SignupMeeting>SignupMeetingService. getSignupMeetings(String currentLocationId, String currentUserId, Date searchEndDate)This returns a subset list of SignupMeeting from Now to searchEndDate for the siteList<SignupMeeting>SignupMeetingService. getSignupMeetings(String currentSiteId, String userId, Date startDate, Date endDate)This returns a subset list of SignupMeeting from startDate to endDate for the siteList<SignupMeeting>SignupMeetingService. getSignupMeetingsInSite(String siteId, Date startDate, Date endDate)This returns a subset list of SignupMeeting from startDate to endDate for the site.List<SignupMeeting>SignupMeetingService. getSignupMeetingsInSites(List<String> siteIds, Date startDate, Date endDate)This returns a subset list of SignupMeeting from startDate to endDate for the sites with out cachedList<SignupMeeting>SignupMeetingService. getSignupMeetingsInSitesWithCache(List<String> siteIds, Date startDate, int timeFrameInDays)This returns a subset list of SignupMeeting from startDate to endDate for the sites, The result maybe 5 minutes old due to ECacheList<SignupMeeting>SignupMeetingService. getSignupMeetingsInSiteWithCache(String siteId, Date startDate, int timeFrameInDays)This returns a subset list of SignupMeeting from startDate to endDate for the site.Methods in org.sakaiproject.signup.logic with parameters of type SignupMeeting Modifier and Type Method Description org.sakaiproject.calendar.api.CalendarEventEditSignupCalendarHelper. generateEvent(SignupMeeting m)Create a simple CalendarEventEdit object for an overall meeting.org.sakaiproject.calendar.api.CalendarEventEditSignupCalendarHelper. generateEvent(SignupMeeting m, SignupTimeslot ts)Create a simple CalendarEventEdit object for a specific timeslot.net.fortuna.ical4j.model.component.VEventSignupCalendarHelper. generateVEventForMeeting(SignupMeeting meeting)Create a VEvent for an overall meeting, no timeslots are included.net.fortuna.ical4j.model.component.VEventSignupCalendarHelper. generateVEventForTimeslot(SignupMeeting meeting, SignupTimeslot ts)Create a VEvent for a timeslot.List<SignupUser>SakaiFacade. getAllPossbileCoordinatorsOnFastTrack(SignupMeeting meeting)get all coordinators, who have create meeting permission in the event/meeting This method is much efficient and fast.List<SignupUser>SakaiFacade. getAllPossibleAttendees(SignupMeeting meeting)get all users, who have permission to attend the meetingList<SignupUser>SakaiFacade. getAllPossibleCoordinators(SignupMeeting meeting)get all coordinators, who have create meeting permission in the event/meetingList<SignupUser>SakaiFacade. getAllUsers(SignupMeeting meeting)get all users, who have joined in the event/meetingSignupUserSakaiFacade. getSignupUser(SignupMeeting meeting, String userId)get the user, who has permission to attend the meetingbooleanSakaiFacade. hasPermissionToCreate(SignupMeeting meeting, String userId)test whether a user has permission to create a meeting in a meetingvoidSignupMeetingService. modifyCalendar(SignupMeeting meeting)This method will modify the posted calendar at Scheduler tool for this event/meetingvoidSignupMeetingService. postToCalendar(SignupMeeting signupMeeting)This method will post the event/meeting into the Calendar at Scheduler toolLongSignupMeetingService. saveMeeting(SignupMeeting signupMeeting, String userId)This saves meeting object into databasevoidSignupMeetingService. sendEmail(SignupMeeting signupMeeting, String messageType)This will send different kind of emails to all related participants in a meeting accourding to the meesage typevoidSignupEmailFacade. sendEmailAllUsers(SignupMeeting meeting, String messageType)This send email event/meeting informaiotn to all related participants according to the message typevoidSignupMeetingService. updateSignupMeeting(SignupMeeting meeting, boolean isOrganizer)This updates the SingupMeeting object into the database storage.Method parameters in org.sakaiproject.signup.logic with type arguments of type SignupMeeting Modifier and Type Method Description voidSignupMeetingService. removeCalendarEvents(List<SignupMeeting> meetings)This method will remove a list of the posted Calendar for the events/meetings in Scheduler toolvoidSignupMeetingService. removeCalendarEventsOnModifiedMeeting(List<SignupMeeting> meetings)This method will remove a list of the posted Calendar for a set of modified events/meetings in Scheduler toolvoidSignupMeetingService. removeMeetings(List<SignupMeeting> meetings)This deletes a list of SignupMeeting objects.voidSignupMeetingService. saveMeetings(List<SignupMeeting> signupMeetings, String userId)This saves meeting objects into databasevoidSignupMeetingService. updateModifiedMeetings(List<SignupMeeting> meetings, List<SignupTimeslot> removedTimeslots, boolean isOrganizer)This updates a list of SingupMeeting objects into the database storage.voidSignupMeetingService. updateSignupMeetings(List<SignupMeeting> meetings, boolean isOrganizer)This updates a list of SingupMeeting objects into the database storage. -
Uses of SignupMeeting in org.sakaiproject.signup.logic.messages
Methods in org.sakaiproject.signup.logic.messages that return SignupMeeting Modifier and Type Method Description SignupMeetingSignupEmailNotification. getMeeting()Add ability to get SignupMeeting that is the parent of this emailSignupMeetingSignupEventTrackingInfo. getMeeting()get the SignupMeeting objectSignupMeetingSignupEventTrackingInfoImpl. getMeeting()get the SignupMeeting objectMethods in org.sakaiproject.signup.logic.messages with parameters of type SignupMeeting Modifier and Type Method Description voidSignupEventTrackingInfo. setMeeting(SignupMeeting meeting)set the SignupMeeting objectvoidSignupEventTrackingInfoImpl. setMeeting(SignupMeeting meeting)set the SignupMeeting object -
Uses of SignupMeeting in org.sakaiproject.signup.restful
Methods in org.sakaiproject.signup.restful that return SignupMeeting Modifier and Type Method Description SignupMeetingSignupTargetSiteEventInfo. getSignupMeeting()Methods in org.sakaiproject.signup.restful with parameters of type SignupMeeting Modifier and Type Method Description voidSignupTargetSiteEventInfo. setSignupMeeting(SignupMeeting signupMeeting)Constructors in org.sakaiproject.signup.restful with parameters of type SignupMeeting Constructor Description SignupTargetSiteEventInfo(SignupMeeting sMeeting, String targetSiteId)
-