Skip navigation links
A C D E F G H I L M N O P R S T U V 

A

addAssignment(String, Assignment) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Create a new Gradebook-managed assignment.
addExternalAssessment(String, String, String, String, double, Date, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Deprecated.
Replaced by addExternalAssessment(String, String, String, String, Double, Date, String, Boolean)
addExternalAssessment(String, String, String, String, Double, Date, String, String, Boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Add an externally-managed assessment to a gradebook to be treated as a read-only assignment.
addExternalAssessment(String, String, String, String, Double, Date, String, String, Boolean, Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
This method is identical to GradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, String, Boolean) but allows you to also specify the associated Category for this assignment.
addGradebook(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
Creates a new gradebook with the given UID and name
AssessmentNotFoundException - Exception in org.sakaiproject.service.gradebook.shared
Indicates that an assessment is unavailable for external management, either because it is not an external assessment, or it is not known to the gradebook.
AssessmentNotFoundException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.AssessmentNotFoundException
 
Assignment - Class in org.sakaiproject.service.gradebook.shared
JavaBean to hold data associated with a Gradebook assignment.
Assignment() - Constructor for class org.sakaiproject.service.gradebook.shared.Assignment
 
AssignmentHasIllegalPointsException - Exception in org.sakaiproject.service.gradebook.shared
indicates that there was an attempt to enter an assignments grade with a zero point grade allowed but with a grade greater than "0" assigned to it which could results in a divide by zero calculation.
AssignmentHasIllegalPointsException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.AssignmentHasIllegalPointsException
 
Authn - Interface in org.sakaiproject.tool.gradebook.facades
Facade to abstract external authentication services.
Authz - Interface in org.sakaiproject.tool.gradebook.facades
Facade to external role and authorization service.

C

calculateCategoryScore(Long, String, Long, boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Calculate the category score for the given gradebook, student and category, looking up the grades.
calculateCategoryScore(Object, String, CategoryDefinition, List<Assignment>, Map<Long, String>, boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Calculate the category score for the given gradebook, category, assignments in the category and grade map.
CATEGORY_TYPE_NO_CATEGORY - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
CATEGORY_TYPE_ONLY_CATEGORY - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
CATEGORY_TYPE_WEIGHTED_CATEGORY - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
CategoryDefinition - Class in org.sakaiproject.service.gradebook.shared
Provides information describing a gradebook category that may be useful to consumers of the shared gradebook services.
CategoryDefinition() - Constructor for class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
CategoryDefinition(Long, String) - Constructor for class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
CategoryScoreData - Class in org.sakaiproject.service.gradebook.shared
Immutable category score and list of gradebook items dropped (highest/lowest) from the score calculation
CategoryScoreData(double, List<Long>) - Constructor for class org.sakaiproject.service.gradebook.shared.CategoryScoreData
 
checkStudentsNotSubmitted(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Check if there are students that have not submitted
clearPermissionsForUser(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
Remove all grader specific permissions for the given user
CommentDefinition - Class in org.sakaiproject.service.gradebook.shared
 
CommentDefinition() - Constructor for class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
compare(String, String) - Method in class org.sakaiproject.service.gradebook.shared.DoubleComparator
 
compareTo(Assignment) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
ConflictingAssignmentNameException - Exception in org.sakaiproject.service.gradebook.shared
Indicates that an assignment name conflict within a gradebook would ensue from the requested operation.
ConflictingAssignmentNameException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.ConflictingAssignmentNameException
 
ConflictingCategoryNameException - Exception in org.sakaiproject.service.gradebook.shared
 
ConflictingCategoryNameException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.ConflictingCategoryNameException
 
ConflictingExternalIdException - Exception in org.sakaiproject.service.gradebook.shared
Indicates that an assignment name conflict within a gradebook would ensue from the requested operation.
ConflictingExternalIdException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.ConflictingExternalIdException
 
ConflictingSpreadsheetNameException - Exception in org.sakaiproject.service.gradebook.shared
Author:Louis Majanja Date: Aug 29, 2006 Time: 4:40:02 PM
ConflictingSpreadsheetNameException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.ConflictingSpreadsheetNameException
 
CourseGrade - Class in org.sakaiproject.service.gradebook.shared
Wrapper for the course grade that contains the the calculated grade (ie 46.67), the mapped grade (ie F) and any entered grade override (ie D-).
CourseGrade() - Constructor for class org.sakaiproject.service.gradebook.shared.CourseGrade
 
createArchive(String, Document) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookArchiveService
 
createGradebookFromArchive(String, Document) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookArchiveService
 
currentUserHasEditPerm(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
currentUserHasGradeAllPerm(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Check if the current user has the gradebook.gradeAll permission
currentUserHasGradingPerm(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
currentUserHasViewOwnGradesPerm(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
currentUserHasViewStudentNumbersPerm(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 

D

deleteGradebook(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
Deletes the gradebook with the given UID, along with all its associated data.
DoubleComparator - Class in org.sakaiproject.service.gradebook.shared
Comparator to ensure correct ordering of letter grade / percent mappings
DoubleComparator(Map<String, Double>) - Constructor for class org.sakaiproject.service.gradebook.shared.DoubleComparator
 
droppedItems - Variable in class org.sakaiproject.service.gradebook.shared.CategoryScoreData
 

E

enableLetterGradeString - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
equals(Object) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
equals(Object) - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
ExternalAssignmentProvider - Interface in org.sakaiproject.service.gradebook.shared
Provider model to integrate external assessment sources with the gradebook.
ExternalAssignmentProviderCompat - Interface in org.sakaiproject.service.gradebook.shared
Provider extension to integrate external assessment sources with the gradebook.

F

finalizeGrades(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Finalize the gradebook's course grades by setting all still-unscored assignments to zero scores.
findMatchingEnrollmentsForItem(String, Long, int, String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
 
findMatchingEnrollmentsForItemForUser(String, String, Long, int, String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
 
findMatchingEnrollmentsForViewableCourseGrade(String, int, String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
 
findMatchingEnrollmentsForViewableItems(String, List, String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
 
findStudentSectionMemberships(String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
 

G

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, Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get an assignment based on its id
getAssignment(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
getAssignmentByNameOrId(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get an assignment based on its name or id.
getAssignmentName() - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
getAssignments(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
getAssignments(String, SortType) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
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, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get student's assignment's score as string.
getAssignmentScoreString(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
getAssignmentScoreStringByNameOrId(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get student's assignment's score as string.
getAvailableGradingScaleDefinitions() - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
Get all of the available Grading Scales in the system, as shared DTOs.
getAvailableGradingScales() - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
Get all of the available Grading Scales in the system.
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.
getCalculatedGrade() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
getCategories(Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. 
getCategoriesForUser(Long, String, List<Long>) - 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>, 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
Get the categories for the given gradebook
getCategoryId() - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
getCommentText() - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
getCourseGradeForStudent(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get the course grade for a student
getCourseGradeForStudents(String, List<String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get the course grade for a list of students
getCourseGradeForStudents(String, List<String>, Map<String, Double>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get the course grade for a list of students using the given grading schema
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.CourseGrade
 
getDateRecorded() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
getDefaultBottomPercents() - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
Get the default grade mappings
getDefaultBottomPercents() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
getDefaultBottomPercentsAsList() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
getDisplayGrade() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
Helper to get a grade override preferentially, or fallback to the standard mapped grade.
getEnteredCourseGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get a Map of overridden CourseGrade for students.
getEnteredGrade() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
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.
getFunction() - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
getGrade() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
getGradebook(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get the Gradebook.
getGradebookGradeMappings(Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Return the GradeMappings for the given gradebook.
getGradebookGradeMappings(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Return the GradeMappings for the given gradebook.
getGradebookInformation(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
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
 
getGradeMap() - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
Get the current grade mappings
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
Get the grade records for the given list of students and the given assignment.
getGradesWithoutCommentsForStudentsForItems(String, List<Long>, List<String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
This method gets grades for multiple gradebook items with emphasis on performance.
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, 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.
getGradingEvents(String, long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Gets the grading events for the given student and the given assignment
getGradingEvents(List<Long>, Date) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Return the grade changes made since a given time
getGroupReference() - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
getId() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
ID of this course grade record.
getId() - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
getId() - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
getImportCourseGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
This is the preferred method to retrieve a Map of student ids and course grades for a site.
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
 
getIsAssignmentExcused(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
getLowestPossibleGradeForGbItem(String, Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
getMappedGrade() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
getName() - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
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
getPermissionsForUser(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
Get the grader specific permissions for the given user
getPointsEarned() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
getPointsForCategory() - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
getRealmsPermissionsForUser(String, String, Role) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
Get a list of permissions defined for the given user based on section and role or all sections if allowed.
getStandardPermissions() - Static method in enum org.sakaiproject.service.gradebook.shared.GraderPermission
Helper to get the view and grade permissions as a list Used in a few places
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
 
getTotalPoints() - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
Helper method to get the total points associated with a category
getTotalPointsPossible() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
This value is only accurate when there are no weighted categories.
getUid() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
getUserId() - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
getUserUid() - Method in interface org.sakaiproject.tool.gradebook.facades.Authn
 
getValue() - Method in enum org.sakaiproject.service.gradebook.shared.GradingType
Get the value for the type
getViewableAssignmentsForCurrentUser(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
getViewableAssignmentsForCurrentUser(String, SortType) - 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.service.gradebook.shared.GradebookService
Get a list of CourseSections that the current user has access to in the given gradebook.
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.
GRADE_TYPE_LETTER - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated.
GRADE_TYPE_PERCENTAGE - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated.
GRADE_TYPE_POINTS - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated.
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.
GradebookHelper - Class in org.sakaiproject.service.gradebook.shared
 
GradebookHelper() - Constructor for class org.sakaiproject.service.gradebook.shared.GradebookHelper
 
GradebookInformation - Class in org.sakaiproject.service.gradebook.shared
Represents the settings for the gradebook
GradebookInformation() - Constructor for class org.sakaiproject.service.gradebook.shared.GradebookInformation
 
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
 
GradebookSecurityException - Exception in org.sakaiproject.service.gradebook.shared
Wrapper for the common security exception that can be thrown from the gradebook when a user doesn't have permission to perform an action
GradebookSecurityException() - Constructor for exception org.sakaiproject.service.gradebook.shared.GradebookSecurityException
Throw with a default message
GradebookSecurityException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.GradebookSecurityException
Throw with the supplied message
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
 
GradeMappingDefinition - Class in org.sakaiproject.service.gradebook.shared
DTO to wrap the persistent GradeMapping and provides utility methods for dealing with grade mappings
GradeMappingDefinition(Long, String, Map<String, Double>, Map<String, Double>) - Constructor for class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
gradePermission - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated.
GraderPermission - Enum in org.sakaiproject.service.gradebook.shared
The list of permissions that can be assigned to a grader
GradingScaleDefinition - Class in org.sakaiproject.service.gradebook.shared
DTO for the persistent GradingScale
GradingScaleDefinition() - Constructor for class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
GradingType - Enum in org.sakaiproject.service.gradebook.shared
The grading types that a gradebook could be configured as

H

hashCode() - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
hashCode() - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 

I

identifyStudentsWithInvalidGrades(String, Map<String, String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
init() - Method in class org.sakaiproject.service.gradebook.shared.GradebookConfiguration
 
INVALID_CHARS_AT_START_OF_GB_ITEM_NAME - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Array of chars that are not allowed at the beginning of a gb item title
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
 
InvalidGradeItemNameException - Exception in org.sakaiproject.service.gradebook.shared
 
InvalidGradeItemNameException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.InvalidGradeItemNameException
 
isAssignmentDefined(String, 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.
isAssignmentInThisCategory(String) - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
isAssignmentVisible(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.ExternalAssignmentProvider
Check if the given assignment is visible to the given user.
isCategoriesEnabled(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Checks to see whether a gradebook has the categories option enabled.
isExcused() - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
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.
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).
isGradableObjectDefined(Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Check if a gradeable object with the given id exists
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
 
isModified() - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
Determines if the grade mapping is different to the defaults
isPointsPossibleValid(String, Assignment, Double) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
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, 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, Long, String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
 
isUserAbleToViewOwnGrades(String) - Method in interface org.sakaiproject.tool.gradebook.facades.Authz
 
isUserAbleToViewStudentNumbers(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
Check if the given user is allowed to grade all students in this gradebook
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
 
isValidNumericGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Determines if the given string contains a valid numeric grade.

L

lettergradeComparator - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Comparator to ensure correct ordering of letter grades, catering for + and - in the grade This is duplicated in GradebookNG.

M

MATH_CONTEXT - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
MultipleAssignmentSavingException - Exception in org.sakaiproject.service.gradebook.shared
 
MultipleAssignmentSavingException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.MultipleAssignmentSavingException
 

N

noPermission - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated.

O

orderComparator - Static variable in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
org.sakaiproject.service.gradebook.shared - package org.sakaiproject.service.gradebook.shared
 
org.sakaiproject.service.gradebook.shared.exception - package org.sakaiproject.service.gradebook.shared.exception
 
org.sakaiproject.tool.gradebook.facades - package org.sakaiproject.tool.gradebook.facades
 

P

PermissionDefinition - Class in org.sakaiproject.service.gradebook.shared
DTO for the org.sakaiproject.gradebook.tool.Permission to pass to external services.
PermissionDefinition() - Constructor for class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 

R

registerExternalAssignmentProvider(ExternalAssignmentProvider) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Register a new ExternalAssignmentProvider for handling the integration of external assessment sources with the sakai gradebook Registering more than once will overwrite the current with the new one
removeAssignment(Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Removes an assignment from a gradebook.
removeCategory(Long) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
remove category from gradebook
removeExternalAssessment(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Remove the assessment reference from the gradebook.

S

saveGradeAndCommentForStudent(String, Long, String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Save a student score and comment for a gradebook item.
saveGradeAndExcuseForStudent(String, Long, String, String, boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
saveGradeMappingToGradebook(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
Adds a new grade scale to an existing gradebook.
saveGradesAndComments(String, Long, List<GradeDefinition>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Given a list of GradeDefinitions for students for a given gradebook and gradable object, will save the associated scores and comments.
score - Variable in class org.sakaiproject.service.gradebook.shared.CategoryScoreData
 
setAssignmentName(String) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setAssignmentScoreComment(String, Long, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Provide a student-viewable comment on the score (or lack of score) associated with the given assignment.
setAssignmentScoreString(String, Long, String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Set student's score for assignment.
setAssignmentScoreString(String, String, String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
setAuthnContext(Object) - Method in interface org.sakaiproject.tool.gradebook.facades.Authn
 
setAvailableGradingScales(Collection) - Method in class org.sakaiproject.service.gradebook.shared.GradebookConfiguration
 
setAvailableGradingScales(Collection) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
 
setCalculatedGrade(String) - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
setCategoryId(Long) - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
setCommentText(String) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setDateRecorded(Date) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setDateRecorded(Date) - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
setDateRecorded(Date) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
setDefaultBottomPercents(Map<String, Double>) - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
setDefaultBottomPercents(Map<String, Double>) - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
setDefaultBottomPercentsAsList(List<Object>) - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
setDefaultGradingScale(String) - Method in class org.sakaiproject.service.gradebook.shared.GradebookConfiguration
 
setDefaultGradingScale(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
 
setEnteredGrade(String) - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
setExcused(Boolean) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
setExternalAssessmentToGradebookAssignment(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Break the connection between an external assessment engine and an assessment which it created, giving it up to the Gradebook application to control from now on.
setFunction(String) - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
setGrade(String) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
current grade for this student in the format according to the gradebook's grade entry type ie %, letter, points
setGradebookFrameworkService(GradebookFrameworkService) - Method in class org.sakaiproject.service.gradebook.shared.GradebookConfiguration
 
setGradeComment(String) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
setGradeEntryType(int) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
constant equivalent to the grade entry type for the gb - %, letter, points, etc.
setGradeMap(Map<String, Double>) - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
setGradeReleased(boolean) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
true if this grade has been released to the student
setGraderUid(String) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setGraderUid(String) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
setGrades(List<String>) - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
setGroupReference(String) - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
setId(Long) - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
setId(String) - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
setId(Long) - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
setMappedGrade(String) - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
setName(String) - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
setName(String) - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
setPointsEarned(Double) - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
setStudentUid(String) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setStudentUid(String) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
setTotalPointsPossible(Double) - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
setUid(String) - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
setUserId(String) - Method in class org.sakaiproject.service.gradebook.shared.PermissionDefinition
 
sortGradeMapping(Map<String, Double>) - Static method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
Handles the sorting of a grade mapping.
SortType - Enum in org.sakaiproject.service.gradebook.shared
Represents the different ways an (internal) Assignment can be sorted
StaleObjectModificationException - Exception in org.sakaiproject.service.gradebook.shared
Indicates that the caller attempted to modify a stale object.
StaleObjectModificationException(Throwable) - Constructor for exception org.sakaiproject.service.gradebook.shared.StaleObjectModificationException
 

T

toString() - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
toString() - Method in class org.sakaiproject.service.gradebook.shared.CourseGrade
 
toString() - Method in class org.sakaiproject.service.gradebook.shared.GradeMappingDefinition
 
toString() - Method in enum org.sakaiproject.service.gradebook.shared.GraderPermission
Return a lowercase version of the enum
toString() - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
transferGradebook(GradebookInformation, List<Assignment>, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Transfer the gradebook information and assignments from one gradebook to another

U

UnknownUserException - Exception in org.sakaiproject.service.gradebook.shared
TODO Document org.sakaiproject.service.gradebook.shared.UnknownUserException
UnknownUserException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.UnknownUserException
 
UnmappableCourseGradeOverrideException - Exception in org.sakaiproject.service.gradebook.shared.exception
Exception throws when a course grade override is found to be unmappable due to a change in the grading schema.
UnmappableCourseGradeOverrideException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.exception.UnmappableCourseGradeOverrideException
 
unregisterExternalAssignmentProvider(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Remove/unregister any ExternalAssignmentProvider which is currently registered, does nothing if they provider does not exist
updateAssignment(String, Long, Assignment) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Modify the definition of an existing Gradebook item.
updateAssignmentCategorizedOrder(String, Long, Long, Integer) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Updates the categorized order of an assignment
updateAssignmentOrder(String, Long, Integer) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Update the ordering of an assignment.
updateCourseGradeForStudent(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Allows an instructor to set a course grade override for the given student
updateExternalAssessment(String, String, String, String, String, double, Date) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Deprecated.
Replaced by updateExternalAssessment(String, String, String, String, Double, Date, Boolean)
updateExternalAssessment(String, String, String, String, String, Double, Date, Boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Update an external assessment
updateExternalAssessmentComment(String, String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Updates an external comment for an external assignment in the gradebook.
updateExternalAssessmentComments(String, String, Map<String, String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Updates a set of external comments for an external assignment in the gradebook.
updateExternalAssessmentScore(String, String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Updates an external score for an external assignment in the gradebook.
updateExternalAssessmentScores(String, String, Map<String, Double>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Deprecated.
Replaced by updateExternalAssessmentScoresString(String, String, Map
updateExternalAssessmentScoresString(String, String, Map<String, String>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Updates a set of external scores for an external assignment in the gradebook.
updateGradebookSettings(String, GradebookInformation) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Update the settings for this gradebook
updateGradeMapping(Long, Map<String, Double>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
Update a grademapping with new values.
updatePermissionsForUser(String, String, List<PermissionDefinition>) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookPermissionService
Update the set of grader specific permissions for the given user

V

validateGradeItemName(String) - Static method in class org.sakaiproject.service.gradebook.shared.GradebookHelper
Validate a grade item title by checking against the reserved characters
validLetterGrade - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
valueOf(String) - Static method in enum org.sakaiproject.service.gradebook.shared.GradebookService.PointsPossibleValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sakaiproject.service.gradebook.shared.GraderPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sakaiproject.service.gradebook.shared.GradingType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.sakaiproject.service.gradebook.shared.GradingType
 
valueOf(String) - Static method in enum org.sakaiproject.service.gradebook.shared.SortType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.sakaiproject.service.gradebook.shared.GradebookService.PointsPossibleValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sakaiproject.service.gradebook.shared.GraderPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sakaiproject.service.gradebook.shared.GradingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sakaiproject.service.gradebook.shared.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
viewPermission - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated.
A C D E F G H I L M N O P R S T U V 

Copyright © 2003–2019 Sakai Project. All rights reserved.