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()
           
 List<Store> readAllStoresByState(String state)
           
 Store readStoreById(Long id)
           
 Store readStoreByStoreCode(String storeCode)
           
 Store readStoreByStoreName(String storeName)
           
 
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

readStoreById

public Store readStoreById(Long id)
Specified by:
readStoreById in interface StoreDao

readStoreByStoreName

public Store readStoreByStoreName(String storeName)
Specified by:
readStoreByStoreName in interface StoreDao

readStoreByStoreCode

public Store readStoreByStoreCode(String storeCode)
Specified by:
readStoreByStoreCode in interface StoreDao
Returns:

readAllStores

public List<Store> readAllStores()
Specified by:
readAllStores in interface StoreDao

readAllStoresByState

public List<Store> readAllStoresByState(String state)
Specified by:
readAllStoresByState in interface StoreDao


Copyright © 2013. All Rights Reserved.