| Package | Description |
|---|---|
| com.ptteng.onway.platform.service | |
| com.ptteng.sca.onway.platform.client |
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
StoreService.getObjectsByIds(List<Long> ids) |
List<Store> |
StoreService.insertList(List<Store> storeList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
StoreService.insert(Store store) |
boolean |
StoreService.update(Store store) |
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
StoreService.insertList(List<Store> storeList) |
boolean |
StoreService.updateList(List<Store> storeList) |
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
StoreSCAClient.getObjectsByIds(List<Long> ids) |
List<Store> |
StoreSCAClient.insertList(List<Store> storeList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
StoreSCAClient.insert(Store store) |
boolean |
StoreSCAClient.update(Store store) |
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
StoreSCAClient.insertList(List<Store> storeList) |
boolean |
StoreSCAClient.updateList(List<Store> storeList) |
Copyright © 2017. All rights reserved.