public class PlatformCache
extends com.ssrs.framework.cache.CacheDataProvider
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ProviderID |
static String |
Type_Branch |
static String |
Type_BranchPriv |
static String |
Type_Role |
static String |
Type_RolePriv |
static String |
Type_User |
static String |
Type_UserRole |
| 构造器和说明 |
|---|
PlatformCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addUserRole(String userName,
String roleCode) |
static Branch |
getBranch(String innerCode) |
String |
getExtendItemID() |
String |
getExtendItemName() |
static Role |
getRole(String roleCode) |
static User |
getUser(String userName) |
static String |
getUserRole(String userName) |
void |
onKeyNotFound(String type,
String key) |
static void |
removeRole(String roleCode) |
static void |
removeUserRole(String userName,
String roleCode) |
Copyright © 2020. All rights reserved.