Class CourseDwr

java.lang.Object
org.openurp.web.dwr.CourseDwr

public class CourseDwr extends Object
  • Constructor Details

    • CourseDwr

      public CourseDwr()
  • Method Details

    • getCourse

      public Course getCourse(Project project, String code)
    • getCourseByCodes

      public String[] getCourseByCodes(String courseCodes)
      页面上填充多个课程代码,逗号相隔
      Parameters:
      courseCodes -
      Returns:
      [课程名称(学分)*]
    • getCourseByIdDwr

      public Map<String,Object> getCourseByIdDwr(Long id)
    • searchCoursesByCodeOrName

      public List<Map<String,Object>> searchCoursesByCodeOrName(String codeOrName)
      dwr用
      Parameters:
      code -
      Returns:
    • searchCourseByProjectAndCodeOrName

      public List<Map<String,Object>> searchCourseByProjectAndCodeOrName(String studentCode, String codeOrName, String projectId)
      DWR用
      Parameters:
      studentCode -
      codeOrName -
      projectId -
      Returns:
    • setCourseService

      public void setCourseService(CourseService courseService)
    • setEntityDao

      public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)