| Package | Description |
|---|---|
| org.sakaiproject.signup.logic | |
| org.sakaiproject.signup.logic.messages | |
| org.sakaiproject.signup.restful |
| Modifier and Type | Method and Description |
|---|---|
SignupMeeting |
SignupMeetingService.loadSignupMeeting(Long meetingId,
String userId,
String siteId)
This retrieve a SignupMeeting object from database according to the
SignupMeeting Id
|
| Modifier and Type | Method and 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 site
|
List<SignupMeeting> |
SignupCacheService.getAllSignupMeetingsInSite(String siteId,
Date startDate,
int timeFrameInDays)
This returns a subset list of SignupMeeting from startDate to endDate for
a specific site
|
List<SignupMeeting> |
SignupCacheService.getAllSignupMeetingsInSites(List<String> siteIds,
Date startDate,
int timeFrameInDays)
This returns a subset list of SignupMeeting from startDate to endDate for
the sites
|
List<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 site
|
List<SignupMeeting> |
SignupMeetingService.getSignupMeetings(String currentLocationId,
String currentUserId,
Date searchEndDate)
This returns a subset list of SignupMeeting from Now to searchEndDate for
the site
|
List<SignupMeeting> |
SignupMeetingService.getSignupMeetings(String currentSiteId,
String userId,
Date startDate,
Date endDate)
This returns a subset list of SignupMeeting from startDate to endDate for
the site
|
List<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 cached
|
List<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 ECache
|
List<SignupMeeting> |
SignupMeetingService.getSignupMeetingsInSiteWithCache(String siteId,
Date startDate,
int timeFrameInDays)
This returns a subset list of SignupMeeting from startDate to endDate for
the site.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarEventEdit |
SignupCalendarHelper.generateEvent(SignupMeeting m)
Create a simple CalendarEventEdit object for an overall meeting.
|
CalendarEventEdit |
SignupCalendarHelper.generateEvent(SignupMeeting m,
SignupTimeslot ts)
Create a simple CalendarEventEdit object for a specific timeslot.
|
net.fortuna.ical4j.model.component.VEvent |
SignupCalendarHelper.generateVEventForMeeting(SignupMeeting meeting)
Create a VEvent for an overall meeting, no timeslots are included.
|
net.fortuna.ical4j.model.component.VEvent |
SignupCalendarHelper.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 meeting
|
List<SignupUser> |
SakaiFacade.getAllPossibleCoordinators(SignupMeeting meeting)
get all coordinators, who have create meeting permission in the event/meeting
|
List<SignupUser> |
SakaiFacade.getAllUsers(SignupMeeting meeting)
get all users, who have joined in the event/meeting
|
SignupUser |
SakaiFacade.getSignupUser(SignupMeeting meeting,
String userId)
get the user, who has permission to attend the meeting
|
boolean |
SakaiFacade.hasPermissionToCreate(SignupMeeting meeting,
String userId)
test whether a user has permission to create a meeting in a meeting
|
void |
SignupMeetingService.modifyCalendar(SignupMeeting meeting)
This method will modify the posted calendar at Scheduler tool for this
event/meeting
|
void |
SignupMeetingService.postToCalendar(SignupMeeting signupMeeting)
This method will post the event/meeting into the Calendar at Scheduler
tool
|
Long |
SignupMeetingService.saveMeeting(SignupMeeting signupMeeting,
String userId)
This saves meeting object into database
|
void |
SignupMeetingService.sendEmail(SignupMeeting signupMeeting,
String messageType)
This will send different kind of emails to all related participants in a
meeting accourding to the meesage type
|
void |
SignupEmailFacade.sendEmailAllUsers(SignupMeeting meeting,
String messageType)
This send email event/meeting informaiotn to all related participants
according to the message type
|
void |
SignupMeetingService.updateSignupMeeting(SignupMeeting meeting,
boolean isOrganizer)
This updates the SingupMeeting object into the database storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignupMeetingService.removeCalendarEvents(List<SignupMeeting> meetings)
This method will remove a list of the posted Calendar for the
events/meetings in Scheduler tool
|
void |
SignupMeetingService.removeCalendarEventsOnModifiedMeeting(List<SignupMeeting> meetings)
This method will remove a list of the posted Calendar for a set of modified
events/meetings in Scheduler tool
|
void |
SignupMeetingService.removeMeetings(List<SignupMeeting> meetings)
This deletes a list of SignupMeeting objects.
|
void |
SignupMeetingService.saveMeetings(List<SignupMeeting> signupMeetings,
String userId)
This saves meeting objects into database
|
void |
SignupMeetingService.updateModifiedMeetings(List<SignupMeeting> meetings,
List<SignupTimeslot> removedTimeslots,
boolean isOrganizer)
This updates a list of SingupMeeting objects into the database storage.
|
void |
SignupMeetingService.updateSignupMeetings(List<SignupMeeting> meetings,
boolean isOrganizer)
This updates a list of SingupMeeting objects into the database storage.
|
| Modifier and Type | Method and Description |
|---|---|
SignupMeeting |
SignupEventTrackingInfo.getMeeting()
get the SignupMeeting object
|
SignupMeeting |
SignupEmailNotification.getMeeting()
Add ability to get SignupMeeting that is the parent of this email
|
SignupMeeting |
SignupEventTrackingInfoImpl.getMeeting()
get the SignupMeeting object
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignupEventTrackingInfo.setMeeting(SignupMeeting meeting)
set the SignupMeeting object
|
void |
SignupEventTrackingInfoImpl.setMeeting(SignupMeeting meeting)
set the SignupMeeting object
|
| Modifier and Type | Method and Description |
|---|---|
SignupMeeting |
SignupTargetSiteEventInfo.getSignupMeeting() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignupTargetSiteEventInfo.setSignupMeeting(SignupMeeting signupMeeting) |
| Constructor and Description |
|---|
SignupTargetSiteEventInfo(SignupMeeting sMeeting,
String targetSiteId) |
Copyright © 2003–2021 Sakai Project. All rights reserved.