Package org.fenixedu.learning.domain
Class DegreeCurricularPlanServices
java.lang.Object
org.fenixedu.learning.domain.DegreeCurricularPlanServices
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<org.fenixedu.academic.domain.ExecutionYear>getDegreeCurricularPlansExecutionYears(org.fenixedu.academic.domain.Degree degree) static Set<org.fenixedu.academic.domain.DegreeCurricularPlan>getDegreeCurricularPlansForYear(org.fenixedu.academic.domain.Degree degree, Optional<org.fenixedu.academic.domain.ExecutionYear> yearOptional) static org.fenixedu.academic.domain.DegreeCurricularPlangetMostRecentDegreeCurricularPlan(org.fenixedu.academic.domain.Degree degree, Optional<org.fenixedu.academic.domain.ExecutionYear> executionYearOptional)
-
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
-
getDegreeCurricularPlansExecutionYears
public static Set<org.fenixedu.academic.domain.ExecutionYear> getDegreeCurricularPlansExecutionYears(org.fenixedu.academic.domain.Degree degree)
-