Package org.fenixedu.academic.api.beans.publico

Examples of org.fenixedu.academic.api.beans.publico.FenixCourseExtended$FenixCompetence$BiblioRef


        }

        String summaryLink =
                getServerLink().concat("/publico/summariesRSS.do?id=").concat(executionCourse.getExternalId().toString());

        return new FenixCourseExtended(acronym, name, evaluationMethod, academicTerm, numberOfStudents, summaryLink, courseUrl,
                moreInfo, teachers);
    }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.api.beans.publico.FenixCourseExtended$FenixCompetence$BiblioRef

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.