org.broadleafcommerce.core.store.service
Class StoreServiceImpl
java.lang.Object
org.broadleafcommerce.core.store.service.StoreServiceImpl
- All Implemented Interfaces:
- StoreService
@Service(value="blStoreService")
public class StoreServiceImpl
- extends Object
- implements StoreService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreServiceImpl
public StoreServiceImpl()
readStoreByStoreCode
public Store readStoreByStoreCode(String storeCode)
- Specified by:
readStoreByStoreCode in interface StoreService
readAllStores
public List<Store> readAllStores()
- Specified by:
readAllStores in interface StoreService
findStoresByAddress
public Map<Store,Double> findStoresByAddress(Address searchAddress,
double distance)
- Specified by:
findStoresByAddress in interface StoreService
Copyright © 2013. All Rights Reserved.