| Package | Description |
|---|---|
| org.sakaiproject.signup.logic | |
| org.sakaiproject.signup.logic.messages | |
| org.sakaiproject.signup.model |
| Modifier and Type | Method and Description |
|---|---|
SignupTimeslot |
SignupTrackingItem.getAddToTimeslot()
get the assigned time slot
|
| Modifier and Type | Method and Description |
|---|---|
List<SignupTimeslot> |
SignupTrackingItem.getRemovedFromTimeslot()
get a list of SignupTimeslot objects, from which the user is removed
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignupTrackingItem.addToRemovedTimeslotList(SignupTimeslot timeslot)
add to the SignupTimeslot object list when a user is removed from that
time slot
|
CalendarEventEdit |
SignupCalendarHelper.generateEvent(SignupMeeting m,
SignupTimeslot ts)
Create a simple CalendarEventEdit object for a specific timeslot.
|
net.fortuna.ical4j.model.component.VEvent |
SignupCalendarHelper.generateVEventForTimeslot(SignupMeeting meeting,
SignupTimeslot ts)
Create a VEvent for a timeslot.
|
void |
SignupTrackingItem.setAddToTimeslot(SignupTimeslot addToTimeslot)
set the assigned time slot
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignupMeetingService.updateModifiedMeetings(List<SignupMeeting> meetings,
List<SignupTimeslot> removedTimeslots,
boolean isOrganizer)
This updates a list of SingupMeeting objects into the database storage.
|
| Modifier and Type | Method and Description |
|---|---|
List<SignupTimeslot> |
SignupTimeslotChanges.getAdded()
List of timeslots that the user has been added to
|
List<SignupTimeslot> |
SignupTimeslotChanges.getRemoved()
List of timeslots that the user has been removed from
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignupEventTrackingInfo.addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee,
SignupTimeslot timeslot,
String messageType,
boolean isInitiator)
add a new/updated user action information triggered by an user
|
void |
SignupEventTrackingInfoImpl.addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee,
SignupTimeslot timeslot,
String messageType,
boolean isInitiator)
add a new/updated user action information triggered by an user
|
void |
SignupEventTrackingInfo.addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee,
SignupTimeslot timeslot,
String messageType,
boolean isInitiator,
SignupAttendee replacedAttendee)
add a new/updated user action information triggered by an user
|
void |
SignupEventTrackingInfoImpl.addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee,
SignupTimeslot timeslot,
String messageType,
boolean isInitiator,
SignupAttendee replacedAttendee)
add a new/updated user action information triggered by an user
|
| Modifier and Type | Method and Description |
|---|---|
SignupTimeslot |
SignupMeeting.getTimeslot(Long timeslotId)
This method will obtain the SignupTimeslot object according to the
timeslot Id
|
Copyright © 2003–2020 Sakai Project. All rights reserved.