| Package | Description |
|---|---|
| org.broadleafcommerce.core.store.dao | |
| org.broadleafcommerce.core.store.domain | |
| org.broadleafcommerce.core.store.service |
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreDao.readStoreByStoreCode(String storeCode) |
Store |
StoreDaoImpl.readStoreByStoreCode(String storeCode) |
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
StoreDao.readAllStores() |
List<Store> |
StoreDaoImpl.readAllStores() |
| Modifier and Type | Class and Description |
|---|---|
class |
StoreImpl |
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreServiceImpl.readStoreByStoreCode(String storeCode) |
Store |
StoreService.readStoreByStoreCode(String storeCode) |
| Modifier and Type | Method and Description |
|---|---|
Map<Store,Double> |
StoreServiceImpl.findStoresByAddress(Address searchAddress,
double distance) |
Map<Store,Double> |
StoreService.findStoresByAddress(Address searchAddress,
double distance) |
List<Store> |
StoreServiceImpl.readAllStores() |
List<Store> |
StoreService.readAllStores() |
Copyright © 2014. All Rights Reserved.