Class DegreeCurricularPlanServices

java.lang.Object
org.fenixedu.learning.domain.DegreeCurricularPlanServices

public abstract class DegreeCurricularPlanServices extends Object
  • Field Details

    • logger

      public static final org.slf4j.Logger logger
  • Constructor Details

    • DegreeCurricularPlanServices

      public DegreeCurricularPlanServices()
  • Method Details

    • getMostRecentDegreeCurricularPlan

      public static org.fenixedu.academic.domain.DegreeCurricularPlan getMostRecentDegreeCurricularPlan(org.fenixedu.academic.domain.Degree degree, Optional<org.fenixedu.academic.domain.ExecutionYear> executionYearOptional)
    • getDegreeCurricularPlansForYear

      public static Set<org.fenixedu.academic.domain.DegreeCurricularPlan> getDegreeCurricularPlansForYear(org.fenixedu.academic.domain.Degree degree, Optional<org.fenixedu.academic.domain.ExecutionYear> yearOptional)
    • getDegreeCurricularPlansExecutionYears

      public static Set<org.fenixedu.academic.domain.ExecutionYear> getDegreeCurricularPlansExecutionYears(org.fenixedu.academic.domain.Degree degree)