| 程序包 | 说明 |
|---|---|
| com.easycodebox.login.ws | |
| com.easycodebox.login.ws.bo |
| 限定符和类型 | 方法和说明 |
|---|---|
UserWsBo |
UserWsService.load(String id,
String username,
String nickname)
已过时。
|
UserWsBo |
UserWsService.loadById(String id)
详情 (包含禁用状态的用户)
后期load方法删除后,此方法改名为load |
| 限定符和类型 | 方法和说明 |
|---|---|
com.easycodebox.common.lang.dto.DataPage<UserWsBo> |
UserWsService.page(Integer groupId,
String userNo,
String username,
String nickname,
String realname,
com.easycodebox.common.enums.entity.status.CloseStatus status,
String email,
String mobile,
String[] ids,
Integer pageNo,
Integer pageSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
UserWsService.add(UserWsBo user,
String roleName)
新增
|
int |
UserWsService.update(UserWsBo userWsBo) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
UserExtWsBo |
Copyright © 2016. All rights reserved.