Package org.openurp.edu.web.helper
Class ExecutionPlanSearchHelper
java.lang.Object
org.openurp.web.helper.SearchHelper
org.openurp.edu.web.helper.ExecutionPlanSearchHelper
-
Field Summary
Fields inherited from class org.openurp.web.helper.SearchHelper
departmentService, entityDao, projectContext, semesterService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSemesterActiveCondition(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>Methods inherited from class org.openurp.web.helper.SearchHelper
getDepartmentService, getEntityDao, getPageLimit, getResourceName, populate, setDepartmentService, setEntityDao, setProjectContext, setSemesterService
-
Constructor Details
-
ExecutionPlanSearchHelper
public ExecutionPlanSearchHelper()
-
-
Method Details
-
buildProgramQuery
-
buildPlanQuery
-
addSemesterActiveCondition
public void addSemesterActiveCondition(org.beangle.commons.dao.query.builder.OqlBuilder<ExecutionPlan> query, Semester semester) 添加在某个学期下活跃的/有效的培养计划的查询条件
-