类 CourseDwr
java.lang.Object
org.openurp.web.dwr.CourseDwr
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明String[]getCourseByCodes(String courseCodes) 页面上填充多个课程代码,逗号相隔getCourseByIdDwr(Long id) searchCourseByProjectAndCodeOrName(String studentCode, String codeOrName, String projectId) DWR用searchCoursesByCodeOrName(String codeOrName) dwr用voidsetCourseService(CourseService courseService) voidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-
构造器详细资料
-
CourseDwr
public CourseDwr()
-
-
方法详细资料
-
getCourse
-
getCourseByCodes
页面上填充多个课程代码,逗号相隔- 参数:
courseCodes-- 返回:
- [课程名称(学分)*]
-
getCourseByIdDwr
-
searchCoursesByCodeOrName
dwr用- 参数:
code-- 返回:
-
searchCourseByProjectAndCodeOrName
public List<Map<String,Object>> searchCourseByProjectAndCodeOrName(String studentCode, String codeOrName, String projectId) DWR用- 参数:
studentCode-codeOrName-projectId-- 返回:
-
setCourseService
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-