Subversion Repositories bacoAlunos

Rev

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

Rev 1984 Rev 1990
Line 481... Line 481...
481
        //TODO FALTA GUARDAR O JSON NO CURSO
481
        //TODO FALTA GUARDAR O JSON NO CURSO
482
        return view.toJson();
482
        return view.toJson();
483
    }
483
    }
484
 
484
 
485
 
485
 
-
 
486
 
486
    /*  Guardar report */
487
    /*  Guardar report */
487
 
488
 
488
    public 1.5.0/docs/api/java/lang/String.html">String saveCourseReportDoc(1.5.0/docs/api/java/lang/String.html">String reportDocumentJson,UserSession session) throws 1.5.0/docs/api/java/io/IOException.html">IOException {
489
    public 1.5.0/docs/api/java/lang/String.html">String saveCourseReportDoc(1.5.0/docs/api/java/lang/String.html">String reportDocumentJson,UserSession session) throws 1.5.0/docs/api/java/io/IOException.html">IOException {
489
 
490
 
490
        CourseReportDocument reportDocument =  CourseReportDocument.fromJson(reportDocumentJson);
491
        CourseReportDocument reportDocument =  CourseReportDocument.fromJson(reportDocumentJson);