Uses of Class
org.sakaiproject.service.gradebook.shared.InvalidCategoryException
-
Packages that use InvalidCategoryException Package Description org.sakaiproject.service.gradebook.shared -
-
Uses of InvalidCategoryException in org.sakaiproject.service.gradebook.shared
Methods in org.sakaiproject.service.gradebook.shared that throw InvalidCategoryException Modifier and Type Method Description voidGradebookExternalAssessmentService. addExternalAssessment(String gradebookUid, String externalId, String externalUrl, String title, Double points, Date dueDate, String externalServiceDescription, String externalData, Boolean ungraded, Long categoryId)This method is identical toGradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, String, Boolean)but allows you to also specify the associated Category for this assignment.
-