| Package | Description |
|---|---|
| com.ptteng.micro.common.service | |
| com.ptteng.sca.micro.common.client |
| Modifier and Type | Method and Description |
|---|---|
Orders |
OrderService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrderService.getObjectsByIds(List<Long> ids) |
List<Orders> |
OrderService.insertList(List<Orders> ordersList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OrderService.insert(Orders orders) |
boolean |
OrderService.update(Orders orders) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrderService.insertList(List<Orders> ordersList) |
boolean |
OrderService.updateList(List<Orders> ordersList) |
| Modifier and Type | Method and Description |
|---|---|
Orders |
OrderSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrderSCAClient.getObjectsByIds(List<Long> ids) |
List<Orders> |
OrderSCAClient.insertList(List<Orders> ordersList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OrderSCAClient.insert(Orders orders) |
boolean |
OrderSCAClient.update(Orders orders) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrderSCAClient.insertList(List<Orders> ordersList) |
boolean |
OrderSCAClient.updateList(List<Orders> ordersList) |
Copyright © 2020. All rights reserved.