@Service(value="blStoreService") public class StoreServiceImpl extends Object implements StoreService
| Constructor and Description |
|---|
StoreServiceImpl() |
| 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) |
Store |
readStoreByStoreName(String storeName) |
public Store readStoreById(Long id)
readStoreById in interface StoreServicepublic Store readStoreByStoreName(String storeName)
readStoreByStoreName in interface StoreServicepublic Store readStoreByStoreCode(String storeCode)
readStoreByStoreCode in interface StoreServicepublic List<Store> readAllStores()
readAllStores in interface StoreServicepublic List<Store> readAllStoresByState(String state)
readAllStoresByState in interface StoreServicepublic Map<Store,Double> findStoresByAddress(Address searchAddress, double distance)
findStoresByAddress in interface StoreServiceCopyright © 2014. All Rights Reserved.