- getAllExternalAssignments(String, Collection<String>) - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProvider
-
Retrieve all assignments for a gradebook that are marked as externally
maintained and are (potentially variably) visible to a set of users.
- getAllExternalAssignments(String) - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProviderCompat
-
Retrieve all assignments for a gradebook that are marked as externally
maintained.
- getAllSections(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- getAppKey() - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProvider
-
Get the application identifier for this provider.
- getAssignment(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getAssignment(String, Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getAssignmentList() - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
-
Get the list of Assignments associated with this category
- getAssignmentName() - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
-
- getAssignments(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getAssignmentScore(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getAssignmentScore(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getAssignmentScoreComment(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get the comment (if any) currently provided for the given combination
of student and assignment.
- getAssignmentScoreComment(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get the comment (if any) currently provided for the given combination
of student and assignment.
- getAssignmentScoreString(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get student's assignment's score as string.
- getAssignmentScoreString(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get student's assignment's score as string.
- getAvailableItemsForStudent(String, String, String, Collection) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a map of itemId/permission(grade/view) of a student for a grader that he can grade
or view for gradebook.
- getAvailableItemsForStudent(Long, String, String, Collection) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a map of itemId/permission(grade/view) of a student for a grader that he can grade
or view for gradebook.
- getAvailableItemsForStudents(Long, String, List, Collection) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a map of map for students whose IDs are in studentIds with id as key and another map
as value: itemId/permission(grade/view) for a grader that he can grade
or view for gradebook.
- getAvailableItemsForStudents(String, String, List, Collection) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a map of map for students whose IDs are in studentIds with id as key and another map
as value: itemId/permission(grade/view) for a grader that he can grade
or view for gradebook.
- getAverageCourseGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Computes the Average Course Grade as a letter.
- getCalculatedCourseGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get a Map of auto calculated CourseGrade for students.
- getCalculatedCourseGrade(String, boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get a Map of auto calculated CourseGrade for students.
- getCategories(Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
method to get all categories for a gradebook.
- getCategoriesForUser(Long, String, List<Long>, int) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get all available categories for a user that the user can either view or grade.
- getCategoriesForUserForStudentView(Long, String, String, List<Long>, int, List<String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Returns viewable categorie id's for a user for a specific student
- getCategoryDefinitions(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getCategoryName() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getCommentText() - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
-
- getCourseGradePermission(Long, String, List, List) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a map with student IDs as key and view/grade as value for their course grade.
- getCourseGradePermission(String, String, List, List) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a map with student IDs as key and view/grade as value for their course grade.
- getDateRecorded() - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
-
- getDateRecorded() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- getDefaultBottomPercents() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
-
- getDueDate() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getEnteredCourseGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get a Map of overridden CourseGrade for students.
- getExternalAppName() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getExternalAssessmentCategoryId(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Get the category of a gradebook with the externalId given
- getExternalAssignmentsForCurrentUser(String) - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProvider
-
Retrieve all assignments for a gradebook that are marked as externally
maintained and are visible to the current user.
- getExternalAssignmentsForCurrentUser(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Retrieve all assignments for a gradebook that are marked as externally
maintained and are visible to the current user.
- getExternalId() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getExtraCredit() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getGrade() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- getGradebook(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
return Object to avoid circular dependency with sakai-gradebook-tool
- getGradebookDefinitionXml(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Get an archivable definition of gradebook data suitable for migration
between sites.
- getGradebookUid(Object) - Method in interface org.sakaiproject.tool.gradebook.facades.ContextManagement
-
- getGradeComment() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- getGradeDefinitionForStudentForItem(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getGradeEntryType(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getGradeEntryType() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- getGraderPermissionsForUser(Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get all Permission records associated with this user and gradebook
- getGraderPermissionsForUser(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get all Permission records associated with this user and gradebook
- getGraderUid() - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
-
- getGraderUid() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- getGrades() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
-
- getGradesForStudentsForItem(String, Long, List<String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getGradeViewFunctionForUserForStudentForItem(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Check to see if current user may grade or view the given student for the given item in the given gradebook.
- getGradeViewFunctionForUserForStudentForItem(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Check to see if current user may grade or view the given student for the given item in the given gradebook.
- getGradeViewFunctionForUserForStudentForItem(String, Long, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
Check to see if current user may grade or view the given student for the given item in the given gradebook.
- getId() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getId() - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
-
- getImportCourseGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getImportCourseGrade(String, boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getImportCourseGrade(String, boolean, boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getLowestPossibleGradeForGbItem(String, Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getName() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getName() - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
-
- getName() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
-
- getPermissionForUserForAllAssignment(Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get true/false value for current user which indicats if he has permission for all
assignments in a gradebook with category turned off or he has permission for
assignments without category associated with in a gradebook with category
turned on.
- getPermissionForUserForAllAssignmentForStudent(Long, String, String, List) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get true/false value for current user which indicates if he has permission for
all gb items for a given student
- getPoints() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getStudentSectionMembershipNames(String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- getStudentsForItem(Long, String, List<String>, int, Long, List) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get students IDs that the current grader can either view or grade.
- getStudentsForItem(String, String, List<String>, int, Long, List) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get students IDs that the current grader can either view or grade.
- getStudentUid() - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
-
- getStudentUid() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- getUid() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
-
- getUngraded() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getUserDisplayName(String) - Method in interface org.sakaiproject.tool.gradebook.facades.UserDirectoryService
-
Looks up a user's display name based on their uid.
- getUserEmailAddress(String) - Method in interface org.sakaiproject.tool.gradebook.facades.UserDirectoryService
-
- getUserUid() - Method in interface org.sakaiproject.tool.gradebook.facades.Authn
-
- getViewableAssignmentsForCurrentUser(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getViewableGroupsForUser(Long, String, List<String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get all group ids associated with groups that contain at least one member
that the user is authorized to view/grade
- getViewableGroupsForUser(String, String, List<String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get all group ids associated with groups that contain at least one member
that the user is authorized to view/grade
- getViewableSections(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- getViewableSectionUuidToNameMap(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Using the grader permissions, return map of section uuid to section name
that includes all sections that the current user may view or grade
- getViewableStudentsForItemForCurrentUser(String, Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getViewableStudentsForItemForUser(String, String, Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- getViewableStudentsForUser(Long, String, List, List) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a unique list of students that the current user has grader permissions to view in some capacity
- getViewableStudentsForUser(String, String, List, List) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
-
Get a unique list of students that the current user has grader permissions to view in some capacity
- getVisibleExternalAssignments(String, Collection<String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Retrieve a list of all visible, external assignments for a set of users.
- getWeight() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- getWeight() - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
-
- GRADE_TYPE_LETTER - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- GRADE_TYPE_PERCENTAGE - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- GRADE_TYPE_POINTS - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- GradebookArchiveService - Interface in org.sakaiproject.service.gradebook.shared
-
The gradebook archive service is currently not implemented for sakai2
- GradebookConfiguration - Class in org.sakaiproject.service.gradebook.shared
-
Simple configuration bean.
- GradebookConfiguration() - Constructor for class org.sakaiproject.service.gradebook.shared.GradebookConfiguration
-
- GradebookException - Exception in org.sakaiproject.service.gradebook.shared
-
An exception thrown by the gradebook application.
- GradebookException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.GradebookException
-
- GradebookException(Throwable) - Constructor for exception org.sakaiproject.service.gradebook.shared.GradebookException
-
- GradebookExistsException - Exception in org.sakaiproject.service.gradebook.shared
-
Indicates that a gradebook already exists and can not be created again.
- GradebookExistsException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.GradebookExistsException
-
- GradebookExternalAssessmentService - Interface in org.sakaiproject.service.gradebook.shared
-
This service is designed for use by external assessment engines.
- GradebookFrameworkService - Interface in org.sakaiproject.service.gradebook.shared
-
This service is meant to be used by the framework which manages the Gradebook
application.
- GradebookNotFoundException - Exception in org.sakaiproject.service.gradebook.shared
-
Indicates that a gradebook uid is unknown to the gradebook application.
- GradebookNotFoundException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.GradebookNotFoundException
-
- GradebookPermissionService - Interface in org.sakaiproject.service.gradebook.shared
-
- GradebookService - Interface in org.sakaiproject.service.gradebook.shared
-
This is the externally exposed API of the gradebook application.
- GradebookService.PointsPossibleValidation - Enum in org.sakaiproject.service.gradebook.shared
-
An enum for defining valid/invalid information for a points possible/relative weight
value for a gradebook item.
- GradeDefinition - Class in org.sakaiproject.service.gradebook.shared
-
- GradeDefinition() - Constructor for class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- gradePermission - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- GradingScaleDefinition - Class in org.sakaiproject.service.gradebook.shared
-
- GradingScaleDefinition() - Constructor for class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
-
- identifyStudentsWithInvalidGrades(String, Map<String, String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- init() - Method in class org.sakaiproject.service.gradebook.shared.GradebookConfiguration
-
- InvalidCategoryException - Exception in org.sakaiproject.service.gradebook.shared
-
indicates that there was an attempt to associate an assignment with an invalid
category.
- InvalidCategoryException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.InvalidCategoryException
-
- InvalidGradeException - Exception in org.sakaiproject.service.gradebook.shared
-
indicates that there was an attempt to save a score that was not valid
given the gradebook's grade entry type.
- InvalidGradeException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.InvalidGradeException
-
- isAssignmentDefined(String) - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProvider
-
Check if an assignment/assessment exists with the given identifier.
- isAssignmentDefined(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Check to see if an assignment with the given name already exists
in the given gradebook.
- isAssignmentDefined(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Check to see if an assignment with the given name already exists in the
given gradebook.
- isAssignmentGrouped(String) - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProvider
-
Check if the given assignment is grouped.
- isAssignmentVisible(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProvider
-
Check if the given assignment is visible to the given user.
- isCategoryExtraCredit() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- isCounted() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- isExternalAssignmentDefined(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Check to see if an assignment with the given external id already exists
in the given gradebook.
- isExternalAssignmentDefined(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- isExternalAssignmentGrouped(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Check with the appropriate external service if a specific assignment is
available only to groups.
- isExternalAssignmentVisible(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Check with the appropriate external service if a specific assignment is
available to a specific user (i.e., the user is in an appropriate group).
- isExternallyMaintained() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- isExtraCredit() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- isGradableObjectDefined(Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- isGradebookDefined(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
-
Checks to see whether a gradebook with the given uid exists.
- isGradebookDefined(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
-
Checks to see whether a gradebook with the given uid exists.
- isGradebookDefined(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Checks to see whether a gradebook with the given uid exists.
- isGradeReleased() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
-
- isGradeValid(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- isPointsPossibleValid(String, Assignment, Double) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- isReleased() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
-
- isUserAbleToEditAssessments(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAbleToGrade(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAbleToGrade(String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAbleToGradeAll(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAbleToGradeAll(String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAbleToGradeItemForStudent(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Check to see if the current user is allowed to grade the given item for the given student in
the given gradebook.
- isUserAbleToGradeItemForStudent(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Check to see if the current user is allowed to grade the given item for the given student in
the given gradebook.
- isUserAbleToGradeItemForStudent(String, Long, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAbleToViewItemForStudent(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Check to see if the current user is allowed to view the given item for the given student in
the given gradebook.
- isUserAbleToViewItemForStudent(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
Check to see if the current user is allowed to view the given item for the given student in
the given gradebook.
- isUserAbleToViewItemForStudent(String, Long, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAbleToViewOwnGrades(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserAllowedToGrade(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- isUserAllowedToGradeAll(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
-
- isUserHasGraderPermissions(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserHasGraderPermissions(Long) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserHasGraderPermissions(Long, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-
- isUserHasGraderPermissions(String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
-