init(degreeCurricularPlan, executionSemester, startDate, endDate);
}
private void checkForExistingPeriod(final DegreeCurricularPlan degreeCurricularPlan, final ExecutionSemester executionSemester) {
if (degreeCurricularPlan.getReingressionPeriod(executionSemester) != null) {
throw new DomainException("error.ReingressionPeriod.period.already.exists.for.dcp.and.semester");
}
}