类 AdminBaseAction

java.lang.Object
org.beangle.struts2.action.ActionSupport
org.beangle.struts2.action.EntityActionSupport
org.beangle.struts2.action.EntityDrivenAction
org.openurp.web.action.SecurityActionSupport
org.openurp.edu.web.action.AdminBaseAction
所有已实现的接口:
org.beangle.commons.text.i18n.TextResourceProvider
直接已知子类:
HomeAction, ProgramAction, RestrictionSupportAction

public abstract class AdminBaseAction extends SecurityActionSupport
  • 字段详细资料

    • codeService

      protected CodeService codeService
    • baseInfoService

      protected BaseInfoService baseInfoService
    • eventMulticaster

      protected org.beangle.commons.event.EventMulticaster eventMulticaster
    • semesterService

      protected SemesterService semesterService
      教学日历服务对象
    • timeSettingService

      protected TimeSettingService timeSettingService
    • departmentService

      protected DepartmentService departmentService
      部门服务对象
    • logHelper

      protected LogHelper logHelper
      系统日志
    • projectPropertyService

      protected ProjectPropertyService projectPropertyService
    • projectContext

      protected ProjectContext projectContext
  • 构造器详细资料

    • AdminBaseAction

      public AdminBaseAction()
  • 方法详细资料

    • getLoginUser

      protected User getLoginUser()
      FIXME according school
      返回:
    • forwardError

      protected String forwardError(String message)
    • forwardError

      protected String forwardError(String[] messages)
    • importForm

      public String importForm()
      覆盖:
      importForm 在类中 org.beangle.struts2.action.EntityDrivenAction
    • addBasecode

      protected void addBasecode(String key, Class<? extends org.beangle.commons.entity.pojo.Code<Integer>> clazz)
    • addBaseInfo

      protected void addBaseInfo(String key, Class<? extends BaseInfo> clazz)
    • getBaseInfos

      protected List getBaseInfos(Class<? extends BaseInfo> clazz)
    • getOutputProcessObserver

      protected OutputWebObserver getOutputProcessObserver(String forwardName, Class<? extends OutputWebObserver> observerClass)
    • redirect

      protected String redirect(org.beangle.struts2.convention.route.Action action, String message, String[] prefixes)
    • getOutputProcessObserver

      protected OutputProcessObserver getOutputProcessObserver()
    • getOutputProcessObserver

      protected OutputProcessObserver getOutputProcessObserver(Class<? extends OutputWebObserver> observerClass)
    • publish

      protected void publish(org.beangle.commons.event.Event event)
      发布应用事件
      参数:
      event -
      从以下版本开始:
      2012-05-25
    • setCodeService

      public void setCodeService(CodeService codeService)
    • setBaseInfoService

      public void setBaseInfoService(BaseInfoService baseInfoService)
    • getSemesterService

      protected SemesterService getSemesterService()
    • setSemesterService

      public void setSemesterService(SemesterService semesterService)
    • getDepartmentService

      protected DepartmentService getDepartmentService()
    • setDepartmentService

      public void setDepartmentService(DepartmentService departmentService)
    • setLogHelper

      public void setLogHelper(LogHelper logHelper)
    • debug

      protected void debug(Object debubObj)
    • debug

      protected void debug(Object debubObj, Exception e)
    • info

      protected void info(Object infoObj)
    • info

      protected void info(Object infoObj, Exception e)
    • error

      protected void error(Object errorObj)
    • error

      protected void error(Object errorObj, Exception e)
    • setEventMulticaster

      public void setEventMulticaster(org.beangle.commons.event.EventMulticaster eventMulticaster)
    • setProjectContext

      public void setProjectContext(ProjectContext projectContext)
    • getProjectContext

      public ProjectContext getProjectContext()
    • setTimeSettingService

      public void setTimeSettingService(TimeSettingService timeSettingService)
    • setProjectPropertyService

      public void setProjectPropertyService(ProjectPropertyService projectPropertyService)