类 PermitController
java.lang.Object
com.iplatform.base.AbstractController
com.iplatform.base.AbstractSecurityController
com.iplatform.base.AbstractFileOperateSpiController
com.iplatform.base.SystemController
com.iplatform.base.controller.PermitController
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
公共权限操作方法。
在该对象里面的方法,都无需配置菜单权限,只要登录用户都有权使用。
1)比如:获取字典树等
- 作者:
- 时克英
-
嵌套类概要
从类继承的嵌套类/接口 com.iplatform.base.AbstractController
AbstractController.ResponseFormat -
字段概要
从类继承的字段 com.iplatform.base.AbstractController
DEFAULT_JS_NAME, DEFAULT_PAGER_VIEW_NAME, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.walker.web.ResponseValue<List<com.iplatform.model.po.S_dict_data>>dictTypeList(String dictType) 根据代码表名字,查询包含的代码项集合。void根据文件id下载本地文件com.walker.web.ResponseValue获取移动端访问站点域名(地址),如:localhost:8080com.walker.web.ResponseValueselectDictTreeList(String dictType) 返回代码树结构(列表集合),由前端展示组装。从类继承的方法 com.iplatform.base.SystemController
afterPropertiesSet, downloadLocalImportTemplate, getCaptchaCacheProvider, getCurrentOrgMenuScope, getCurrentWebUserAgent, getDataImportEngine, getDept, getDeptCacheProvider, getDeptName, getDictCacheProvider, getDictName, getLoginStrategyManager, getNotificationTemplateCache, getOrgListScope, getOwner, getPushManager, getRootOrgIdByDept, getSmsCaptchaProvider, getUser, getUserCacheProvider, getUserLoginCache, getUserRootOrgId, getUserService, getWebAgentService, sendSmsCodeValidation, setCaptchaCacheProvider, setDeptCacheProvider, setDictCacheProvider, setPlatformDataImportEngine, setPushManager, setSmsCaptchaProvider, setUserCacheProvider, systemLogError, systemLogSuccess, validateSmsCode从类继承的方法 com.iplatform.base.AbstractFileOperateSpiController
acquireFileOperateSpi, clearCdnPrefix, getCdnUrl, getFileInfo, getFileInfoList, getLocalFileData, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote从类继承的方法 com.iplatform.base.AbstractSecurityController
acquireSecurityUserProperties, encryptPassword, getCurrentDataScope, getCurrentUser, getCurrentUserId, getCurrentUserPrincipal, getCurrentUserRoleIdList, isSupervisor, loginAsWorkflowRole, matchesPassword, validatePasswordRule从类继承的方法 com.iplatform.base.AbstractController
acquireTablePage, ajaxOutputFileStream, ajaxOutputFileStream, ajaxOutPutHtml, ajaxOutPutJson, ajaxOutPutText, ajaxOutPutXml, downloadSimpleFile, getArgumentManager, getArgumentVariable, getAttribute, getContextPath, getDoubleParameter, getFloatParameter, getIntParameter, getLongParameter, getParameter, getParameterUTF8, getParameterValues, getParamsDateTime, getPlatformCallback, getRequest, getResponse, getServerDomain, getThirdPartyManager, preparePageSearch, print, setAttribute, setDefaultContentType
-
构造器详细资料
-
PermitController
-
-
方法详细资料
-
getConfigFrontDomain
@RequestMapping("/config/front/domain") public com.walker.web.ResponseValue getConfigFrontDomain()获取移动端访问站点域名(地址),如:localhost:8080- 返回:
-
downloadLocalFile
@RequestMapping("/file/{id}") public void downloadLocalFile(@PathVariable String id) throws Exception 根据文件id下载本地文件- 参数:
id- 文件id(系统存储的唯一编号)- 抛出:
Exception
-
dictTypeList
@RequestMapping("/dict/data/type/{dictType}") public com.walker.web.ResponseValue<List<com.iplatform.model.po.S_dict_data>> dictTypeList(@PathVariable String dictType) 根据代码表名字,查询包含的代码项集合。- 参数:
dictType-- 返回:
-
selectDictTreeList
@RequestMapping("/dict/list_tree/{dictType}") public com.walker.web.ResponseValue selectDictTreeList(@PathVariable String dictType) 返回代码树结构(列表集合),由前端展示组装。- 参数:
dictType- 数据字典类型- 返回:
-