Subversion Repositories bacoAlunos

Rev

Rev 1936 | Rev 1992 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1936 Rev 1974
Line 35... Line 35...
35
 
35
 
36
    public JSONObject generateGlobalLearningResultsChartImg(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
36
    public JSONObject generateGlobalLearningResultsChartImg(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
37
 
37
 
38
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
38
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
39
 
39
 
40
 
-
 
41
        IServiceManager sm = ServiceManager.getInstance();
40
        IServiceManager sm = ServiceManager.getInstance();
42
        1.5.0/docs/api/java/lang/String.html">String json = (1.5.0/docs/api/java/lang/String.html">String) sm.execute(RequestUtils.getRequester(request, response),
41
        1.5.0/docs/api/java/lang/String.html">String json = (1.5.0/docs/api/java/lang/String.html">String) sm.execute(RequestUtils.getRequester(request, response),
43
                "CourseReportGenerateGlobalLearningResultsChartImg",
42
                "CourseReportGenerateGlobalLearningResultsChartImg",
44
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
43
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
45
        return new JSONObject(json);
44
        return new JSONObject(json);
Line 77... Line 76...
77
                "SaveCourseReportDocument",
76
                "SaveCourseReportDocument",
78
                new Object[]{courseReportDocument});
77
                new Object[]{courseReportDocument});
79
        return new JSONObject(json);
78
        return new JSONObject(json);
80
    }*/
79
    }*/
81
 
80
 
82
    public JSONObject loadCourseReportDoc(ActionForm form, HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
81
    public JSONObject loadCourseReportDocument(ActionForm form, HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
83
    1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
82
    1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
84
 
83
 
85
    IServiceManager sm = ServiceManager.getInstance();
84
    IServiceManager sm = ServiceManager.getInstance();
86
    1.5.0/docs/api/java/lang/String.html">String json = (1.5.0/docs/api/java/lang/String.html">String) sm.execute(RequestUtils.getRequester(request, response),
85
    1.5.0/docs/api/java/lang/String.html">String json = (1.5.0/docs/api/java/lang/String.html">String) sm.execute(RequestUtils.getRequester(request, response),
87
            "LoadCourseReportDocument",
86
            "LoadCourseReportDocument",