类 PlatformAdapterController
java.lang.Object
com.iplatform.base.AbstractController
com.iplatform.base.AbstractSecurityController
com.iplatform.base.AbstractFileOperateSpiController
com.iplatform.base.SystemController
com.iplatform.base.PlatformAdapterController
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
- 直接已知子类:
UserAndDeptApi,WechatBaseController
新界面,重构平台定义的基础控制器。
- 作者:
- 时克英
-
嵌套类概要
从类继承的嵌套类/接口 com.iplatform.base.AbstractController
AbstractController.ResponseFormat -
字段概要
从类继承的字段 com.iplatform.base.AbstractController
DEFAULT_JS_NAME, DEFAULT_PAGER_VIEW_NAME, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明acquireGroupDataConfigList(int groupId, String cdnUrl) 根据分组ID,返回分组包含的数据项配置集合信息。protected <T> List<T>acquireGroupDataList(int groupId, boolean status, Class<T> clazz, String cdnUrl) 返回分组包含的动态添加项列表集合。protected <T> TacquireGroupDataNormal(int groupDataId, Class<T> clazz, String cdnUrl) 根据分组项目ID,返回转换后的对象。protected SystemGroupCache从类继承的方法 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, updateLoginUserRoleListInCache, validateSmsCode从类继承的方法 com.iplatform.base.AbstractFileOperateSpiController
acquireFileOperateSpi, clearCdnPrefix, getCdnUrl, getFileInfo, getFileInfoList, getLocalFileData, getOssFileData, 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
-
构造器详细资料
-
PlatformAdapterController
public PlatformAdapterController()
-
-
方法详细资料
-
getSystemGroupCache
-
acquireGroupDataNormal
根据分组项目ID,返回转换后的对象。- 类型参数:
T-- 参数:
groupDataId-clazz-cdnUrl-- 返回:
-
acquireGroupDataList
protected <T> List<T> acquireGroupDataList(int groupId, boolean status, Class<T> clazz, String cdnUrl) 返回分组包含的动态添加项列表集合。1) 目前,在充值功能中使用,显示充值套餐列表。- 类型参数:
T-- 参数:
groupId- 分组IDstatus- 是否可用clazz- 转换结果对象cdnUrl- 图片前缀- 返回:
-
acquireGroupDataConfigList
根据分组ID,返回分组包含的数据项配置集合信息。例如:1)配置的APP首页底部导航。- 参数:
groupId- 分组ID- 返回:
-