类 CourseDwr

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

public class CourseDwr extends Object
  • 构造器详细资料

    • CourseDwr

      public CourseDwr()
  • 方法详细资料

    • getCourse

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

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

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

      public List<Map<String,Object>> searchCoursesByCodeOrName(String codeOrName)
      dwr用
      参数:
      code -
      返回:
    • searchCourseByProjectAndCodeOrName

      public List<Map<String,Object>> searchCourseByProjectAndCodeOrName(String studentCode, String codeOrName, String projectId)
      DWR用
      参数:
      studentCode -
      codeOrName -
      projectId -
      返回:
    • setCourseService

      public void setCourseService(CourseService courseService)
    • setEntityDao

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