| java.lang.Object org.sakaiproject.tool.assessment.integration.helper.integrated.AbstractSectionsImpl org.sakaiproject.tool.assessment.integration.helper.integrated.SectionAwareServiceHelperImpl
SectionAwareServiceHelperImpl | public class SectionAwareServiceHelperImpl extends AbstractSectionsImpl implements SectionAwareServiceHelper(Code) | | An implementation of Samigo-specific authorization (based on Gradebook's) needs based
on the shared Section Awareness API.
|
Method Summary | |
public List | findMatchingEnrollments(String siteid, String searchString, String optionalSectionUid, String userUid) | public List | getAvailableEnrollments(String siteid, String userUid) | public List | getAvailableSections(String siteid, String userUid) | public List | getSectionEnrollments(String siteid, String sectionUid, String userUid) | public boolean | isSectionMemberInRoleStudent(String sectionId, String studentId) | public boolean | isUserAbleToEdit(String siteid, String userUid) | public boolean | isUserAbleToGrade(String siteid, String userUid) | public boolean | isUserAbleToGradeAll(String siteid, String userUid) | public boolean | isUserAbleToGradeSection(String sectionUid, String userUid) | public boolean | isUserGradable(String siteid, String userUid) |
isSectionMemberInRoleStudent | public boolean isSectionMemberInRoleStudent(String sectionId, String studentId)(Code) | | |
isUserAbleToGradeAll | public boolean isUserAbleToGradeAll(String siteid, String userUid)(Code) | | |
isUserAbleToGradeSection | public boolean isUserAbleToGradeSection(String sectionUid, String userUid)(Code) | | |
|
|