| Package | Description |
|---|---|
| org.sakaiproject.signup.restful |
| Modifier and Type | Method and Description |
|---|---|
List<SignupParticipant> |
SignupTimeslotItem.getAttendees()
get a list of SignupParticipant objects, who have signed up in the time
slot
|
List<SignupParticipant> |
SignupTimeslotItem.getWaitingList()
get a list of SignupParticipant objects, who are on the waiting list in
the time slot
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignupTimeslotItem.setAttendees(List<SignupParticipant> attendees)
this is a setter
|
void |
SignupTimeslotItem.setWaitingList(List<SignupParticipant> waitingList)
this is a setter
|
Copyright © 2003–2021 Sakai Project. All rights reserved.