PlanCourseHelper

org.openurp.edu.program.web.helper.PlanCourseHelper
class PlanCourseHelper(entityDao: EntityDao)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def coursesForOther(grade: Grade, depart: Department): Iterable[PlanCourseStat]

为其他院系开课

为其他院系开课

Attributes

def coursesOther(grade: Grade, depart: Department): Iterable[PlanCourseStat]

其他院系为本院系开课

其他院系为本院系开课

Attributes

def coursesOwn(grade: Grade, depart: Department): Iterable[PlanCourseStat]