org.broadleafcommerce.core.store.dao
Interface StoreDao
- All Known Implementing Classes:
- StoreDaoImpl
public interface StoreDao
readStoreById
Store readStoreById(Long id)
readStoreByStoreName
Store readStoreByStoreName(String storeName)
readStoreByStoreCode
@Deprecated
Store readStoreByStoreCode(String storeCode)
- Deprecated. use
readStoreByStoreName(String) instead
- Parameters:
storeCode -
- Returns:
readAllStores
List<Store> readAllStores()
readAllStoresByState
List<Store> readAllStoresByState(String state)
Copyright © 2013. All Rights Reserved.