Package org.openurp.web.dwr
Class CourseDwr
java.lang.Object
org.openurp.web.dwr.CourseDwr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]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)
-
Constructor Details
-
CourseDwr
public CourseDwr()
-
-
Method Details
-
getCourse
-
getCourseByCodes
页面上填充多个课程代码,逗号相隔- Parameters:
courseCodes-- Returns:
- [课程名称(学分)*]
-
getCourseByIdDwr
-
searchCoursesByCodeOrName
dwr用- Parameters:
code-- Returns:
-
searchCourseByProjectAndCodeOrName
public List<Map<String,Object>> searchCourseByProjectAndCodeOrName(String studentCode, String codeOrName, String projectId) DWR用- Parameters:
studentCode-codeOrName-projectId-- Returns:
-
setCourseService
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-