Class StoreServiceImpl
java.lang.Object
org.broadleafcommerce.core.store.service.StoreServiceImpl
- All Implemented Interfaces:
StoreService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindStoresByAddress(Address searchAddress, double distance) readAllStoresByState(String state) readStoreById(Long id) readStoreByStoreCode(String storeCode) readStoreByStoreName(String storeName)
-
Constructor Details
-
StoreServiceImpl
public StoreServiceImpl()
-
-
Method Details
-
readStoreById
- Specified by:
readStoreByIdin interfaceStoreService
-
readStoreByStoreName
- Specified by:
readStoreByStoreNamein interfaceStoreService
-
readStoreByStoreCode
- Specified by:
readStoreByStoreCodein interfaceStoreService- Returns:
-
readAllStores
- Specified by:
readAllStoresin interfaceStoreService
-
readAllStoresByState
- Specified by:
readAllStoresByStatein interfaceStoreService
-
saveStore
- Specified by:
saveStorein interfaceStoreService
-
findStoresByAddress
- Specified by:
findStoresByAddressin interfaceStoreService
-