Class DefaultTravelPointOfServiceDao

java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.storelocator.impl.DefaultPointOfServiceDao
de.hybris.platform.travelservices.dao.impl.DefaultTravelPointOfServiceDao
All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao, de.hybris.platform.storelocator.PointOfServiceDao, TravelPointOfServiceDao

public class DefaultTravelPointOfServiceDao extends de.hybris.platform.storelocator.impl.DefaultPointOfServiceDao implements TravelPointOfServiceDao
The type Default travel point of service dao.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao

    flexibleSearchService, modelService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,Object>
    appendWhereClausesToBuilder(StringBuilder builder, Map<String,? extends Object> filterParams)
     
    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 class de.hybris.platform.storelocator.impl.DefaultPointOfServiceDao

    buildQuery, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.hybris.platform.storelocator.PointOfServiceDao

    getAllGeocodedPOS, getAllGeocodedPOS, getAllPos, getPointOfServiceCountPerCountryForStore, getPointOfServiceRegionCountForACountryAndStore, getPosByName, getPosForCountry, getPosForRegion, getPosToGeocode, getPosToGeocode