}
}
protected void checkCurricularSemesterAndYear() throws FenixActionException {
if (getCurricularSemesterID() == null || getCurricularSemesterID().equals(this.NO_SELECTION_INTEGER)) {
throw new FenixActionException("error.mustChooseACurricularSemester");
}
if (getCurricularYearID() == null || getCurricularYearID().equals(this.NO_SELECTION_INTEGER)) {
throw new FenixActionException("error.mustChooseACurricularYear");
}
}