org.broadleafcommerce.core.store.dao
Class StoreDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.core.store.dao.StoreDaoImpl
All Implemented Interfaces:
StoreDao

@Repository(value="blStoreDao")
public class StoreDaoImpl
extends Object
implements StoreDao


Constructor Summary
StoreDaoImpl()
           
 
Method Summary
 List<Store> readAllStores()
           
 Store readStoreByStoreCode(String storeCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreDaoImpl

public StoreDaoImpl()
Method Detail

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.