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
public class AcceleratorPointOfServiceDao extends DefaultPointOfServiceDao
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 Constructor Description AcceleratorPointOfServiceDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FlexibleSearchQuerybuildQuery(GPS center, double radius, BaseStoreModel baseStore)protected java.lang.StringbuildQueryString(BaseStoreModel baseStore)-
Methods inherited from class de.hybris.platform.storelocator.impl.DefaultPointOfServiceDao
buildQuery, getAllGeocodedPOS, getAllGeocodedPOS, getAllPos, getPointOfServiceCountPerCountryForStore, getPointOfServiceRegionCountForACountryAndStore, getPosByName, getPosForCountry, getPosForRegion, getPosToGeocode, getPosToGeocode
-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
buildQueryString
protected java.lang.String buildQueryString(BaseStoreModel baseStore)
-
buildQuery
protected FlexibleSearchQuery buildQuery(GPS center, double radius, BaseStoreModel baseStore) throws PointOfServiceDaoException
- Overrides:
buildQueryin classDefaultPointOfServiceDao- Throws:
PointOfServiceDaoException
-
-