コード例 #1
0
 private DegreeCurricularPlan getDegreeCurricularPlan(
     final DegreeChangeIndividualCandidacyProcess process) {
   return process.getCandidacySelectedDegree().getLastActiveDegreeCurricularPlan();
 }