org.broadleafcommerce.core.store.service
Interface StoreService

All Known Implementing Classes:
StoreServiceImpl

public interface StoreService


Method Summary
 Map<Store,Double> findStoresByAddress(Address searchAddress, double distance)
           
 List<Store> readAllStores()
           
 Store readStoreByStoreCode(String storeCode)
           
 

Method Detail

readStoreByStoreCode

Store readStoreByStoreCode(String storeCode)

findStoresByAddress

Map<Store,Double> findStoresByAddress(Address searchAddress,
                                      double distance)

readAllStores

List<Store> readAllStores()


Copyright © 2012. All Rights Reserved.