Uses of Interface
org.broadleafcommerce.core.store.domain.Store
Packages that use Store
Package
Description
-
Uses of Store in org.broadleafcommerce.core.store.dao
Methods in org.broadleafcommerce.core.store.dao that return StoreModifier and TypeMethodDescriptionStoreDao.readStoreById(Long id) StoreDaoImpl.readStoreById(Long id) StoreDao.readStoreByStoreCode(String storeCode) Deprecated.StoreDaoImpl.readStoreByStoreCode(String storeCode) StoreDao.readStoreByStoreName(String storeName) StoreDaoImpl.readStoreByStoreName(String storeName) Methods in org.broadleafcommerce.core.store.dao that return types with arguments of type StoreModifier and TypeMethodDescriptionStoreDao.readAllStores()StoreDaoImpl.readAllStores()StoreDao.readAllStoresByState(String state) StoreDaoImpl.readAllStoresByState(String state) Methods in org.broadleafcommerce.core.store.dao with parameters of type Store -
Uses of Store in org.broadleafcommerce.core.store.domain
Classes in org.broadleafcommerce.core.store.domain that implement Store -
Uses of Store in org.broadleafcommerce.core.store.service
Methods in org.broadleafcommerce.core.store.service that return StoreModifier and TypeMethodDescriptionStoreService.readStoreById(Long id) StoreServiceImpl.readStoreById(Long id) StoreService.readStoreByStoreCode(String storeCode) Deprecated.useStoreService.readStoreByStoreName(String)instead.StoreServiceImpl.readStoreByStoreCode(String storeCode) StoreService.readStoreByStoreName(String storeName) StoreServiceImpl.readStoreByStoreName(String storeName) Methods in org.broadleafcommerce.core.store.service that return types with arguments of type StoreModifier and TypeMethodDescriptionStoreService.findStoresByAddress(org.broadleafcommerce.profile.core.domain.Address searchAddress, double distance) StoreServiceImpl.findStoresByAddress(org.broadleafcommerce.profile.core.domain.Address searchAddress, double distance) StoreService.readAllStores()StoreServiceImpl.readAllStores()StoreService.readAllStoresByState(String state) StoreServiceImpl.readAllStoresByState(String state) Methods in org.broadleafcommerce.core.store.service with parameters of type Store
StoreDao.readStoreByStoreName(String)instead