Subversion Repositories bacoAlunos

Rev

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

Rev 1895 Rev 1904
Line 41... Line 41...
41
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
41
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
42
        return new JSONObject(json);
42
        return new JSONObject(json);
43
    }
43
    }
44
 
44
 
45
 
45
 
-
 
46
    /* AA 7/12/2017 */
-
 
47
 
-
 
48
    public JSONObject saveReport(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
-
 
49
 
-
 
50
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
-
 
51
 
-
 
52
 
-
 
53
        IServiceManager sm = ServiceManager.getInstance();
-
 
54
        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),
-
 
55
                "CourseReportSave",
-
 
56
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
-
 
57
        return new JSONObject(json);
-
 
58
    }
-
 
59
 
-
 
60
 
-
 
61
 
-
 
62
 
46
}
63
}
47
64