| 程序包 | 说明 |
|---|---|
| com.ptteng.employment.common.service | |
| com.ptteng.sca.employment.common.client |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
AccountService.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Account> |
AccountService.getObjectsByIds(List<Long> ids) |
List<Account> |
AccountService.insertList(List<Account> accountList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
AccountService.insert(Account account) |
boolean |
AccountService.update(Account account) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Account> |
AccountService.insertList(List<Account> accountList) |
boolean |
AccountService.updateList(List<Account> accountList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
AccountSCAClient.getObjectById(Long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Account> |
AccountSCAClient.getObjectsByIds(List<Long> ids) |
List<Account> |
AccountSCAClient.insertList(List<Account> accountList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
AccountSCAClient.insert(Account account) |
boolean |
AccountSCAClient.update(Account account) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Account> |
AccountSCAClient.insertList(List<Account> accountList) |
boolean |
AccountSCAClient.updateList(List<Account> accountList) |
Copyright © 2021. All rights reserved.