Uses of Interface
org.broadleafcommerce.core.store.domain.Store

Packages that use Store
org.broadleafcommerce.core.store.dao   
org.broadleafcommerce.core.store.domain   
org.broadleafcommerce.core.store.service   
 

Uses of Store in org.broadleafcommerce.core.store.dao
 

Methods in org.broadleafcommerce.core.store.dao that return Store
 Store StoreDaoImpl.readStoreById(Long id)
           
 Store StoreDao.readStoreById(Long id)
           
 Store StoreDaoImpl.readStoreByStoreCode(String storeCode)
           
 Store StoreDao.readStoreByStoreCode(String storeCode)
          Deprecated. use StoreDao.readStoreByStoreName(String) instead
 Store StoreDaoImpl.readStoreByStoreName(String storeName)
           
 Store StoreDao.readStoreByStoreName(String storeName)
           
 

Methods in org.broadleafcommerce.core.store.dao that return types with arguments of type Store
 List<Store> StoreDaoImpl.readAllStores()
           
 List<Store> StoreDao.readAllStores()
           
 List<Store> StoreDaoImpl.readAllStoresByState(String state)
           
 List<Store> StoreDao.readAllStoresByState(String state)
           
 

Uses of Store in org.broadleafcommerce.core.store.domain
 

Classes in org.broadleafcommerce.core.store.domain that implement Store
 class StoreImpl
           
 

Uses of Store in org.broadleafcommerce.core.store.service
 

Methods in org.broadleafcommerce.core.store.service that return Store
 Store StoreService.readStoreById(Long id)
           
 Store StoreServiceImpl.readStoreById(Long id)
           
 Store StoreService.readStoreByStoreCode(String storeCode)
          Deprecated. use StoreService.readStoreByStoreName(String) instead.
 Store StoreServiceImpl.readStoreByStoreCode(String storeCode)
           
 Store StoreService.readStoreByStoreName(String storeName)
           
 Store StoreServiceImpl.readStoreByStoreName(String storeName)
           
 

Methods in org.broadleafcommerce.core.store.service that return types with arguments of type Store
 Map<Store,Double> StoreService.findStoresByAddress(Address searchAddress, double distance)
           
 Map<Store,Double> StoreServiceImpl.findStoresByAddress(Address searchAddress, double distance)
           
 List<Store> StoreService.readAllStores()
           
 List<Store> StoreServiceImpl.readAllStores()
           
 List<Store> StoreService.readAllStoresByState(String state)
           
 List<Store> StoreServiceImpl.readAllStoresByState(String state)
           
 



Copyright © 2013. All Rights Reserved.