类 DataQueryAction

java.lang.Object
org.beangle.struts2.action.ActionSupport
org.beangle.struts2.action.EntityActionSupport
所有已实现的接口:
org.beangle.commons.text.i18n.TextResourceProvider

public class DataQueryAction extends RestrictionSupportAction
  • 构造器详细资料

    • DataQueryAction

      public DataQueryAction()
  • 方法详细资料

    • index

      public String index()
      从类复制的说明: RestrictionSupportAction
      FIXME 有问题
       stdTypeList, dartmentList 并不是在所有在页面上都被使用的
       
      覆盖:
      index 在类中 RestrictionSupportAction
    • getDatas

      protected void getDatas(org.openurp.web.action.DataQueryAction.DataType type)
    • getSemesters

      protected List<Semester> getSemesters(Integer projectId)
    • getSemesterCalendar

      protected Map<String,List<Semester>> getSemesterCalendar(Integer projectId)
    • getBasecodes

      protected List<?> getBasecodes()
    • getDatas

      protected Object getDatas()
    • getMajors

      protected List<Major> getMajors()
    • getDataType

      protected org.openurp.web.action.DataQueryAction.DataType getDataType()
    • getDataType

      protected org.openurp.web.action.DataQueryAction.DataType getDataType(String dataType)
    • getView

      protected String getView(String view)