Class DataQueryAction

java.lang.Object
org.beangle.struts2.action.ActionSupport
org.beangle.struts2.action.EntityActionSupport
All Implemented Interfaces:
org.beangle.commons.text.i18n.TextResourceProvider

public class DataQueryAction extends RestrictionSupportAction
  • Constructor Details

    • DataQueryAction

      public DataQueryAction()
  • Method Details

    • index

      public String index()
      Description copied from class: RestrictionSupportAction
      FIXME 有问题
       stdTypeList, dartmentList 并不是在所有在页面上都被使用的
       
      Overrides:
      index in class 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)