| Package | Description |
|---|---|
| com.ptteng.onway.platform.service | |
| com.ptteng.sca.onway.platform.client |
| Modifier and Type | Method and Description |
|---|---|
Food |
FoodService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Food> |
FoodService.getObjectsByIds(List<Long> ids) |
List<Food> |
FoodService.insertList(List<Food> foodList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FoodService.insert(Food food) |
boolean |
FoodService.update(Food food) |
| Modifier and Type | Method and Description |
|---|---|
List<Food> |
FoodService.insertList(List<Food> foodList) |
boolean |
FoodService.updateList(List<Food> foodList) |
| Modifier and Type | Method and Description |
|---|---|
Food |
FoodSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Food> |
FoodSCAClient.getObjectsByIds(List<Long> ids) |
List<Food> |
FoodSCAClient.insertList(List<Food> foodList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FoodSCAClient.insert(Food food) |
boolean |
FoodSCAClient.update(Food food) |
| Modifier and Type | Method and Description |
|---|---|
List<Food> |
FoodSCAClient.insertList(List<Food> foodList) |
boolean |
FoodSCAClient.updateList(List<Food> foodList) |
Copyright © 2017. All rights reserved.