Interface TravelPointOfServiceDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,de.hybris.platform.storelocator.PointOfServiceDao
- All Known Implementing Classes:
DefaultTravelPointOfServiceDao
public interface TravelPointOfServiceDao
extends de.hybris.platform.storelocator.PointOfServiceDao
The interface Travel point of service dao.
-
Method Summary
Modifier and TypeMethodDescriptionGet all POS items which have been geocoded and have offsets nullgetGeocodedPOS(int size) Get a size limited POS items which have been geocoded and have offsets nullgetPointOfService(Map<String, ? extends Object> filterParams) Get all POS items which are linked to TransportFacilitiesMethods inherited from interface de.hybris.platform.storelocator.PointOfServiceDao
getAllGeocodedPOS, getAllGeocodedPOS, getAllPos, getPointOfServiceCountPerCountryForStore, getPointOfServiceRegionCountForACountryAndStore, getPosByName, getPosForCountry, getPosForRegion, getPosToGeocode, getPosToGeocode
-
Method Details
-
getGeocodedPOS
Collection<PointOfServiceModel> getGeocodedPOS(int size) throws de.hybris.platform.storelocator.exception.PointOfServiceDaoException Get a size limited POS items which have been geocoded and have offsets null- Parameters:
size- determines how many entries are taken- Returns:
- Collection of
PointOfServiceModel - Throws:
de.hybris.platform.storelocator.exception.PointOfServiceDaoException- the point of service dao exception
-
getGeocodedPOS
Collection<PointOfServiceModel> getGeocodedPOS() throws de.hybris.platform.storelocator.exception.PointOfServiceDaoExceptionGet all POS items which have been geocoded and have offsets null- Returns:
- Collection of
PointOfServiceModel - Throws:
de.hybris.platform.storelocator.exception.PointOfServiceDaoException- the point of service dao exception
-
getPointOfService
Get all POS items which are linked to TransportFacilities- Parameters:
filterParams- to filter the search query for PointOfService- Returns:
- Collection of
PointOfServiceModel
-