| Package | Description |
|---|---|
| com.ptteng.rent.user.service | |
| com.ptteng.sca.rent.user.client |
| Modifier and Type | Method and Description |
|---|---|
Orders |
OrdersService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrdersService.getObjectsByIds(List<Long> ids) |
List<Orders> |
OrdersService.insertList(List<Orders> ordersList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OrdersService.insert(Orders orders) |
boolean |
OrdersService.update(Orders orders) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrdersService.insertList(List<Orders> ordersList) |
boolean |
OrdersService.randomSetUserCommentCount(List<Orders> notEvaluationNormalEndOrderList) |
boolean |
OrdersService.updateList(List<Orders> ordersList) |
| Modifier and Type | Method and Description |
|---|---|
Orders |
OrdersSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrdersSCAClient.getObjectsByIds(List<Long> ids) |
List<Orders> |
OrdersSCAClient.insertList(List<Orders> ordersList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OrdersSCAClient.insert(Orders orders) |
boolean |
OrdersSCAClient.update(Orders orders) |
| Modifier and Type | Method and Description |
|---|---|
List<Orders> |
OrdersSCAClient.insertList(List<Orders> ordersList) |
boolean |
OrdersSCAClient.randomSetUserCommentCount(List<Orders> notEvaluationNormalEndOrderList) |
boolean |
OrdersSCAClient.updateList(List<Orders> ordersList) |
Copyright © 2018. All Rights Reserved.