类 ExecutionPlanSearchHelper

java.lang.Object
org.openurp.web.helper.SearchHelper
org.openurp.edu.program.plan.web.helper.ExecutionPlanSearchHelper

public class ExecutionPlanSearchHelper extends SearchHelper
  • 构造器详细资料

    • ExecutionPlanSearchHelper

      public ExecutionPlanSearchHelper()
  • 方法详细资料

    • buildProgramQuery

      public org.beangle.commons.dao.query.builder.OqlBuilder<Program> buildProgramQuery()
    • buildPlanQuery

      public org.beangle.commons.dao.query.builder.OqlBuilder<ExecutionPlan> buildPlanQuery()
    • addSemesterActiveCondition

      public void addSemesterActiveCondition(org.beangle.commons.dao.query.builder.OqlBuilder<ExecutionPlan> query, Semester semester)
      添加在某个学期下活跃的/有效的培养计划的查询条件