public class ExtManagerAction
extends com.fastchar.core.FastAction
| 构造器和说明 |
|---|
ExtManagerAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearNotice()
清空待办事项
|
void |
doneNotice()
更新待办事项
参数:
noticeId 事务Id
|
protected String |
getRoute() |
void |
login()
后台管理员登录
参数:
loginName 登录名{String}
loginPassword 登录密码【MD5加密后提交】 {String}
|
void |
logout()
退出后台登录
|
void |
modifyPassword()
修改管理员密码
参数:
managerId 管理员Id
managerPassword 当前登录密码【明文】
newPassword 新的登录密码【明文】
reNewPassword 确认新的登录密码【明文】
|
void |
resetPassword()
重置管理员账户密码
参数:
managerId 管理员Id
newPassword 新的登录密码【明文】
|
void |
updatePower()
更新管理员权限与角色权限相同
参数:
managerId 管理员Id
|
void |
valid()
后台操作功能时进行安全验证
参数:
loginName 登录名{String}
loginPassword 登录密码【MD5加密后提交】 {String}
operate 操作的功能介绍
timeout 验证的有效期,单位秒 默认:24小时,
|
void |
waitNotice()
获取系统待办事项
参数:
noticeId 获取指定的noticeId之后的数据
|
addParam, addParamFile, check, check, deleteAllParamFiles, forward, getContentType, getCookie, getCookie, getCookieObject, getCookieObjects, getCookieToBoolean, getCookieToBoolean, getCookieToDouble, getCookieToDouble, getCookieToInt, getCookieToInt, getCookieToLong, getCookieToLong, getFastOut, getFastRoute, getFileParameterNames, getForwarder, getLock, getParam, getParam, getParam, getParamDataToString, getParamDataToString, getParamDataToXml, getParamFile, getParamFile, getParamFile, getParamFileList, getParamFileList, getParamFiles, getParamFiles, getParamListFile, getParamNames, getParamToArray, getParamToArray, getParamToBoolean, getParamToBoolean, getParamToBoolean, getParamToBooleanArray, getParamToBooleanArray, getParamToClass, getParamToClass, getParamToDate, getParamToDate, getParamToDate, getParamToDate, getParamToDate, getParamToDate, getParamToDateArray, getParamToDateArray, getParamToDateArray, getParamToDateArray, getParamToDouble, getParamToDouble, getParamToDouble, getParamToDouble, getParamToDouble, getParamToDoubleArray, getParamToDoubleArray, getParamToDoubleList, getParamToDoubleList, getParamToEntity, getParamToEntity, getParamToEntityArray, getParamToEntityArray, getParamToEntityList, getParamToEntityList, getParamToEnum, getParamToEnum, getParamToEnum, getParamToEnumArray, getParamToEnumArray, getParamToEnumList, getParamToEnumList, getParamToFloat, getParamToFloat, getParamToFloat, getParamToFloat, getParamToFloat, getParamToFloatArray, getParamToFloatArray, getParamToFloatList, getParamToFloatList, getParamToInt, getParamToInt, getParamToInt, getParamToIntArray, getParamToIntArray, getParamToIntList, getParamToIntList, getParamToList, getParamToList, getParamToLong, getParamToLong, getParamToLong, getParamToLongArray, getParamToLongArray, getParamToLongList, getParamToLongList, getParamToMap, getParamToMap, getParamToMap, getParamToMapList, getParamToMapList, getParamToShort, getParamToShort, getParamToShort, getParamToShortArray, getParamToShortArray, getParamToShortList, getParamToShortList, getProjectHost, getRemoteIp, getRequesetAttr, getRequest, getRequestHeader, getRequestHeaderNames, getRequestHeaders, getRequestMethod, getResponse, getServletContext, getSession, getSession, getStatus, getUrlParam, getUrlParams, getUserAgent, invoke, isLog, isLogResponse, isMultipart, isParamBlank, isParamEmpty, isParamExists, isParamNotBlank, isParamNotEmpty, redirect, redirect301, removeCookie, removeCookie, removeCookie, removeLock, removeRequestAttr, removeSession, resetCaptcha, response, response404, response500, response502, responseCaptcha, responseFile, responseFile, responseFile, responseFile, responseFile, responseFile, responseFile, responseFreemarker, responseFreemarker, responseHtml, responseImage, responseImage, responseJson, responseJson, responseJson, responseJsp, responseParamError, responseParamError, responseStatus, responseText, responseText, responseText, responseText, responseThymeleaf, responseThymeleaf, responseVelocity, responseVelocity, responseXml, responseXml, setCookie, setCookie, setCookie, setCookie, setCookie, setCookie, setCookie, setCookie, setLog, setLogResponse, setParam, setRequestAttr, setRequestAttr, setSession, setStatus, validateCaptchaprotected String getRoute()
getRoute 在类中 com.fastchar.core.FastActionpublic void login()
public void valid()
public void logout()
public void resetPassword()
public void modifyPassword()
public void updatePower()
public void waitNotice()
throws Exception
Exceptionpublic void doneNotice()
public void clearNotice()
Copyright © 2021. All rights reserved.