Examples of MarkSheetTeacherMarkBean


Examples of org.fenixedu.academic.dto.teacher.gradeSubmission.MarkSheetTeacherMarkBean

                    studentsWithImpossibleEnrolments.add(student);
                }
            } else {
                Attends attends = enrolment.getAttendsByExecutionCourse(submissionBean.getExecutionCourse());
                if (attends != null) {
                    marksToSubmit.add(new MarkSheetTeacherMarkBean(attends, submissionBean.getEvaluationDate(), getMark(attends),
                            getEnrolmentEvaluationType(submissionBean, enrolment), getMark(attends).length() != 0));
                }
            }

        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.