Uses of Class
de.hybris.platform.commercefacades.storelocator.data.PointOfServiceData
Packages that use PointOfServiceData
Package
Description
-
Uses of PointOfServiceData in de.hybris.platform.acceleratorfacades.order
Methods in de.hybris.platform.acceleratorfacades.order that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionAcceleratorCheckoutFacade.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 PointOfServiceDataModifier and TypeMethodDescriptionDefaultAcceleratorCheckoutFacade.getConsolidatedPickupOptions()DefaultAcceleratorCheckoutFacade.getPointOfServiceDistanceConverter()Method parameters in de.hybris.platform.acceleratorfacades.order.impl with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidDefaultAcceleratorCheckoutFacade.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 PointOfServiceDataModifier and TypeMethodDescriptionprotected 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 PointOfServiceDataModifier and TypeMethodDescriptionStoreBreadcrumbBuilder.getBreadcrumbs(PointOfServiceData pointOfServiceData) StoreBreadcrumbBuilder.getBreadcrumbs(PointOfServiceData pointOfServiceData, String storeFinderUrl) StoreBreadcrumbBuilder.getBreadcrumbsForSubPage(PointOfServiceData pointOfServiceData, String pageResourceKey) -
Uses of PointOfServiceData in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type PointOfServiceDataModifier and TypeMethodDescriptionstatic ImageDataFunctions.getImageForStoreAndFormat(PointOfServiceData store, 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 PointOfServiceDataModifier and TypeMethodDescriptionDefaultB2BAcceleratorCheckoutFacade.getConsolidatedPickupOptions() -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.basestore.data
Methods in de.hybris.platform.commercefacades.basestore.data that return PointOfServiceDataMethods in de.hybris.platform.commercefacades.basestore.data that return types with arguments of type PointOfServiceDataMethods in de.hybris.platform.commercefacades.basestore.data with parameters of type PointOfServiceDataModifier and TypeMethodDescriptionvoidBaseStoreData.setDefaultDeliveryOrigin(PointOfServiceData defaultDeliveryOrigin) Method parameters in de.hybris.platform.commercefacades.basestore.data with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidBaseStoreData.setPointsOfService(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 PointOfServiceDataModifier and TypeMethodDescriptionprotected Converter<PointOfServiceModel,PointOfServiceData> BaseStorePopulator.getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.basestores.converters.populator with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidBaseStorePopulator.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 PointOfServiceDataModifier and TypeMethodDescriptionprotected 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 PointOfServiceDataModifier and TypeMethodDescriptionvoidConsignmentPopulator.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 PointOfServiceDataModifier and TypeMethodDescriptionConsignmentData.getDeliveryPointOfService()OrderEntryData.getDeliveryPointOfService()PickupOrderEntryGroupData.getDeliveryPointOfService()Methods in de.hybris.platform.commercefacades.order.data with parameters of type PointOfServiceDataModifier and TypeMethodDescriptionvoidConsignmentData.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 PointOfServiceDataModifier and TypeMethodDescriptionprotected Populator<PointOfServiceModel,PointOfServiceData> StoreStockPopulator.getPointOfServicePopulator()Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidStoreStockPopulator.setPointOfServicePopulator(Populator<PointOfServiceModel, PointOfServiceData> pointOfServicePopulator) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storefinder
Methods in de.hybris.platform.commercefacades.storefinder that return PointOfServiceDataModifier and TypeMethodDescriptionStoreFinderFacade.getPointOfServiceForName(String name) Gets thePointOfServiceDatafor the given name that should be uniqueStoreFinderFacade.getPointOfServiceForNameAndPosition(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 PointOfServiceDataModifier and TypeMethodDescriptionStoreFinderFacade.getAllPointOfServices(PageableData pageableData) Gets the search page data object parametrized withPointOfServiceDataand contains all stores for current base storeStoreFinderFacade.getPointsOfServiceForCountry(String countryIsoCode) Gets a list ofPointOfServiceDatafor all points of service in a given countryStoreFinderFacade.getPointsOfServiceForRegion(String countryIsoCode, String regionIsoCode) Gets a list ofPointOfServiceDatafor all points of service in a given country and regionStoreFinderFacade.locationSearch(String locationText, PageableData pageableData) Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given location text.StoreFinderFacade.locationSearch(String locationText, PageableData pageableData, double maxRadius) Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given location text.StoreFinderFacade.positionSearch(GeoPoint geoPoint, PageableData pageableData) Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given coordinatesStoreFinderFacade.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 PointOfServiceDataModifier and TypeMethodDescriptionPointOfServiceDistanceConverter.convert(PointOfServiceDistanceData source) protected PointOfServiceDataPointOfServiceDistanceConverter.createTarget()Methods in de.hybris.platform.commercefacades.storefinder.converters that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionprotected Converter<PointOfServiceModel,PointOfServiceData> PointOfServiceDistanceConverter.getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.storefinder.converters with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidPointOfServiceDistanceConverter.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 PointOfServiceDataModifier and TypeClassDescriptionclassSearchPagePointOfServiceDistancePopulator<SOURCE extends StoreFinderSearchPageData<PointOfServiceDistanceData>,TARGET extends StoreFinderSearchPageData<PointOfServiceData>> Methods in de.hybris.platform.commercefacades.storefinder.converters.populator that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionSearchPagePointOfServiceDistancePopulator.getPointOfServiceDistanceDataConverter()Methods in de.hybris.platform.commercefacades.storefinder.converters.populator with parameters of type PointOfServiceDataModifier and TypeMethodDescriptionvoidPointOfServiceDistanceDataPopulator.populate(PointOfServiceDistanceData source, PointOfServiceData target) Method parameters in de.hybris.platform.commercefacades.storefinder.converters.populator with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidSearchPagePointOfServiceDistancePopulator.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 PointOfServiceDataModifier and TypeMethodDescriptionDefaultStoreFinderFacade.getPointOfServiceForName(String name) DefaultStoreFinderFacade.getPointOfServiceForNameAndPosition(String name, GeoPoint geoPoint) Methods in de.hybris.platform.commercefacades.storefinder.impl that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionDefaultStoreFinderFacade.getAllPointOfServices(PageableData pageableData) protected Converter<PointOfServiceModel,PointOfServiceData> DefaultStoreFinderFacade.getPointOfServiceConverter()DefaultStoreFinderFacade.getPointOfServiceDistanceConverter()DefaultStoreFinderStockFacade.getPointOfServiceDistanceDataConverter()DefaultStoreFinderFacade.getPointsOfServiceForCountry(String countryIsoCode) DefaultStoreFinderFacade.getPointsOfServiceForRegion(String countryIsoCode, String regionIsoCode) protected Converter<StoreFinderSearchPageData<PointOfServiceDistanceData>,StoreFinderSearchPageData<PointOfServiceData>> DefaultStoreFinderFacade.getSearchPagePointOfServiceDistanceConverter()DefaultStoreFinderFacade.locationSearch(String locationText, PageableData pageableData) DefaultStoreFinderFacade.locationSearch(String locationText, PageableData pageableData, double maxRadius) DefaultStoreFinderFacade.positionSearch(GeoPoint geoPoint, PageableData pageableData) DefaultStoreFinderFacade.positionSearch(GeoPoint geoPoint, PageableData pageableData, double maxRadius) Method parameters in de.hybris.platform.commercefacades.storefinder.impl with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidDefaultStoreFinderFacade.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 PointOfServiceDataModifier and TypeMethodDescriptionStoreLocatorFacade.getPOSForLocation(Location location) Gets the point of service for the given location.StoreLocatorFacade.getPOSForName(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 PointOfServiceDataModifier and TypeMethodDescriptionvoidPointOfServicePopulator.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.dataMethods in de.hybris.platform.commercefacades.storelocator.data that return types with arguments of type PointOfServiceDataMethod parameters in de.hybris.platform.commercefacades.storelocator.data with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidPointOfServiceDataList.setPointOfServices(List<PointOfServiceData> pointOfServices) -
Uses of PointOfServiceData in de.hybris.platform.commercefacades.storelocator.impl
Methods in de.hybris.platform.commercefacades.storelocator.impl that return PointOfServiceDataModifier and TypeMethodDescriptionDefaultStoreLocatorFacade.getPOSForLocation(Location location) DefaultStoreLocatorFacade.getPOSForName(String posName) Methods in de.hybris.platform.commercefacades.storelocator.impl that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionprotected Converter<PointOfServiceModel,PointOfServiceData> DefaultStoreLocatorFacade.getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.storelocator.impl with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidDefaultStoreLocatorFacade.setPointOfServiceConverter(Converter<PointOfServiceModel, PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.commercewebservices.core.v2.helper
Methods in de.hybris.platform.commercewebservices.core.v2.helper that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionStoresHelper.locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, double radius, double accuracy) -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.basestore
Methods in de.hybris.platform.warehousingfacades.basestore that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionWarehousingBaseStoreFacade.getPointsOfServiceForBaseStoreId(PageableData pageableData, 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 PointOfServiceDataModifier and TypeMethodDescriptionprotected Converter<PointOfServiceModel,PointOfServiceData> DefaultWarehousingBaseStoreFacade.getPointOfServiceConverter()DefaultWarehousingBaseStoreFacade.getPointsOfServiceForBaseStoreId(PageableData pageableData, String uid) Method parameters in de.hybris.platform.warehousingfacades.basestore.impl with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidDefaultWarehousingBaseStoreFacade.setPointOfServiceConverter(Converter<PointOfServiceModel, PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceData in de.hybris.platform.warehousingfacades.pointofservice
Methods in de.hybris.platform.warehousingfacades.pointofservice that return PointOfServiceDataModifier and TypeMethodDescriptionWarehousingPointOfServiceFacade.deleteWarehouseFromPointOfService(String posName, String warehouseCode) API to delete warehouses fromPointOfServiceModelWarehousingPointOfServiceFacade.getPointOfServiceByName(String posName) API to get a point of service by posNameWarehousingPointOfServiceFacade.updatePointOfServiceWithAddress(String posName, AddressData addressData) API to update aPointOfServiceModelWarehousingPointOfServiceFacade.updatePointOfServiceWithWarehouses(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 PointOfServiceDataModifier and TypeMethodDescriptionvoidWarehousingPointOfServicePopulator.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 PointOfServiceDataModifier and TypeMethodDescriptionDefaultWarehousingPointOfServiceFacade.deleteWarehouseFromPointOfService(String posName, String warehouseCode) DefaultWarehousingPointOfServiceFacade.getPointOfServiceByName(String posName) DefaultWarehousingPointOfServiceFacade.updatePointOfServiceWithAddress(String posName, AddressData addressData) DefaultWarehousingPointOfServiceFacade.updatePointOfServiceWithWarehouses(String posName, WarehouseCodesDataList warehouseCodes) Methods in de.hybris.platform.warehousingfacades.pointofservice.impl that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionprotected Converter<PointOfServiceModel,PointOfServiceData> DefaultWarehousingPointOfServiceFacade.getPointOfServiceConverter()Method parameters in de.hybris.platform.warehousingfacades.pointofservice.impl with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidDefaultWarehousingPointOfServiceFacade.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 PointOfServiceDataMethod parameters in de.hybris.platform.warehousingfacades.storelocator.data with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidWarehouseData.setPointsOfServices(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 PointOfServiceDataModifier and TypeMethodDescriptionprotected Converter<PointOfServiceModel,PointOfServiceData> WarehousingWarehousePopulator.getPointOfServiceConverter()Method parameters in de.hybris.platform.warehousingfacades.warehouse.converters.populator with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidWarehousingWarehousePopulator.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 PointOfServiceDataModifier and TypeClassDescriptionclassSearchPagePointOfServiceDistancePopulator<SOURCE extends StoreFinderSearchPageData<PointOfServiceDistanceData>,TARGET extends StoreFinderSearchPageData<PointOfServiceData>> Methods in de.hybris.platform.yacceleratorfacades.storefinder.populators that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionSearchPagePointOfServiceDistancePopulator.getPointOfServiceDistanceConverter()Method parameters in de.hybris.platform.yacceleratorfacades.storefinder.populators with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionvoidSearchPagePointOfServiceDistancePopulator.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 PointOfServiceDataModifier and TypeMethodDescriptionprotected StringStorePageController.createMetaKeywords(PointOfServiceData pointOfServiceData) protected voidStorePageController.processLocation(Double sourceLatitude, Double sourceLongitude, 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 PointOfServiceDataModifier and TypeMethodDescriptionprotected voidStoreLocatorPageController.setUpNoResultsErrorMessage(org.springframework.ui.Model model, StoreFinderSearchPageData<PointOfServiceData> searchResult) protected voidStoreLocatorPageController.setUpPageData(org.springframework.ui.Model model, StoreFinderSearchPageData<PointOfServiceData> searchResult, List<Breadcrumb> breadCrumbsList) -
Uses of PointOfServiceData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return PointOfServiceDataMethods in de.hybris.platform.ycommercewebservices.v1.controller that return types with arguments of type PointOfServiceDataModifier and TypeMethodDescriptionprotected List<PointOfServiceData>StoreFinderController.filterOptions(String options, StoreFinderSearchPageData<PointOfServiceData> result) StoreFinderController.locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, String options, double radius, double accuracy) Method parameters in de.hybris.platform.ycommercewebservices.v1.controller with type arguments of type PointOfServiceDataModifier and TypeMethodDescriptionprotected List<PointOfServiceData>StoreFinderController.filterOptions(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 PointOfServiceDataModifier and TypeMethodDescriptionStoresHelper.locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, double radius, double accuracy)