Class MakeupByExamStrategy
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.grade.course.service.impl.MakeupByExamStrategy
- All Implemented Interfaces:
MakeupStdStrategy
public class MakeupByExamStrategy
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements MakeupStdStrategy
按照排考情况,统计补缓名单
-
Field Summary
Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazzCondition(Integer gradeTypeId) getCourseTakerCounts(List<Clazz> clazzes) 每个任务的补缓人数getCourseTakers(Clazz clazz) Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
Constructor Details
-
MakeupByExamStrategy
public MakeupByExamStrategy()
-
-
Method Details
-
getCourseTakers
- Specified by:
getCourseTakersin interfaceMakeupStdStrategy
-
getCourseTakerCounts
Description copied from interface:MakeupStdStrategy每个任务的补缓人数- Specified by:
getCourseTakerCountsin interfaceMakeupStdStrategy- Parameters:
clazzes-- Returns:
-
getClazzCondition
- Specified by:
getClazzConditionin interfaceMakeupStdStrategy
-