Uses of Class
org.sakaiproject.site.util.Participant
-
-
Uses of Participant in org.sakaiproject.site.util
Methods in org.sakaiproject.site.util that return types with arguments of type Participant Modifier and Type Method Description static Collection<Participant>SiteParticipantHelper. prepareParticipants(String siteID, List<String> providerCourseList)static Collection<Participant>SiteParticipantHelper. prepareParticipants(String siteId, List<String> providerCourseList, String filterType, String filterID)Method parameters in org.sakaiproject.site.util with type arguments of type Participant Modifier and Type Method Description static voidSiteParticipantHelper. addParticipantsFromEnrollmentSet(Map<String,Participant> participantsMap, org.sakaiproject.authz.api.AuthzGroup realm, String providerCourseEid, org.sakaiproject.coursemanagement.api.EnrollmentSet enrollmentSet, String sectionTitle)Add participant from provider-defined enrollment setstatic voidSiteParticipantHelper. addParticipantsFromEnrollmentSet(Map<String,Participant> participantsMap, org.sakaiproject.authz.api.AuthzGroup realm, String providerCourseEid, org.sakaiproject.coursemanagement.api.EnrollmentSet enrollmentSet, String sectionTitle, String filterType, String filterID, Set<org.sakaiproject.authz.api.Member> groupMembership)Add participant from provider-defined enrollment set
-