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 Type
    Method
    Description
    Get all POS items which have been geocoded and have offsets null
    getGeocodedPOS(int size)
    Get a size limited POS items which have been geocoded and have offsets null
    getPointOfService(Map<String,? extends Object> filterParams)
    Get all POS items which are linked to TransportFacilities

    Methods 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.PointOfServiceDaoException
      Get 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

      Collection<PointOfServiceModel> getPointOfService(Map<String,? extends Object> filterParams)
      Get all POS items which are linked to TransportFacilities
      Parameters:
      filterParams - to filter the search query for PointOfService
      Returns:
      Collection of PointOfServiceModel