Class AcceleratorPointOfServiceDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.storelocator.impl.DefaultPointOfServiceDao
de.hybris.platform.acceleratorservices.store.impl.AcceleratorPointOfServiceDao
- All Implemented Interfaces:
Dao,PointOfServiceDao
This implementation is designed to cause only PointsOfService with type STORE to be visible on Storefronts.
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FlexibleSearchQuerybuildQuery(GPS center, double radius, BaseStoreModel baseStore) protected StringbuildQueryString(BaseStoreModel baseStore) Methods inherited from class de.hybris.platform.storelocator.impl.DefaultPointOfServiceDao
buildQuery, getAllGeocodedPOS, getAllGeocodedPOS, getAllPos, getPointOfServiceCountPerCountryForStore, getPointOfServiceRegionCountForACountryAndStore, getPosByName, getPosForCountry, getPosForRegion, getPosToGeocode, getPosToGeocodeMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
AcceleratorPointOfServiceDao
public AcceleratorPointOfServiceDao()
-
-
Method Details
-
buildQueryString
-
buildQuery
protected FlexibleSearchQuery buildQuery(GPS center, double radius, BaseStoreModel baseStore) throws PointOfServiceDaoException - Overrides:
buildQueryin classDefaultPointOfServiceDao- Throws:
PointOfServiceDaoException
-