Package org.openurp.edu.web.helper
Class ExecutivePlanSearchHelper
java.lang.Object
org.openurp.web.helper.SearchHelper
org.openurp.edu.web.helper.ExecutivePlanSearchHelper
-
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<ExecutivePlan> query, Semester semester) 添加在某个学期下活跃的/有效的培养计划的查询条件org.beangle.commons.dao.query.builder.OqlBuilder<ExecutivePlan>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
-
ExecutivePlanSearchHelper
public ExecutivePlanSearchHelper()
-
-
Method Details
-
buildProgramQuery
-
buildPlanQuery
-
addSemesterActiveCondition
public void addSemesterActiveCondition(org.beangle.commons.dao.query.builder.OqlBuilder<ExecutivePlan> query, Semester semester) 添加在某个学期下活跃的/有效的培养计划的查询条件
-