A C D E F G I L M 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) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Deprecated. Replaced by GradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, Boolean)
addExternalAssessment(String, String, String, String, Double, Date, 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, 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, Boolean) but allows you to also specify the associated Category for this assignment.
addExternalAssessment(String, String, String, String, Double, Date, String, Boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, Boolean)
addExternalAssessment(String, String, String, String, double, Date, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by addExternalAssessment(String, String, String, Boolean)
addGradebook(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookFrameworkService
Creates a new gradebook with the given UID and name
addGradebook(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookFrameworkService.addGradebook(String, String)
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

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
 
checkStudentsNotSubmitted(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
checkStuendsNotSubmitted(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
CommentDefinition - Class in org.sakaiproject.service.gradebook.shared
 
CommentDefinition() - Constructor for class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
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
 
ContextManagement - Interface in org.sakaiproject.tool.gradebook.facades
Facade to context management service, to give control of application entry and gradebook selection to the framework.
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
 
currentUserHasGradingPerm(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
currentUserHasViewOwnGradesPerm(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.
deleteGradebook(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookFrameworkService.deleteGradebook(String)

E

enableLetterGradeString - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
EventTrackingService - Interface in org.sakaiproject.tool.gradebook.facades
Author:Louis Majanja Date: Feb 22, 2007 Time: 1:39:20 PM facadeof the Event Tracking Sakai service
ExternalAssignmentProvider - Interface in org.sakaiproject.service.gradebook.shared
Provider model 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.
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
Deprecated. Replaced by GradebookService.getAssignmentScoreString(String, String, String)
getAssignmentScore(String, Long, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookService.getAssignmentScoreString(String, Long, String)
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.
getCalculatedCourseGrade(String) - 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
 
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
 
getFixedGrade(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get fixed grades for students by using course grade scale.
getFixedPoint(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get fixed earned points for students by using course grade scale.
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
 
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
 
getOldPoint(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Get old earned points for students by using letter grade scale.
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
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
 

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
 
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.
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
Deprecated. Replaced by GradebookExternalAssessmentService.isExternalAssignmentDefined(String, String)
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
 
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
 

L

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

M

MATH_CONTEXT - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 
mergeGradebookDefinitionXml(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Attempt to merge archived gradebook data (notably the assignnments) into a new gradebook.
MultipleAssignmentSavingException - Exception in org.sakaiproject.service.gradebook.shared
 
MultipleAssignmentSavingException(String) - Constructor for exception org.sakaiproject.service.gradebook.shared.MultipleAssignmentSavingException
 

O

org.sakaiproject.service.gradebook.shared - package org.sakaiproject.service.gradebook.shared
 
org.sakaiproject.tool.gradebook.facades - package org.sakaiproject.tool.gradebook.facades
 

P

postEvent(String, String) - Method in interface org.sakaiproject.tool.gradebook.facades.EventTrackingService
 

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.
removeExternalAssessment(String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookExternalAssessmentService.removeExternalAssessment(String, String)

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.
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.
setAssignmentList(List<Assignment>) - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
Set the list of Assignments for this category
setAssignmentName(String) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setAssignmentScore(String, String, String, Double, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookService.setAssignmentScoreString(String, String, String, String, String)
setAssignmentScoreComment(String, String, 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, String, String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
set student's score for assignment.
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
 
setAvailableGradingScales(Collection) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookFrameworkService.setAvailableGradingScales(Collection)
setCategoryName(String) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setCommentText(String) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setCounted(boolean) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setDateRecorded(Date) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setDateRecorded(Date) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
setDefaultBottomPercents(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
 
setDefaultGradingScale(String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookFrameworkService.setDefaultGradingScale(String)
setDueDate(Date) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setExternalAppName(String) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
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.
setExternalId(String) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setExternallyMaintained(boolean) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
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.
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
 
setId(Long) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setId(Long) - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
setName(String) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setName(String) - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
 
setName(String) - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
setPoints(Double) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setReleased(boolean) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setStudentUid(String) - Method in class org.sakaiproject.service.gradebook.shared.CommentDefinition
 
setStudentUid(String) - Method in class org.sakaiproject.service.gradebook.shared.GradeDefinition
 
setUid(String) - Method in class org.sakaiproject.service.gradebook.shared.GradingScaleDefinition
 
setUngraded(boolean) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setWeight(Double) - Method in class org.sakaiproject.service.gradebook.shared.Assignment
 
setWeight(Double) - Method in class org.sakaiproject.service.gradebook.shared.CategoryDefinition
the weight set for this category if part of a weighted gradebook.
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

transferGradebookDefinitionXml(String, String, String) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Attempt to transfer gradebook data with Category and weight and settings

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
 
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, String, Assignment) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Modify the definition of an existing Gradebook-managed assignment.
updateExternalAssessment(String, String, String, String, double, Date) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessment(String, String, String, String, Double, Date, Boolean)
updateExternalAssessment(String, String, String, String, Double, Date, Boolean) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
 
updateExternalAssessment(String, String, String, String, double, Date) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookService.updateExternalAssessment(String, String, String, String, Double, Date)
updateExternalAssessment(String, String, String, String, Double, Date) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessment(String, String, String, String, Double, Date, Boolean)
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.
updateExternalAssessmentScore(String, String, String, Double) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookExternalAssessmentService#updateExternalAssessmentScore(String, String, String, Double)
updateExternalAssessmentScores(String, String, Map) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessmentScoresString(String, String, Map)
updateExternalAssessmentScores(String, String, Map) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookService
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessmentScoresString(String, String, Map)
updateExternalAssessmentScoresString(String, String, Map) - Method in interface org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService
Updates a set of external scores for an external assignment in the gradebook.
UserDirectoryService - Interface in org.sakaiproject.tool.gradebook.facades
Facade to a user directory service provided by the framework.

V

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.
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.
viewPermission - Static variable in interface org.sakaiproject.service.gradebook.shared.GradebookService
 

A C D E F G I L M O P R S T U V

Copyright © 2003-2013 Sakai Project. All Rights Reserved.