Interface StoreDao
- All Known Implementing Classes:
StoreDaoImpl
public interface StoreDao
-
Method Summary
Modifier and TypeMethodDescriptionreadAllStoresByState(String state) readStoreById(Long id) readStoreByStoreCode(String storeCode) Deprecated.readStoreByStoreName(String storeName)
-
Method Details
-
readStoreById
-
readStoreByStoreName
-
readStoreByStoreCode
Deprecated.usereadStoreByStoreName(String)instead- Parameters:
storeCode-- Returns:
-
readAllStores
-
readAllStoresByState
-
save
-
readStoreByStoreName(String)instead