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)Methods in org.sakaiproject.site.util with parameters of type Participant Modifier and Type Method Description intParticipant. compareTo(Participant participantB)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, AuthzGroup realm, String providerCourseEid, EnrollmentSet enrollmentSet, String sectionTitle)Add participant from provider-defined enrollment setstatic voidSiteParticipantHelper. addParticipantsFromEnrollmentSet(Map<String,Participant> participantsMap, AuthzGroup realm, String providerCourseEid, EnrollmentSet enrollmentSet, String sectionTitle, String filterType, String filterID, Set<Member> groupMembership)Add participant from provider-defined enrollment set
-