personBean.getStudentNumber());
}
registration.setHomologationDate(ingressionInformationBean.getHomologationDate());
registration.setStudiesStartDate(ingressionInformationBean.getStudiesStartDate());
PersonalIngressionData personalIngressionData =
registration.getStudent().getPersonalIngressionDataByExecutionYear(
executionDegreeBean.getExecutionDegree().getExecutionYear());
if (personalIngressionData == null) {
personalIngressionData =
new PersonalIngressionData(originInformationBean, personBean, registration.getStudent(), executionDegreeBean
.getExecutionDegree().getExecutionYear());
} else {
personalIngressionData.edit(originInformationBean, personBean);
}
PrecedentDegreeInformation precedentDegreeInformation = studentCandidacy.getPrecedentDegreeInformation();
precedentDegreeInformation.edit(personalIngressionData, registration, precedentDegreeInformationBean, studentCandidacy);
// create qualification