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
FieldsFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendWhereClausesToBuilder(StringBuilder builder, Map<String, ? extends Object> filterParams) Get 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 class de.hybris.platform.storelocator.impl.DefaultPointOfServiceDao
buildQuery, 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, setModelServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.storelocator.PointOfServiceDao
getAllGeocodedPOS, getAllGeocodedPOS, getAllPos, getPointOfServiceCountPerCountryForStore, getPointOfServiceRegionCountForACountryAndStore, getPosByName, getPosForCountry, getPosForRegion, getPosToGeocode, getPosToGeocode
-
Field Details
-
POS_TF_JOIN_QUERY
- See Also:
-
-
Constructor Details
-
DefaultTravelPointOfServiceDao
public DefaultTravelPointOfServiceDao()
-
-
Method Details
-
getGeocodedPOS
public Collection<PointOfServiceModel> getGeocodedPOS(int size) throws de.hybris.platform.storelocator.exception.PointOfServiceDaoException Description copied from interface:TravelPointOfServiceDaoGet a size limited POS items which have been geocoded and have offsets null- Specified by:
getGeocodedPOSin interfaceTravelPointOfServiceDao- 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
public Collection<PointOfServiceModel> getGeocodedPOS() throws de.hybris.platform.storelocator.exception.PointOfServiceDaoExceptionDescription copied from interface:TravelPointOfServiceDaoGet all POS items which have been geocoded and have offsets null- Specified by:
getGeocodedPOSin interfaceTravelPointOfServiceDao- Returns:
- Collection of
PointOfServiceModel - Throws:
de.hybris.platform.storelocator.exception.PointOfServiceDaoException- the point of service dao exception
-
getPointOfService
Description copied from interface:TravelPointOfServiceDaoGet all POS items which are linked to TransportFacilities- Specified by:
getPointOfServicein interfaceTravelPointOfServiceDao- Parameters:
filterParams- to filter the search query for PointOfService- Returns:
- Collection of
PointOfServiceModel
-
appendWhereClausesToBuilder
-