| Package | Description |
|---|---|
| com.ptteng.rent.user.service | |
| com.ptteng.sca.rent.user.client |
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserService.getObjectsByIds(List<Long> ids) |
List<User> |
UserService.insertList(List<User> userList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserService.insert(User user) |
boolean |
UserService.update(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserService.insertList(List<User> userList) |
boolean |
UserService.updateList(List<User> userList) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserSCAClient.getObjectsByIds(List<Long> ids) |
List<User> |
UserSCAClient.insertList(List<User> userList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserSCAClient.insert(User user) |
boolean |
UserSCAClient.update(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserSCAClient.insertList(List<User> userList) |
boolean |
UserSCAClient.updateList(List<User> userList) |
Copyright © 2018. All Rights Reserved.