| Package | Description |
|---|---|
| com.ptteng.micro.common.service | |
| com.ptteng.sca.micro.common.client |
| Modifier and Type | Method and Description |
|---|---|
TempData |
TempDataService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<TempData> |
TempDataService.getObjectsByIds(List<Long> ids) |
List<TempData> |
TempDataService.insertList(List<TempData> tempDataList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
TempDataService.insert(TempData tempData) |
boolean |
TempDataService.update(TempData tempData) |
| Modifier and Type | Method and Description |
|---|---|
List<TempData> |
TempDataService.insertList(List<TempData> tempDataList) |
boolean |
TempDataService.updateList(List<TempData> tempDataList) |
| Modifier and Type | Method and Description |
|---|---|
TempData |
TempDataSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<TempData> |
TempDataSCAClient.getObjectsByIds(List<Long> ids) |
List<TempData> |
TempDataSCAClient.insertList(List<TempData> tempDataList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
TempDataSCAClient.insert(TempData tempData) |
boolean |
TempDataSCAClient.update(TempData tempData) |
| Modifier and Type | Method and Description |
|---|---|
List<TempData> |
TempDataSCAClient.insertList(List<TempData> tempDataList) |
boolean |
TempDataSCAClient.updateList(List<TempData> tempDataList) |
Copyright © 2021. All rights reserved.