限定符和类型 | 方法和说明 |
---|---|
List<UserDTO> |
AppReciverDTO.getUserList() |
限定符和类型 | 方法和说明 |
---|---|
void |
AppReciverDTO.setUserList(List<UserDTO> userList) |
限定符和类型 | 方法和说明 |
---|---|
UserDTO |
SessionUtil.getUserFromRequest(javax.servlet.http.HttpServletRequest request)
根据请求的request获取session中的 user信息
|
限定符和类型 | 方法和说明 |
---|---|
void |
TreeNodeDTO.addUserChild(UserDTO user) |
限定符和类型 | 方法和说明 |
---|---|
com.epicpaas.sdk.core.api.ServiceResult<UserDTO> |
IUserService.getUser(String id)
根据用户ID查询用户
|
com.epicpaas.sdk.core.api.ServiceResult<UserDTO> |
IUserService.getUserByCode(String userCode)
通过用户code获取用户对象
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByAppIdAndGroupCode(String appId,
String groupCode)
获取群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByAppIdAndGroupCodeTenant(String appId,
String groupCode)
获取群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByGroupIds(String... groupId)
获取群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByGroupIdsTenant(String... groupId)
获取群组下的用户(租户自定义接口)
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByOrg(String org)
获取机构的用户列表
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByOrgCascade(String org,
Page page)
级联获取机构的用户列表
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByOrgCascade(String org,
String name,
Page page)
级联获取机构的用户列表
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByOrgIdAndGroupIds(String orgId,
String... groupId)
获取机构及对应群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByOrgIdAndGroupIdsCascade(String orgId,
String... groupId)
级联获取机构及对应群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByOrgIdAndGroupIdsCascadeTenant(String orgId,
String... groupId)
级联获取机构及对应群组下的用户(租户自定义接口)
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.getUserListByOrgIdAndGroupIdsTenant(String orgId,
String... groupId)
获取机构及对应群组下的用户(租户自定义接口)
|
com.epicpaas.sdk.core.api.ServiceResult<UserDTO> |
IUserService.saveOrUpdate(UserDTO userDTO)
创建、选择性更新一条用户数据
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserService.selectByCriteria(com.epicsaas.service.biz.userbase.entity.gen.UserCriteria example)
使用Criteria作为条件查询数据
|
限定符和类型 | 方法和说明 |
---|---|
com.epicpaas.sdk.core.api.ServiceResult<UserDTO> |
IUserService.saveOrUpdate(UserDTO userDTO)
创建、选择性更新一条用户数据
|
限定符和类型 | 方法和说明 |
---|---|
com.epicpaas.sdk.core.api.ServiceResult<UserDTO> |
IUserQueryService.getUser(String id)
根据用户ID查询用户
|
com.epicpaas.sdk.core.api.ServiceResult<UserDTO> |
IUserQueryService.getUserByCode(String userCode)
通过用户code获取用户对象
|
com.epicpaas.sdk.core.api.ServiceResult<UserDTO> |
IUserQueryService.getUserByCode(String userCode,
String password)
通过用户code和密码获取用户对象
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByAppIdAndGroupCode(String appId,
String groupCode)
获取群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByAppIdAndGroupCodeTenant(String appId,
String groupCode)
获取群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByGroupIds(String... groupId)
获取群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByGroupIdsTenant(String... groupId)
获取群组下的用户(租户自定义接口)
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByOrg(String org)
获取机构的用户列表
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByOrgCascade(String org,
Page page)
级联获取机构的用户列表
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByOrgCascade(String org,
String name,
Page page)
级联获取机构的用户列表
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByOrgIdAndGroupIds(String orgId,
String... groupId)
获取机构及对应群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByOrgIdAndGroupIdsCascade(String orgId,
String... groupId)
级联获取机构及对应群组下的用户
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByOrgIdAndGroupIdsCascadeTenant(String orgId,
String... groupId)
级联获取机构及对应群组下的用户(租户自定义接口)
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.getUserListByOrgIdAndGroupIdsTenant(String orgId,
String... groupId)
获取机构及对应群组下的用户(租户自定义接口)
|
com.epicpaas.sdk.core.api.ServiceResult<List<UserDTO>> |
IUserQueryService.selectByCriteria(com.epicsaas.service.biz.userbase.entity.gen.UserCriteria example)
使用Criteria作为条件查询数据
|
Copyright © 2014 EPIC Team. All rights reserved.