类 BaseAction
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.BaseAction
- 所有已实现的接口:
org.beangle.commons.text.i18n.TextResourceProvider
- 直接已知子类:
CourseAction,DirectionAction,MajorAction,MultiProjectSupportAction,NormalclassAction,SquadAction,TeacherAction
-
字段概要
字段修饰符和类型字段说明protected BaseInfoServiceprotected CodeServiceprotected DepartmentService部门服务对象protected org.beangle.commons.event.EventMulticasterprotected LogHelper系统日志protected SemesterService教学日历服务对象从类继承的字段 org.openurp.web.action.SecurityActionSupport
securityHelper从类继承的字段 org.beangle.struts2.action.EntityDrivenAction
config, entityDao从类继承的字段 org.beangle.struts2.action.ActionSupport
ERROR, INPUT, logger, SUCCESS -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidprotected voidprotected voidprotected voidprotected StringforwardError(String message) protected StringforwardError(String[] messages) protected DepartmentServiceprotected UserFIXME according schoolprotected OutputProcessObserverprotected OutputProcessObservergetOutputProcessObserver(Class<? extends OutputWebObserver> observerClass) protected OutputWebObservergetOutputProcessObserver(String forwardName, Class<? extends OutputWebObserver> observerClass) protected SemesterServiceprotected voidprotected voidprotected voidpublish(org.beangle.commons.event.Event event) 发布应用事件protected StringvoidsetBaseInfoService(BaseInfoService baseInfoService) voidsetCodeService(CodeService codeService) voidsetDepartmentService(DepartmentService departmentService) voidsetEventMulticaster(org.beangle.commons.event.EventMulticaster eventMulticaster) voidsetLogHelper(LogHelper logHelper) voidsetSemesterService(SemesterService semesterService) 从类继承的方法 org.openurp.web.action.SecurityActionSupport
applyPermission, getProfiles, getProperties, getUsername, setSecurityHelper从类继承的方法 org.beangle.struts2.action.EntityDrivenAction
buildEntityImporter, buildEntityImporter, buildEntityImporter, buildExporter, configExporter, configImporter, edit, editSetting, export, getConfig, getEntity, getEntity, getEntity, getEntityDao, getEntityName, getExportDatas, getImporterListeners, getModel, getModels, getModels, getPropertyExtractor, getQueryBuilder, getShortName, importData, importForm, index, indexSetting, info, populateEntity, populateEntity, populateEntity, remove, remove, remove, removeAndForward, save, saveAndForward, saveOrUpdate, saveOrUpdate, search, search, setConfig, setEntityDao从类继承的方法 org.beangle.struts2.action.EntityActionSupport
getId, getIds, getIntId, getIntIds, getLongId, getLongIds, getPageIndex, getPageLimit, getPageSize, populate, populate, populate, populate, populate, populate, populate, populate, populateConditions, populateConditions从类继承的方法 org.beangle.struts2.action.ActionSupport
addCookie, addCookie, addError, addFlashError, addFlashMessage, addMessage, deleteCookie, execute, forward, forward, forward, forward, forward, get, get, get, getActionErrors, getActionMessages, getAll, getAll, getAttribute, getAttribute, getBool, getBoolean, getCookieValue, getDate, getDateTime, getFlash, getFloat, getInt, getLocale, getLong, getRemoteAddr, getRequest, getResource, getResponse, getSession, getShort, getText, getText, getTextInternal, getTextResource, getTextResource, put, redirect, redirect, redirect, redirect
-
字段详细资料
-
codeService
-
baseInfoService
-
eventMulticaster
protected org.beangle.commons.event.EventMulticaster eventMulticaster -
semesterService
教学日历服务对象 -
departmentService
部门服务对象 -
logHelper
系统日志
-
-
构造器详细资料
-
BaseAction
public BaseAction()
-
-
方法详细资料
-
getLoginUser
FIXME according school- 返回:
-
forwardError
-
forwardError
-
getOutputProcessObserver
protected OutputWebObserver getOutputProcessObserver(String forwardName, Class<? extends OutputWebObserver> observerClass) -
redirect
-
getOutputProcessObserver
-
getOutputProcessObserver
protected OutputProcessObserver getOutputProcessObserver(Class<? extends OutputWebObserver> observerClass) -
publish
protected void publish(org.beangle.commons.event.Event event) 发布应用事件- 参数:
event-- 从以下版本开始:
- 2012-05-25
-
setCodeService
-
setBaseInfoService
-
getSemesterService
-
setSemesterService
-
getDepartmentService
-
setDepartmentService
-
setLogHelper
-
debug
-
debug
-
info
-
info
-
error
-
error
-
setEventMulticaster
public void setEventMulticaster(org.beangle.commons.event.EventMulticaster eventMulticaster)
-