Class ExecutivePlanSearchHelper

java.lang.Object
org.openurp.web.helper.SearchHelper
org.openurp.edu.web.helper.ExecutivePlanSearchHelper

public class ExecutivePlanSearchHelper extends SearchHelper
  • Constructor Details

    • ExecutivePlanSearchHelper

      public ExecutivePlanSearchHelper()
  • Method Details

    • buildProgramQuery

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

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

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