Subversion Repositories bacoAlunos

Rev

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

Rev 1750 Rev 1817
Line 548... Line 548...
548
     *
548
     *
549
     * @param courseId
549
     * @param courseId
550
     * @param semestre
550
     * @param semestre
551
     * @param year
551
     * @param year
552
     * @return List<CourseUnitResult>
552
     * @return List<CourseUnitResult>
-
 
553
     *
-
 
554
     *     todo ver esta para fazer um load courseunits de um curso dado o ano e o semestre
553
     */
555
     */
554
    public List<CourseUnitResult> loadCourseUnits(long courseId, 1.5.0/docs/api/java/lang/String.html">String semestre, 1.5.0/docs/api/java/lang/String.html">String year)
556
    public List<CourseUnitResult> loadCourseUnits(long courseId, 1.5.0/docs/api/java/lang/String.html">String semestre, 1.5.0/docs/api/java/lang/String.html">String year)
555
    {
557
    {
556
        Criteria c = createCriteria();
558
        Criteria c = createCriteria();
557
 
559