Uses of Class
de.hybris.platform.commerceservices.storefinder.data.PointOfServiceDistanceData
-
-
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorfacades.order.impl
Methods in de.hybris.platform.acceleratorfacades.order.impl that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description protected Converter<PointOfServiceDistanceData,PointOfServiceData>DefaultAcceleratorCheckoutFacade. getPointOfServiceDistanceConverter()Method parameters in de.hybris.platform.acceleratorfacades.order.impl with type arguments of type PointOfServiceDistanceData Modifier and Type Method Description voidDefaultAcceleratorCheckoutFacade. setPointOfServiceDistanceConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceConverter) -
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorservices.order
Methods in de.hybris.platform.acceleratorservices.order that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description java.util.List<PointOfServiceDistanceData>AcceleratorCheckoutService. getConsolidatedPickupOptions(CartModel cartModel)Gets the points of service for item pickup for a cart -
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description java.util.List<PointOfServiceDistanceData>DefaultAcceleratorCheckoutService. getConsolidatedPickupOptions(CartModel cartModel) -
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorservices.search.comparators
Methods in de.hybris.platform.acceleratorservices.search.comparators that return PointOfServiceDistanceData Modifier and Type Method Description protected PointOfServiceDistanceDataPointOfServiceDistanceComparator. getPointOfServiceDistanceData(java.lang.String value, PointOfServiceDistanceData result, PointOfServiceDistanceData location)Methods in de.hybris.platform.acceleratorservices.search.comparators with parameters of type PointOfServiceDistanceData Modifier and Type Method Description protected PointOfServiceDistanceDataPointOfServiceDistanceComparator. getPointOfServiceDistanceData(java.lang.String value, PointOfServiceDistanceData result, PointOfServiceDistanceData location)protected intPointOfServiceDistanceComparator. getResult(java.lang.String value1, java.lang.String value2, PointOfServiceDistanceData result1, PointOfServiceDistanceData result2)Method parameters in de.hybris.platform.acceleratorservices.search.comparators with type arguments of type PointOfServiceDistanceData Modifier and Type Method Description protected intPointOfServiceDistanceComparator. compareDistances(java.lang.String value1, java.lang.String value2, java.util.List<PointOfServiceDistanceData> locations) -
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorservices.store
Methods in de.hybris.platform.acceleratorservices.store that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description java.util.List<PointOfServiceDistanceData>LocalStorePreferencesService. getAllPointsOfService()Returns all the points of service with the distance from the session's stored search location for the current base store. -
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorservices.store.impl
Methods in de.hybris.platform.acceleratorservices.store.impl that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description java.util.List<PointOfServiceDistanceData>DefaultLocalStorePreferencesService. getAllPointsOfService() -
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorservices.store.pickup
Methods in de.hybris.platform.acceleratorservices.store.pickup that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description java.util.List<PointOfServiceDistanceData>PickupPointOfServiceConsolidationStrategy. getConsolidationOptions(CartModel cart) -
Uses of PointOfServiceDistanceData in de.hybris.platform.acceleratorservices.store.pickup.impl
Methods in de.hybris.platform.acceleratorservices.store.pickup.impl that return PointOfServiceDistanceData Modifier and Type Method Description protected PointOfServiceDistanceDataDefaultPickupPointOfServiceConsolidationStrategy. createPointOfServiceDistanceData()Methods in de.hybris.platform.acceleratorservices.store.pickup.impl that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description java.util.List<PointOfServiceDistanceData>DefaultPickupPointOfServiceConsolidationStrategy. getConsolidationOptions(CartModel cartModel)protected StoreFinderSearchPageData<PointOfServiceDistanceData>DefaultPickupPointOfServiceConsolidationStrategy. getPOSDistanceDataForUserLocationAndBaseStore(UserLocationData userLocation, PageableData pageableData)protected StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>>DefaultPickupPointOfServiceConsolidationStrategy. getStoreFinderService()protected StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>>DefaultPickupPointOfServiceConsolidationStrategy. getStoreFinderService()Methods in de.hybris.platform.acceleratorservices.store.pickup.impl with parameters of type PointOfServiceDistanceData Modifier and Type Method Description protected intDefaultPickupPointOfServiceConsolidationStrategy.PointOfServiceDistanceDataComparator. compareInstances(PointOfServiceDistanceData result1, PointOfServiceDistanceData result2)Method parameters in de.hybris.platform.acceleratorservices.store.pickup.impl with type arguments of type PointOfServiceDistanceData Modifier and Type Method Description protected voidDefaultPickupPointOfServiceConsolidationStrategy. consolidateResult(CartModel cartModel, java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints, java.util.Set<ProductModel> productsForPickup, StoreFinderSearchPageData<PointOfServiceDistanceData> result)protected voidDefaultPickupPointOfServiceConsolidationStrategy. consolidateResult(CartModel cartModel, java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints, java.util.Set<ProductModel> productsForPickup, StoreFinderSearchPageData<PointOfServiceDistanceData> result)protected voidDefaultPickupPointOfServiceConsolidationStrategy. processPageableData(CartModel cartModel, java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints, UserLocationData userLocation, java.util.Set<ProductModel> productsForPickup, PageableData pageableData)protected voidDefaultPickupPointOfServiceConsolidationStrategy. processPotentialPickupPoints(CartModel cartModel, java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints, java.util.Set<PointOfServiceModel> potentialPickupPoints, UserLocationData userLocation, java.util.Set<ProductModel> productsForPickup)voidDefaultPickupPointOfServiceConsolidationStrategy. setStoreFinderService(StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>> storeFinderService)voidDefaultPickupPointOfServiceConsolidationStrategy. setStoreFinderService(StoreFinderService<PointOfServiceDistanceData,StoreFinderSearchPageData<PointOfServiceDistanceData>> storeFinderService) -
Uses of PointOfServiceDistanceData in de.hybris.platform.commercefacades.storefinder.converters
Methods in de.hybris.platform.commercefacades.storefinder.converters with parameters of type PointOfServiceDistanceData Modifier and Type Method Description PointOfServiceDataPointOfServiceDistanceConverter. convert(PointOfServiceDistanceData source) -
Uses of PointOfServiceDistanceData in de.hybris.platform.commercefacades.storefinder.converters.populator
Classes in de.hybris.platform.commercefacades.storefinder.converters.populator with type parameters of type PointOfServiceDistanceData Modifier and Type Class Description classSearchPagePointOfServiceDistancePopulator<SOURCE extends StoreFinderSearchPageData<PointOfServiceDistanceData>,TARGET extends StoreFinderSearchPageData<PointOfServiceData>>Methods in de.hybris.platform.commercefacades.storefinder.converters.populator that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description protected Converter<PointOfServiceDistanceData,PointOfServiceData>SearchPagePointOfServiceDistancePopulator. getPointOfServiceDistanceDataConverter()Methods in de.hybris.platform.commercefacades.storefinder.converters.populator with parameters of type PointOfServiceDistanceData Modifier and Type Method Description voidPointOfServiceDistanceDataPopulator. populate(PointOfServiceDistanceData source, PointOfServiceData target)Method parameters in de.hybris.platform.commercefacades.storefinder.converters.populator with type arguments of type PointOfServiceDistanceData Modifier and Type Method Description voidSearchPagePointOfServiceDistancePopulator. setPointOfServiceDistanceDataConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceDataConverter) -
Uses of PointOfServiceDistanceData in de.hybris.platform.commercefacades.storefinder.impl
-
Uses of PointOfServiceDistanceData in de.hybris.platform.commerceservices.storefinder
Classes in de.hybris.platform.commerceservices.storefinder with type parameters of type PointOfServiceDistanceData Modifier and Type Interface Description interfaceStoreFinderService<ITEM extends PointOfServiceDistanceData,RESULT extends StoreFinderSearchPageData<ITEM>>Store finder service. -
Uses of PointOfServiceDistanceData in de.hybris.platform.commerceservices.storefinder.impl
Classes in de.hybris.platform.commerceservices.storefinder.impl with type parameters of type PointOfServiceDistanceData Modifier and Type Class Description classDefaultStoreFinderService<ITEM extends PointOfServiceDistanceData>Default implementation ofStoreFinderServiceMethods in de.hybris.platform.commerceservices.storefinder.impl with parameters of type PointOfServiceDistanceData Modifier and Type Method Description protected intDefaultStoreFinderService.StoreFinderResultDataComparator. compareInstances(PointOfServiceDistanceData result1, PointOfServiceDistanceData result2) -
Uses of PointOfServiceDistanceData in de.hybris.platform.yacceleratorfacades.storefinder.populators
Classes in de.hybris.platform.yacceleratorfacades.storefinder.populators with type parameters of type PointOfServiceDistanceData Modifier and Type Class Description classSearchPagePointOfServiceDistancePopulator<SOURCE extends StoreFinderSearchPageData<PointOfServiceDistanceData>,TARGET extends StoreFinderSearchPageData<PointOfServiceData>>Methods in de.hybris.platform.yacceleratorfacades.storefinder.populators that return types with arguments of type PointOfServiceDistanceData Modifier and Type Method Description protected Converter<PointOfServiceDistanceData,PointOfServiceData>SearchPagePointOfServiceDistancePopulator. getPointOfServiceDistanceConverter()Method parameters in de.hybris.platform.yacceleratorfacades.storefinder.populators with type arguments of type PointOfServiceDistanceData Modifier and Type Method Description voidSearchPagePointOfServiceDistancePopulator. setPointOfServiceDistanceConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceConverter)
-