| Package | Description |
|---|---|
| org.sakaiproject.signup.logic | |
| org.sakaiproject.signup.logic.messages | |
| org.sakaiproject.signup.model |
| Modifier and Type | Method and Description |
|---|---|
SignupAttendee |
SignupTrackingItem.getAttendee()
get a SignupAttendee object
|
SignupAttendee |
SignupTrackingItem.getReplacedAttendde()
get the replaced SignupAttendee object
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignupTrackingItem.setAttendee(SignupAttendee attendee)
set a SignupAttendee object
|
void |
SignupTrackingItem.setReplacedAttendde(SignupAttendee replacedAttendde)
set the replaced SignupAttendee object
|
| Modifier and Type | Method and Description |
|---|---|
net.fortuna.ical4j.model.component.VEvent |
SignupCalendarHelper.addAttendeesToVEvent(net.fortuna.ical4j.model.component.VEvent vevent,
Set<SignupAttendee> attendees)
Add the list of SignupAttendees to the VEvent as attendees
|
| Constructor and Description |
|---|
SignupTrackingItem(SignupAttendee attendee,
String messageType)
Constructor
|
SignupTrackingItem(SignupAttendee attendee,
String messageType,
boolean initiator)
Constructor
|
| 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 |
|---|---|
SignupAttendee |
SignupTimeslot.getAttendee(String attendeeId)
get the SignupAttendee object according to the attendee's Id
|
SignupAttendee |
SignupTimeslot.getWaiter(String attendeeId)
get the SignupAttendee object according to the attendee's Id, who is on
the waiting list at the time slot
|
Copyright © 2007–2018 Sakai Project. All rights reserved.