public interface StoreService
| Modifier and Type | Method and Description |
|---|---|
Map<Store,Double> |
findStoresByAddress(org.broadleafcommerce.profile.core.domain.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) |
Store |
saveStore(Store store) |
@Deprecated Store readStoreByStoreCode(String storeCode)
readStoreByStoreName(String) instead.storeCode - Map<Store,Double> findStoresByAddress(org.broadleafcommerce.profile.core.domain.Address searchAddress, double distance)
Copyright © 2022. All rights reserved.