public interface StoreDao
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
readAllStores() |
List<Store> |
readAllStoresByState(String state) |
Store |
readStoreById(Long id) |
Store |
readStoreByStoreCode(String storeCode)
Deprecated.
use
readStoreByStoreName(String) instead |
Store |
readStoreByStoreName(String storeName) |
@Deprecated Store readStoreByStoreCode(String storeCode)
readStoreByStoreName(String) insteadstoreCode - Copyright © 2014. All Rights Reserved.