org.broadleafcommerce.core.store.dao
Class StoreDaoImpl
java.lang.Object
org.broadleafcommerce.core.store.dao.StoreDaoImpl
- All Implemented Interfaces:
- StoreDao
@Repository(value="blStoreDao")
public class StoreDaoImpl
- extends Object
- implements StoreDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreDaoImpl
public StoreDaoImpl()
readStoreByStoreCode
public Store readStoreByStoreCode(String storeCode)
- Specified by:
readStoreByStoreCode in interface StoreDao
readAllStores
public List<Store> readAllStores()
- Specified by:
readAllStores in interface StoreDao
Copyright © 2012. All Rights Reserved.