Subversion Repositories bacoAlunos

Rev

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

Rev 1927 Rev 1935
Line 50... Line 50...
50
                "CourseReportGenerateGlobalLearningResultsChartYearImg",
50
                "CourseReportGenerateGlobalLearningResultsChartYearImg",
51
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
51
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
52
        return new JSONObject(json);
52
        return new JSONObject(json);
53
    }
53
    }
54
 
54
 
55
    public JSONObject SaveCourseReportDocument(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
55
    public JSONObject saveCourseReportDocument(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
56
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
56
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
57
 
57
 
58
        IServiceManager sm = ServiceManager.getInstance();
58
        IServiceManager sm = ServiceManager.getInstance();
59
        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),
59
        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),
60
                "SaveCourseReportDocument",
60
                "SaveCourseReportDocument",
Line 63... Line 63...
63
    }
63
    }
64
 
64
 
65
 
65
 
66
    /* AA 7/12/2017 */
66
    /* AA 7/12/2017 */
67
 
67
 
68
    public JSONObject saveCourseReportDoc(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
68
    public JSONObject SaveCourseReportDocument(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
69
 
69
 
70
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
70
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
71
 
71
 
72
        IServiceManager sm = ServiceManager.getInstance();
72
        IServiceManager sm = ServiceManager.getInstance();
73
        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),
73
        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),
74
                "SaveCourseReportDoc",
74
                "SaveCourseReportDocument",
75
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
75
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
76
        return new JSONObject(json);
76
        return new JSONObject(json);
77
    }
77
    }
78
 
78
 
-
 
79
    public JSONObject loadCourseReportDoc(ActionForm form, HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
-
 
80
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
-
 
81
 
-
 
82
        IServiceManager sm = ServiceManager.getInstance();
-
 
83
        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),
-
 
84
                "LoadCourseReportDocument",
-
 
85
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
-
 
86
        return new JSONObject(json);
-
 
87
    }
79
}
88
}
80
89