public interface SectionAwareServiceHelper
| Modifier and Type | Method and Description |
|---|---|
List |
findMatchingEnrollments(String siteid,
String searchString,
String optionalSectionUid,
String userUid) |
List |
getAvailableEnrollments(String siteid,
String userUid) |
List |
getAvailableSections(String siteid,
String userUid) |
List |
getGroupReleaseEnrollments(String siteid,
String userUid,
String publishedAssessmentId) |
List |
getSectionEnrollments(String siteid,
String sectionUid,
String userUid)
The section enrollment list will not be returned unless the user
has access to it.
|
List |
getSectionEnrollmentsTrusted(String sectionUid) |
boolean |
isSectionMemberInRoleStudent(String sectionId,
String studentId) |
boolean |
isUserAbleToEdit(String siteid,
String userUid) |
boolean |
isUserAbleToGrade(String siteid,
String userUid) |
boolean |
isUserAbleToGradeAll(String siteid,
String userUid) |
boolean |
isUserAbleToGradeSection(String sectionUid,
String userUid) |
boolean |
isUserGradable(String siteid,
String userUid) |
List getAvailableEnrollments(String siteid, String userUid)
List getAvailableSections(String siteid, String userUid)
List getSectionEnrollments(String siteid, String sectionUid, String userUid)
List findMatchingEnrollments(String siteid, String searchString, String optionalSectionUid, String userUid)
searchString - a substring search for student name or display UID; the exact rules are
up to the implementationoptionalSectionUid - null if the search should be made across all sectionsboolean isSectionMemberInRoleStudent(String sectionId, String studentId)
sectionId - studentId - Role - Copyright © 2003–2020 Sakai Project. All rights reserved.