| Package | Description |
|---|---|
| com.ptteng.onway.platform.service | |
| com.ptteng.onway.platform.unit | |
| com.ptteng.sca.onway.platform.client |
| Modifier and Type | Method and Description |
|---|---|
FoodOrderRelation |
FoodOrderRelationService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<FoodOrderRelation> |
FoodOrderRelationService.getObjectsByIds(List<Long> ids) |
List<FoodOrderRelation> |
FoodOrderRelationService.insertList(List<FoodOrderRelation> foodOrderRelationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FoodOrderRelationService.insert(FoodOrderRelation foodOrderRelation) |
boolean |
FoodOrderRelationService.update(FoodOrderRelation foodOrderRelation) |
| Modifier and Type | Method and Description |
|---|---|
List<FoodOrderRelation> |
FoodOrderRelationService.insertList(List<FoodOrderRelation> foodOrderRelationList) |
boolean |
FoodOrderRelationService.updateList(List<FoodOrderRelation> foodOrderRelationList) |
| Modifier and Type | Method and Description |
|---|---|
FoodOrderRelation |
FoodOrder.getFoodOrderRelation() |
| Modifier and Type | Method and Description |
|---|---|
List<FoodOrderRelation> |
FoodOrder.getFoodList() |
| Modifier and Type | Method and Description |
|---|---|
void |
FoodOrder.setFoodOrderRelation(FoodOrderRelation foodOrderRelation) |
| Modifier and Type | Method and Description |
|---|---|
void |
FoodOrder.setFoodList(List<FoodOrderRelation> foodList) |
| Modifier and Type | Method and Description |
|---|---|
FoodOrderRelation |
FoodOrderRelationSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<FoodOrderRelation> |
FoodOrderRelationSCAClient.getObjectsByIds(List<Long> ids) |
List<FoodOrderRelation> |
FoodOrderRelationSCAClient.insertList(List<FoodOrderRelation> foodOrderRelationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FoodOrderRelationSCAClient.insert(FoodOrderRelation foodOrderRelation) |
boolean |
FoodOrderRelationSCAClient.update(FoodOrderRelation foodOrderRelation) |
| Modifier and Type | Method and Description |
|---|---|
List<FoodOrderRelation> |
FoodOrderRelationSCAClient.insertList(List<FoodOrderRelation> foodOrderRelationList) |
boolean |
FoodOrderRelationSCAClient.updateList(List<FoodOrderRelation> foodOrderRelationList) |
Copyright © 2017. All rights reserved.