Class DegreeExecutionCoursesComponent

java.lang.Object
org.fenixedu.learning.domain.degree.components.DegreeSiteComponent
org.fenixedu.learning.domain.degree.components.DegreeExecutionCoursesComponent
All Implemented Interfaces:
org.fenixedu.cms.domain.component.CMSComponent

public class DegreeExecutionCoursesComponent extends DegreeSiteComponent
Created by borgez on 10/8/14.
  • Constructor Details

    • DegreeExecutionCoursesComponent

      public DegreeExecutionCoursesComponent()
  • Method Details

    • handle

      public void handle(org.fenixedu.cms.domain.Page page, org.fenixedu.cms.rendering.TemplateContext componentContext, org.fenixedu.cms.rendering.TemplateContext globalContext)
    • executionCourses

      public SortedMap<org.fenixedu.academic.domain.ExecutionInterval,SortedMap<Integer,SortedSet<org.fenixedu.academic.domain.ExecutionCourse>>> executionCourses(org.fenixedu.academic.domain.Degree degree)
    • executionCourses

      public SortedMap<Integer,SortedSet<org.fenixedu.academic.domain.ExecutionCourse>> executionCourses(org.fenixedu.academic.domain.Degree degree, org.fenixedu.academic.domain.ExecutionInterval executionInterval)