[gradebook2-dev] Requesting input on Gradebook2 SampleInstitutionalAdvisor.submitFinalGrade(...) API

Thomas Amsler tpamsler at ucdavis.edu
Mon Dec 12 22:02:20 PST 2011


Take 2 ...

For those Institutions that are using the gradebook2 "Final Grade
Submission" feature via the InstitutionalAdvisor, I would like to know
how you are using the following API:

Source:
https://source.sakaiproject.org/contrib//gradebook2/trunk/api/src/java/org/sakaiproject/gradebook/gwt/sakai/InstitutionalAdvisor.java

API Method:
public void submitFinalGrade(List<Map<Column,String>> studentDataList,
String gradebookUid, HttpServletRequest request, HttpServletResponse
response);

In particular, I would like to know if anybody is using the
HttpServletRequest and HttpServletResponse method arguments and if so,
how you are using them? Also, would it be a problem if we would remove
the HttpServletRequest and HttpServletResponse method arguments, and
instead use the "normal" REST JSON way to send data back to the
client. Maybe change the method signature to something like this:

public FinalGradeSubmissionResult
submitFinalGrade(List<Map<Column,String>> studentDataList, String
gradebookUid);

Comments?

Best,
-- Thomas


More information about the gradebook2-dev mailing list