public interface StoreService
| Modifier and Type | Method and Description |
|---|---|
Map<Store,Double> |
findStoresByAddress(Address searchAddress,
double distance) |
List<Store> |
readAllStores() |
List<Store> |
readAllStoresByState(String state) |
Store |
readStoreById(Long id) |
Store |
readStoreByStoreCode(String storeCode)
Deprecated.
use
readStoreByStoreName(String) instead. |
Store |
readStoreByStoreName(String storeName) |
@Deprecated Store readStoreByStoreCode(String storeCode)
readStoreByStoreName(String) instead.storeCode - Copyright © 2015. All Rights Reserved.