| Constructor and Description |
|---|
StoreDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
readAllStores() |
List<Store> |
readAllStoresByState(String state) |
Store |
readStoreById(Long id) |
Store |
readStoreByStoreCode(String storeCode) |
Store |
readStoreByStoreName(String storeName) |
public Store readStoreById(Long id)
readStoreById in interface StoreDaopublic Store readStoreByStoreName(String storeName)
readStoreByStoreName in interface StoreDaopublic Store readStoreByStoreCode(String storeCode)
readStoreByStoreCode in interface StoreDaopublic List<Store> readAllStores()
readAllStores in interface StoreDaopublic List<Store> readAllStoresByState(String state)
readAllStoresByState in interface StoreDaoCopyright © 2015. All Rights Reserved.