org.broadleafcommerce.core.store.dao
Interface StoreDao

All Known Implementing Classes:
StoreDaoImpl

public interface StoreDao


Method Summary
 List<Store> readAllStores()
           
 Store readStoreByStoreCode(String storeCode)
           
 

Method Detail

readStoreByStoreCode

Store readStoreByStoreCode(String storeCode)

readAllStores

List<Store> readAllStores()


Copyright © 2012. All Rights Reserved.