precedentInfo.setPhdIndividualProgramProcess(getPhdIndividualProgramProcess());
} else {
precedentInfo.setRegistration(getRegistration());
}
ExecutionYear currentExecutionYear = ExecutionYear.readCurrentExecutionYear();
personalData = getStudent().getPersonalIngressionDataByExecutionYear(currentExecutionYear);
if (personalData == null) {
personalData = new PersonalIngressionData(getStudent(), currentExecutionYear, precedentInfo);
} else {
personalData.addPrecedentDegreesInformations(precedentInfo);