Uses of Class
de.hybris.platform.commercefacades.storelocator.data.PointOfServiceData
-
-
Uses of PointOfServiceData in de.hybris.platform.acceleratorfacades.order
Methods in de.hybris.platform.acceleratorfacades.order that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>AcceleratorCheckoutFacade. getConsolidatedPickupOptions()Gets the points of service for item pickup -
Uses of PointOfServiceData in de.hybris.platform.acceleratorfacades.order.impl
Methods in de.hybris.platform.acceleratorfacades.order.impl that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>DefaultAcceleratorCheckoutFacade. getConsolidatedPickupOptions()protected Converter<PointOfServiceDistanceData,PointOfServiceData>DefaultAcceleratorCheckoutFacade. getPointOfServiceDistanceConverter()Method parameters in de.hybris.platform.acceleratorfacades.order.impl with type arguments of type PointOfServiceData Modifier and Type Method Description voidDefaultAcceleratorCheckoutFacade. setPointOfServiceDistanceConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceConverter) -
Uses of PointOfServiceData in de.hybris.platform.acceleratorfacades.storelocator.populators
Methods in de.hybris.platform.acceleratorfacades.storelocator.populators with parameters of type PointOfServiceData Modifier and Type Method Description protected voidPointOfServiceDistancePopulator. calculateFormattedDistance(PointOfServiceModel pointOfServiceModel, PointOfServiceData pointOfServiceData)voidPointOfServiceDistancePopulator. populate(PointOfServiceModel source, PointOfServiceData target) -
Uses of PointOfServiceData in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with parameters of type PointOfServiceData Modifier and Type Method Description java.util.List<Breadcrumb>StoreBreadcrumbBuilder. getBreadcrumbs(PointOfServiceData pointOfServiceData)java.util.List<Breadcrumb>StoreBreadcrumbBuilder. getBreadcrumbs(PointOfServiceData pointOfServiceData, java.lang.String storeFinderUrl)java.util.List<Breadcrumb>StoreBreadcrumbBuilder. getBreadcrumbsForSubPage(PointOfServiceData pointOfServiceData, java.lang.String pageResourceKey) -
Uses of PointOfServiceData in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type PointOfServiceData Modifier and Type Method Description static ImageDataFunctions. getImageForStoreAndFormat(PointOfServiceData store, java.lang.String format)JSP EL Function to get an Image for a Store in a specific format -
Uses of PointOfServiceData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>DefaultB2BAcceleratorCheckoutFacade. getConsolidatedPickupOptions() -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.basestore.data
Methods in de.hybris.platform.commercefacades.basestore.data that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataBaseStoreData. getDefaultDeliveryOrigin()Methods in de.hybris.platform.commercefacades.basestore.data that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>BaseStoreData. getPointsOfService()Methods in de.hybris.platform.commercefacades.basestore.data with parameters of type PointOfServiceData Modifier and Type Method Description voidBaseStoreData. setDefaultDeliveryOrigin(PointOfServiceData defaultDeliveryOrigin)Method parameters in de.hybris.platform.commercefacades.basestore.data with type arguments of type PointOfServiceData Modifier and Type Method Description voidBaseStoreData. setPointsOfService(java.util.List<PointOfServiceData> pointsOfService) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.basestores.converters.populator
Methods in de.hybris.platform.commercefacades.basestores.converters.populator that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>BaseStorePopulator. getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.basestores.converters.populator with type arguments of type PointOfServiceData Modifier and Type Method Description voidBaseStorePopulator. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>ConsignmentPopulator. getPointOfServiceConverter()protected Converter<PointOfServiceModel,PointOfServiceData>OrderEntryPopulator. getPointOfServiceConverter()protected Converter<PointOfServiceModel,PointOfServiceData>PickupOrderEntryGroupPopulator. getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type PointOfServiceData Modifier and Type Method Description voidConsignmentPopulator. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)voidOrderEntryPopulator. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)voidPickupOrderEntryGroupPopulator. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataConsignmentData. getDeliveryPointOfService()PointOfServiceDataOrderEntryData. getDeliveryPointOfService()PointOfServiceDataPickupOrderEntryGroupData. getDeliveryPointOfService()Methods in de.hybris.platform.commercefacades.order.data with parameters of type PointOfServiceData Modifier and Type Method Description voidConsignmentData. setDeliveryPointOfService(PointOfServiceData deliveryPointOfService)voidOrderEntryData. setDeliveryPointOfService(PointOfServiceData deliveryPointOfService)voidPickupOrderEntryGroupData. setDeliveryPointOfService(PointOfServiceData deliveryPointOfService) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Populator<PointOfServiceModel,PointOfServiceData>StoreStockPopulator. getPointOfServicePopulator()Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type PointOfServiceData Modifier and Type Method Description voidStoreStockPopulator. setPointOfServicePopulator(Populator<PointOfServiceModel,PointOfServiceData> pointOfServicePopulator) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storefinder
Methods in de.hybris.platform.commercefacades.storefinder that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataStoreFinderFacade. getPointOfServiceForName(java.lang.String name)Gets thePointOfServiceDatafor the given name that should be uniquePointOfServiceDataStoreFinderFacade. getPointOfServiceForNameAndPosition(java.lang.String name, GeoPoint geoPoint)Gets thePointOfServiceDatafor the given name that should be unique.Methods in de.hybris.platform.commercefacades.storefinder that return types with arguments of type PointOfServiceData Modifier and Type Method Description StoreFinderSearchPageData<PointOfServiceData>StoreFinderFacade. getAllPointOfServices(PageableData pageableData)Gets the search page data object parametrized withPointOfServiceDataand contains all stores for current base storejava.util.List<PointOfServiceData>StoreFinderFacade. getPointsOfServiceForCountry(java.lang.String countryIsoCode)Gets a list ofPointOfServiceDatafor all points of service in a given countryjava.util.List<PointOfServiceData>StoreFinderFacade. getPointsOfServiceForRegion(java.lang.String countryIsoCode, java.lang.String regionIsoCode)Gets a list ofPointOfServiceDatafor all points of service in a given country and regionStoreFinderSearchPageData<PointOfServiceData>StoreFinderFacade. locationSearch(java.lang.String locationText, PageableData pageableData)Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given location text.StoreFinderSearchPageData<PointOfServiceData>StoreFinderFacade. locationSearch(java.lang.String locationText, PageableData pageableData, double maxRadius)Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given location text.StoreFinderSearchPageData<PointOfServiceData>StoreFinderFacade. positionSearch(GeoPoint geoPoint, PageableData pageableData)Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given coordinatesStoreFinderSearchPageData<PointOfServiceData>StoreFinderFacade. positionSearch(GeoPoint geoPoint, PageableData pageableData, double maxRadius)Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given coordinates -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storefinder.converters
Methods in de.hybris.platform.commercefacades.storefinder.converters that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataPointOfServiceDistanceConverter. convert(PointOfServiceDistanceData source)protected PointOfServiceDataPointOfServiceDistanceConverter. createTarget()Methods in de.hybris.platform.commercefacades.storefinder.converters that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>PointOfServiceDistanceConverter. getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.storefinder.converters with type arguments of type PointOfServiceData Modifier and Type Method Description voidPointOfServiceDistanceConverter. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storefinder.converters.populator
Classes in de.hybris.platform.commercefacades.storefinder.converters.populator with type parameters of type PointOfServiceData 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 PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceDistanceData,PointOfServiceData>SearchPagePointOfServiceDistancePopulator. getPointOfServiceDistanceDataConverter()Methods in de.hybris.platform.commercefacades.storefinder.converters.populator with parameters of type PointOfServiceData 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 PointOfServiceData Modifier and Type Method Description voidSearchPagePointOfServiceDistancePopulator. setPointOfServiceDistanceDataConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceDataConverter) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storefinder.impl
Methods in de.hybris.platform.commercefacades.storefinder.impl that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataDefaultStoreFinderFacade. getPointOfServiceForName(java.lang.String name)PointOfServiceDataDefaultStoreFinderFacade. getPointOfServiceForNameAndPosition(java.lang.String name, GeoPoint geoPoint)Method parameters in de.hybris.platform.commercefacades.storefinder.impl with type arguments of type PointOfServiceData Modifier and Type Method Description voidDefaultStoreFinderFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)voidDefaultStoreFinderFacade. setPointOfServiceDistanceConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceConverter)voidDefaultStoreFinderStockFacade. setPointOfServiceDistanceDataConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceDataConverter)voidDefaultStoreFinderFacade. setSearchPagePointOfServiceDistanceConverter(Converter<StoreFinderSearchPageData<PointOfServiceDistanceData>,StoreFinderSearchPageData<PointOfServiceData>> searchPagePointOfServiceDistanceConverter) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storelocator
Methods in de.hybris.platform.commercefacades.storelocator that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataStoreLocatorFacade. getPOSForLocation(Location location)Gets the point of service for the given location.PointOfServiceDataStoreLocatorFacade. getPOSForName(java.lang.String posName)Gets the point of service for name that is unique. -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storelocator.converters.populator
Methods in de.hybris.platform.commercefacades.storelocator.converters.populator with parameters of type PointOfServiceData Modifier and Type Method Description voidPointOfServicePopulator. populate(PointOfServiceModel source, PointOfServiceData target)protected voidPointOfServicePopulator. setGeoPoint(PointOfServiceModel source, PointOfServiceData target) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storelocator.data
Subclasses of PointOfServiceData in de.hybris.platform.commercefacades.storelocator.data Modifier and Type Class Description classPointOfServiceStockDataMethods in de.hybris.platform.commercefacades.storelocator.data that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>PointOfServiceDataList. getPointOfServices()Method parameters in de.hybris.platform.commercefacades.storelocator.data with type arguments of type PointOfServiceData Modifier and Type Method Description voidPointOfServiceDataList. setPointOfServices(java.util.List<PointOfServiceData> pointOfServices) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storelocator.impl
Methods in de.hybris.platform.commercefacades.storelocator.impl that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataDefaultStoreLocatorFacade. getPOSForLocation(Location location)PointOfServiceDataDefaultStoreLocatorFacade. getPOSForName(java.lang.String posName)Methods in de.hybris.platform.commercefacades.storelocator.impl that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>DefaultStoreLocatorFacade. getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.storelocator.impl with type arguments of type PointOfServiceData Modifier and Type Method Description voidDefaultStoreLocatorFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.sap.sapcreditcheck.facades.impl
Methods in de.hybris.platform.sap.sapcreditcheck.facades.impl that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>SapCreditCheckB2BAcceleratorCheckoutFacade. getConsolidatedPickupOptions() -
Uses of PointOfServiceData in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>SapOrdermgmtB2BAcceleratorCheckoutFacade. getConsolidatedPickupOptions() -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.basestore
Methods in de.hybris.platform.warehousingfacades.basestore that return types with arguments of type PointOfServiceData Modifier and Type Method Description SearchPageData<PointOfServiceData>WarehousingBaseStoreFacade. getPointsOfServiceForBaseStoreId(PageableData pageableData, java.lang.String uid)API to get allPointOfServiceDatain the system, for the givenBaseStoreModel.UID -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.basestore.impl
Methods in de.hybris.platform.warehousingfacades.basestore.impl that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>DefaultWarehousingBaseStoreFacade. getPointOfServiceConverter()SearchPageData<PointOfServiceData>DefaultWarehousingBaseStoreFacade. getPointsOfServiceForBaseStoreId(PageableData pageableData, java.lang.String uid)Method parameters in de.hybris.platform.warehousingfacades.basestore.impl with type arguments of type PointOfServiceData Modifier and Type Method Description voidDefaultWarehousingBaseStoreFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.pointofservice
Methods in de.hybris.platform.warehousingfacades.pointofservice that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataWarehousingPointOfServiceFacade. deleteWarehouseFromPointOfService(java.lang.String posName, java.lang.String warehouseCode)API to delete warehouses fromPointOfServiceModelPointOfServiceDataWarehousingPointOfServiceFacade. getPointOfServiceByName(java.lang.String posName)API to get a point of service by posNamePointOfServiceDataWarehousingPointOfServiceFacade. updatePointOfServiceWithAddress(java.lang.String posName, AddressData addressData)API to update aPointOfServiceModelPointOfServiceDataWarehousingPointOfServiceFacade. updatePointOfServiceWithWarehouses(java.lang.String posName, WarehouseCodesDataList warehouseCodes)API to update aPointOfServiceModelwith a list of warehouses -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.pointofservice.converters.populator
Methods in de.hybris.platform.warehousingfacades.pointofservice.converters.populator with parameters of type PointOfServiceData Modifier and Type Method Description voidWarehousingPointOfServicePopulator. populate(PointOfServiceModel source, PointOfServiceData target) -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.pointofservice.impl
Methods in de.hybris.platform.warehousingfacades.pointofservice.impl that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataDefaultWarehousingPointOfServiceFacade. deleteWarehouseFromPointOfService(java.lang.String posName, java.lang.String warehouseCode)PointOfServiceDataDefaultWarehousingPointOfServiceFacade. getPointOfServiceByName(java.lang.String posName)PointOfServiceDataDefaultWarehousingPointOfServiceFacade. updatePointOfServiceWithAddress(java.lang.String posName, AddressData addressData)PointOfServiceDataDefaultWarehousingPointOfServiceFacade. updatePointOfServiceWithWarehouses(java.lang.String posName, WarehouseCodesDataList warehouseCodes)Methods in de.hybris.platform.warehousingfacades.pointofservice.impl that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>DefaultWarehousingPointOfServiceFacade. getPointOfServiceConverter()Method parameters in de.hybris.platform.warehousingfacades.pointofservice.impl with type arguments of type PointOfServiceData Modifier and Type Method Description voidDefaultWarehousingPointOfServiceFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.storelocator.data
Methods in de.hybris.platform.warehousingfacades.storelocator.data that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>WarehouseData. getPointsOfServices()Method parameters in de.hybris.platform.warehousingfacades.storelocator.data with type arguments of type PointOfServiceData Modifier and Type Method Description voidWarehouseData. setPointsOfServices(java.util.List<PointOfServiceData> pointsOfServices) -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.warehouse.converters.populator
Methods in de.hybris.platform.warehousingfacades.warehouse.converters.populator that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>WarehousingWarehousePopulator. getPointOfServiceConverter()Method parameters in de.hybris.platform.warehousingfacades.warehouse.converters.populator with type arguments of type PointOfServiceData Modifier and Type Method Description voidWarehousingWarehousePopulator. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.yacceleratorfacades.storefinder.populators
Classes in de.hybris.platform.yacceleratorfacades.storefinder.populators with type parameters of type PointOfServiceData 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 PointOfServiceData 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 PointOfServiceData Modifier and Type Method Description voidSearchPagePointOfServiceDistancePopulator. setPointOfServiceDistanceConverter(Converter<PointOfServiceDistanceData,PointOfServiceData> pointOfServiceDistanceConverter) -
Uses of PointOfServiceData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages with parameters of type PointOfServiceData Modifier and Type Method Description protected java.lang.StringStorePageController. createMetaKeywords(PointOfServiceData pointOfServiceData)protected voidStorePageController. processLocation(java.lang.Double sourceLatitude, java.lang.Double sourceLongitude, java.lang.String locationQuery, org.springframework.ui.Model model, PointOfServiceData pointOfServiceData)protected voidStorePageController. setUpMetaData(org.springframework.ui.Model model, PointOfServiceData pointOfServiceData)Method parameters in de.hybris.platform.yacceleratorstorefront.controllers.pages with type arguments of type PointOfServiceData Modifier and Type Method Description protected voidStoreLocatorPageController. setUpNoResultsErrorMessage(org.springframework.ui.Model model, StoreFinderSearchPageData<PointOfServiceData> searchResult)protected voidStoreLocatorPageController. setUpPageData(org.springframework.ui.Model model, StoreFinderSearchPageData<PointOfServiceData> searchResult, java.util.List<Breadcrumb> breadCrumbsList) -
Uses of PointOfServiceData in de.hybris.platform.ycommercewebservices.store.data
Methods in de.hybris.platform.ycommercewebservices.store.data that return types with arguments of type PointOfServiceData Modifier and Type Method Description java.util.List<PointOfServiceData>PointOfServiceListData. getPointOfServices()Method parameters in de.hybris.platform.ycommercewebservices.store.data with type arguments of type PointOfServiceData Modifier and Type Method Description voidPointOfServiceListData. setPointOfServices(java.util.List<PointOfServiceData> pointOfServices) -
Uses of PointOfServiceData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return PointOfServiceData Modifier and Type Method Description PointOfServiceDataStoreFinderController. locationDetails(java.lang.String name)Methods in de.hybris.platform.ycommercewebservices.v1.controller that return types with arguments of type PointOfServiceData Modifier and Type Method Description protected java.util.List<PointOfServiceData>StoreFinderController. filterOptions(java.lang.String options, StoreFinderSearchPageData<PointOfServiceData> result)StoreFinderSearchPageData<PointOfServiceData>StoreFinderController. locationSearch(java.lang.String query, java.lang.Double latitude, java.lang.Double longitude, int currentPage, int pageSize, java.lang.String sort, java.lang.String options, double radius, double accuracy)Method parameters in de.hybris.platform.ycommercewebservices.v1.controller with type arguments of type PointOfServiceData Modifier and Type Method Description protected java.util.List<PointOfServiceData>StoreFinderController. filterOptions(java.lang.String options, StoreFinderSearchPageData<PointOfServiceData> result) -
Uses of PointOfServiceData in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper that return types with arguments of type PointOfServiceData Modifier and Type Method Description StoreFinderSearchPageData<PointOfServiceData>StoresHelper. locationSearch(java.lang.String query, java.lang.Double latitude, java.lang.Double longitude, int currentPage, int pageSize, java.lang.String sort, double radius, double accuracy)
-