| 限定符和类型 | 方法和说明 |
|---|---|
int |
MessageManualService.countUnreadMessages(LoginUser.Type userType,
long userId)
加载所有 未读消息
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract LoginUser.Type |
LoginUser.getUserType() |
static LoginUser.Type |
LoginUser.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LoginUser.Type[] |
LoginUser.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static tk.mybatis.mapper.entity.Condition |
AccountService.getUserCondition(LoginUser.Type userType) |
LoginUser |
AccountService.loadLoginAccount(Long accountId,
LoginUser.Type userType)
从数据库加载用户信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
LoginUser.Type |
Admin.getUserType() |
LoginUser.Type |
User.getUserType() |
Copyright © 2020. All rights reserved.