Uses of Class
org.sakaiproject.service.gradebook.shared.GradebookInformation
-
Packages that use GradebookInformation Package Description org.sakaiproject.service.gradebook.shared -
-
Uses of GradebookInformation in org.sakaiproject.service.gradebook.shared
Methods in org.sakaiproject.service.gradebook.shared that return GradebookInformation Modifier and Type Method Description GradebookInformationGradebookService. getGradebookInformation(String gradebookUid)Methods in org.sakaiproject.service.gradebook.shared with parameters of type GradebookInformation Modifier and Type Method Description Map<String,String>GradebookService. transferGradebook(GradebookInformation gradebookInformation, List<Assignment> assignments, String toGradebookUid, String fromContext)Transfer the gradebook information and assignments from one gradebook to anothervoidGradebookService. updateGradebookSettings(String gradebookUid, GradebookInformation gbInfo)Update the settings for this gradebook
-