Subversion Repositories bacoAlunos

Rev

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

Rev 1917 Rev 1921
Line 65... Line 65...
65
                "SaveCourseReportDoc",
65
                "SaveCourseReportDoc",
66
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
66
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
67
        return new JSONObject(json);
67
        return new JSONObject(json);
68
    }
68
    }
69
 
69
 
-
 
70
    /* */
-
 
71
    public JSONObject loadCourseReportDoc(ActionForm form,HttpServletRequest request, HttpServletResponse response) throws 1.5.0/docs/api/java/lang/Throwable.html">Throwable {
-
 
72
 
-
 
73
        1.5.0/docs/api/java/lang/String.html">String courseReportDocument = request.getParameter("courseReportDocument");
-
 
74
 
-
 
75
        IServiceManager sm = ServiceManager.getInstance();
-
 
76
        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),
-
 
77
                "LoadCourseReportDoc",
-
 
78
                new 5+0%2Fdocs%2Fapi+Object">Object[]{courseReportDocument});
-
 
79
        return new JSONObject(json);
-
 
80
    }
-
 
81
 
-
 
82
 
70
}
83
}
71
84