| Package | Description |
|---|---|
| com.xforceplus.ultraman.datarule.api.usercenter.api | |
| com.xforceplus.ultraman.datarule.api.usercenter.api.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Map> |
IUserCenterEnvApi.getTenantCpys(AuthTplDTO authTpl,
Long tenantId,
String searchKey) |
Integer |
IUserCenterEnvApi.getTenantCpyTotalCount(AuthTplDTO authTpl,
Long tenantId) |
List<Map> |
IUserCenterEnvApi.getTenantOrgs(AuthTplDTO authTpl,
Long tenantId,
String searchKey) |
Integer |
IUserCenterEnvApi.getTenantOrgTotalCount(AuthTplDTO authTpl,
Long tenantId) |
List<Map> |
IUserCenterEnvApi.getTenantRoles(AuthTplDTO authTpl,
Long tenantId,
String searchKey) |
List<Map> |
IUserCenterEnvApi.getTenants(AuthTplDTO authTpl,
String searchKey) |
Map |
IUserCenterEnvApi.getUserInfo(AuthTplDTO authTpl,
Long tenantId,
Long userId) |
List<Map> |
IUserCenterEnvApi.getUserList(AuthTplDTO authTpl,
Long tenantId,
Map<String,Object> params) |
List<Map> |
IUserCenterEnvApi.getUserTenantCpys(AuthTplDTO authTpl,
Long tenantId,
Long userId) |
List<Map> |
IUserCenterEnvApi.getUserTenantOrgs(AuthTplDTO authTpl,
Long tenantId,
Long userId) |
List<Map> |
IUserCenterEnvApi.getUserTenantOrgsWithFullFlag(AuthTplDTO authTpl,
Long tenantId,
Long userId) |
| Modifier and Type | Method and Description |
|---|---|
List<Map> |
UserCenterEnvApiImpl.getTenantCpys(AuthTplDTO authTpl,
Long tenantId,
String searchKey)
查询租户的公司列表信息
|
Integer |
UserCenterEnvApiImpl.getTenantCpyTotalCount(AuthTplDTO authTpl,
Long tenantId)
查询租户公司总数
|
List<Map> |
UserCenterEnvApiImpl.getTenantOrgs(AuthTplDTO authTpl,
Long tenantId,
String searchKey)
查询租户组织列表信息
|
Integer |
UserCenterEnvApiImpl.getTenantOrgTotalCount(AuthTplDTO authTpl,
Long tenantId)
查询租户组织总数
|
List<Map> |
UserCenterEnvApiImpl.getTenantRoles(AuthTplDTO authTpl,
Long tenantId,
String searchKey)
查询租户角色列表信息
|
List<Map> |
UserCenterEnvApiImpl.getTenants(AuthTplDTO authTpl,
String searchKey)
查询租户列表信息
|
Map |
UserCenterEnvApiImpl.getUserInfo(AuthTplDTO authTpl,
Long tenantId,
Long userId)
获取用户信息
|
List<Map> |
UserCenterEnvApiImpl.getUserList(AuthTplDTO authTpl,
Long tenantId,
Map<String,Object> params)
获取用户列表
|
List<Map> |
UserCenterEnvApiImpl.getUserTenantCpys(AuthTplDTO authTpl,
Long tenantId,
Long userId)
查询 用户当前租户所属公司列表信息
|
List<Map> |
UserCenterEnvApiImpl.getUserTenantOrgs(AuthTplDTO authTpl,
Long tenantId,
Long userId)
查询用户当前租户所属组织列表信息
|
List<Map> |
UserCenterEnvApiImpl.getUserTenantOrgsWithFullFlag(AuthTplDTO authTpl,
Long tenantId,
Long userId)
查询用户当前租户所属组织列表信息带是否全部组织标记
|
Copyright © 2024. All rights reserved.