public interface StoreService
| Modifier and Type | Method and Description |
|---|---|
Map<Store,Double> |
findStoresByAddress(Address searchAddress,
double distance) |
List<Store> |
readAllStores() |
Store |
readStoreByStoreCode(String storeCode) |
Copyright © 2014. All Rights Reserved.