| Package | Description |
|---|---|
| org.sakaiproject.signup.logic |
| Modifier and Type | Method and Description |
|---|---|
SignupUser |
SakaiFacade.getSignupUser(SignupMeeting meeting,
String userId)
get the user, who has permission to attend the meeting
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2003–2020 Sakai Project. All rights reserved.