类 ExecutionPlanSearchHelper
java.lang.Object
org.openurp.web.helper.SearchHelper
org.openurp.edu.program.plan.web.helper.ExecutionPlanSearchHelper
-
字段概要
从类继承的字段 org.openurp.web.helper.SearchHelper
departmentService, entityDao, projectContext, semesterService -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddSemesterActiveCondition(org.beangle.commons.dao.query.builder.OqlBuilder<ExecutionPlan> query, Semester semester) 添加在某个学期下活跃的/有效的培养计划的查询条件org.beangle.commons.dao.query.builder.OqlBuilder<ExecutionPlan>org.beangle.commons.dao.query.builder.OqlBuilder<Program>从类继承的方法 org.openurp.web.helper.SearchHelper
getDepartmentService, getEntityDao, getPageLimit, getResourceName, populate, setDepartmentService, setEntityDao, setProjectContext, setSemesterService
-
构造器详细资料
-
ExecutionPlanSearchHelper
public ExecutionPlanSearchHelper()
-
-
方法详细资料
-
buildProgramQuery
-
buildPlanQuery
-
addSemesterActiveCondition
public void addSemesterActiveCondition(org.beangle.commons.dao.query.builder.OqlBuilder<ExecutionPlan> query, Semester semester) 添加在某个学期下活跃的/有效的培养计划的查询条件
-