类 StudentProjectSupport
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.openurp.edu.web.action.MultiProjectSupportAction
org.openurp.edu.web.action.StudentProjectSupport
- 所有已实现的接口:
org.beangle.commons.text.i18n.TextResourceProvider
-
字段概要
从类继承的字段 org.openurp.edu.web.action.BaseAction
baseInfoService, codeService, departmentService, eventMulticaster, logHelper, semesterService从类继承的字段 org.openurp.web.action.SecurityActionSupport
securityHelper从类继承的字段 org.beangle.struts2.action.EntityDrivenAction
config, entityDao从类继承的字段 org.beangle.struts2.action.ActionSupport
ERROR, INPUT, logger, SUCCESS -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaddBasecode(String key, Class<? extends org.beangle.commons.entity.pojo.Code<Integer>> clazz) protected voidaddBaseInfo(String key, Class<? extends BaseInfo> clazz) protected ListgetBaseInfos(Class<? extends BaseInfo> clazz) getLoginStudent(Project project) 决定展现给用户哪些教学项目,被index使用。从类继承的方法 org.openurp.edu.web.action.MultiProjectSupportAction
getProject, getSemester, index, innerIndex从类继承的方法 org.openurp.edu.web.action.BaseAction
debug, debug, error, error, forwardError, forwardError, getDepartmentService, getLoginUser, getOutputProcessObserver, getOutputProcessObserver, getOutputProcessObserver, getSemesterService, info, info, publish, redirect, setBaseInfoService, setCodeService, setDepartmentService, setEventMulticaster, setLogHelper, setSemesterService从类继承的方法 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, 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
-
构造器详细资料
-
StudentProjectSupport
public StudentProjectSupport()
-
-
方法详细资料
-
addBasecode
protected void addBasecode(String key, Class<? extends org.beangle.commons.entity.pojo.Code<Integer>> clazz) - 覆盖:
addBasecode在类中MultiProjectSupportAction
-
addBaseInfo
- 覆盖:
addBaseInfo在类中MultiProjectSupportAction
-
getBaseInfos
-
getProjects
从类复制的说明:MultiProjectSupportAction决定展现给用户哪些教学项目,被index使用。
展现的教学项目由功能Action自行决定- 指定者:
getProjects在类中MultiProjectSupportAction- 返回:
-
getLoginStudent
-