Uses of Interface
cn.mapway.ui.client.IUserInfo
-
Packages that use IUserInfo Package Description cn.mapway.server cn.mapway.ui.client cn.mapway.ui.server -
-
Uses of IUserInfo in cn.mapway.server
Methods in cn.mapway.server that return IUserInfo Modifier and Type Method Description IUserInfoIServerPlugin. requestUser()服务插件获取当前请求的用户信息 -
Uses of IUserInfo in cn.mapway.ui.client
Methods in cn.mapway.ui.client that return IUserInfo Modifier and Type Method Description IUserInfoIClientContext. getUserInfo()获取当前登录的用户信息Methods in cn.mapway.ui.client that return types with arguments of type IUserInfo Modifier and Type Method Description elemental2.promise.Promise<elemental2.core.JsArray<IUserInfo>>IClientContext. chooseUser()全局提供一个选择用户对话框Methods in cn.mapway.ui.client with parameters of type IUserInfo Modifier and Type Method Description voidIClientContext. setUserInfo(IUserInfo userInfo) -
Uses of IUserInfo in cn.mapway.ui.server
Methods in cn.mapway.ui.server that return IUserInfo Modifier and Type Method Description IUserInfoIServerContext. getSuperUser()超级管理员IUserInfoIServerContext. requestUser()获取当前的登录用户
-