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   
org.broadleafcommerce.core.web.store.model   
 

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

Methods in org.broadleafcommerce.core.store.dao that return Store
 Store StoreDaoImpl.readStoreByStoreCode(String storeCode)
           
 Store StoreDao.readStoreByStoreCode(String storeCode)
           
 

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

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.readStoreByStoreCode(String storeCode)
           
 Store StoreServiceImpl.readStoreByStoreCode(String storeCode)
           
 

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()
           
 

Uses of Store in org.broadleafcommerce.core.web.store.model
 

Methods in org.broadleafcommerce.core.web.store.model that return types with arguments of type Store
 Map<Store,Double> FindAStoreForm.getStoreDistanceMap()
           
 

Method parameters in org.broadleafcommerce.core.web.store.model with type arguments of type Store
 void FindAStoreForm.setStoreDistanceMap(Map<Store,Double> storeDistanceMap)
           
 



Copyright © 2012. All Rights Reserved.