| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountService.getObjectsByIds(List<Long> ids) |
List<Account> |
AccountService.insertList(List<Account> accountList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AccountService.insert(Account account) |
boolean |
AccountService.update(Account account) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountService.insertList(List<Account> accountList) |
boolean |
AccountService.updateList(List<Account> accountList) |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountSCAClient.getObjectsByIds(List<Long> ids) |
List<Account> |
AccountSCAClient.insertList(List<Account> accountList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AccountSCAClient.insert(Account account) |
boolean |
AccountSCAClient.update(Account account) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountSCAClient.insertList(List<Account> accountList) |
boolean |
AccountSCAClient.updateList(List<Account> accountList) |
Copyright © 2019. All Rights Reserved.