Interface StoreService
- All Known Implementing Classes:
StoreServiceImpl
public interface StoreService
-
Method Summary
Modifier and TypeMethodDescriptionfindStoresByAddress(org.broadleafcommerce.profile.core.domain.Address searchAddress, double distance) readAllStoresByState(String state) readStoreById(Long id) readStoreByStoreCode(String storeCode) Deprecated.readStoreByStoreName(String storeName)
-
Method Details
-
readStoreById
-
readStoreByStoreName
-
readStoreByStoreCode
Deprecated.usereadStoreByStoreName(String)instead.- Parameters:
storeCode-- Returns:
-
saveStore
-
findStoresByAddress
-
readAllStores
-
readAllStoresByState
-
readStoreByStoreName(String)instead.