Package org.fenixedu.academic.api.infra

Examples of org.fenixedu.academic.api.infra.JerseyFacesContext


        final Student student = person.getStudent();
        if (!person.hasRole(RoleType.STUDENT) || student == null) {
            return new ArrayList<FenixCourseEvaluation.WrittenEvaluation>();
        }

        new JerseyFacesContext(context, request, response);

        DisplayEvaluationsForStudentToEnrol manageEvaluationsForStudents = new DisplayEvaluationsForStudentToEnrol();

        List<FenixCourseEvaluation.WrittenEvaluation> evaluations = new ArrayList<>();
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.api.infra.JerseyFacesContext

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.