Uses of Class
de.hybris.platform.storelocator.model.PointOfServiceModel
-
-
Uses of PointOfServiceModel in de.hybris.platform.acceleratorfacades.storelocator.populators
Methods in de.hybris.platform.acceleratorfacades.storelocator.populators with parameters of type PointOfServiceModel Modifier and Type Method Description protected voidPointOfServiceDistancePopulator. calculateFormattedDistance(PointOfServiceModel pointOfServiceModel, PointOfServiceData pointOfServiceData)voidPointOfServiceDistancePopulator. populate(PointOfServiceModel source, PointOfServiceData target) -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.customer
Methods in de.hybris.platform.acceleratorservices.customer with parameters of type PointOfServiceModel Modifier and Type Method Description doubleCustomerLocationService. calculateDistance(GeoPoint origin, PointOfServiceModel pointOfServiceModel)Calculates distance between given origin point and given point of service data object -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.customer.impl
Methods in de.hybris.platform.acceleratorservices.customer.impl with parameters of type PointOfServiceModel Modifier and Type Method Description doubleDefaultCustomerLocationService. calculateDistance(GeoPoint origin, PointOfServiceModel pointOfServiceModel) -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.dataexport.googlelocal.converter
Method parameters in de.hybris.platform.acceleratorservices.dataexport.googlelocal.converter with type arguments of type PointOfServiceModel Modifier and Type Method Description voidPosConverter. populate(org.springframework.messaging.Message<PointOfServiceModel> message, Business business) -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.order
Methods in de.hybris.platform.acceleratorservices.order with parameters of type PointOfServiceModel Modifier and Type Method Description java.util.List<CommerceCartModification>AcceleratorCheckoutService. consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)Runs calculation again and updates cart -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl with parameters of type PointOfServiceModel Modifier and Type Method Description java.util.List<CommerceCartModification>DefaultAcceleratorCheckoutService. consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)protected AbstractOrderEntryModelDefaultAcceleratorCheckoutService. getAnchorEntryToConsolidate(AbstractOrderEntryModel entry, CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)Gets the anchor entry to consolidate.protected java.util.List<AbstractOrderEntryModel>DefaultAcceleratorCheckoutService. getEntriesToConsolidate(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, java.util.List<AbstractOrderEntryModel> entriesToBeRemovedDueToPOS, java.util.List<AbstractOrderEntryModel> consolidatedEntriesToBeRemoved, java.util.List<CommerceCartModification> unsuccessfulModifications)Gets the consolidate entries.protected booleanDefaultAcceleratorCheckoutService. isInStock(ProductModel productModel, PointOfServiceModel pointOfServiceModel)protected voidDefaultAcceleratorCheckoutService. updatePOS(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, java.util.List<CommerceCartModification> unsuccessfulModifications, AbstractOrderEntryModel entry) -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.sitemap.generator.impl
Methods in de.hybris.platform.acceleratorservices.sitemap.generator.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description protected java.util.List<PointOfServiceModel>PointOfServicePageSiteMapGenerator. getDataInternal(CMSSiteModel siteModel)Method parameters in de.hybris.platform.acceleratorservices.sitemap.generator.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description java.util.List<SiteMapUrlData>PointOfServicePageSiteMapGenerator. getSiteMapUrlData(java.util.List<PointOfServiceModel> models) -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.sitemap.populators
Methods in de.hybris.platform.acceleratorservices.sitemap.populators that return types with arguments of type PointOfServiceModel Modifier and Type Method Description UrlResolver<PointOfServiceModel>PointOfServiceModellToSiteMapUrlDataPopulator. getUrlResolver()Methods in de.hybris.platform.acceleratorservices.sitemap.populators with parameters of type PointOfServiceModel Modifier and Type Method Description voidPointOfServiceModellToSiteMapUrlDataPopulator. populate(PointOfServiceModel pointOfServiceModel, SiteMapUrlData siteMapUrlData)Method parameters in de.hybris.platform.acceleratorservices.sitemap.populators with type arguments of type PointOfServiceModel Modifier and Type Method Description voidPointOfServiceModellToSiteMapUrlDataPopulator. setUrlResolver(UrlResolver<PointOfServiceModel> urlResolver) -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.store
Methods in de.hybris.platform.acceleratorservices.store that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.List<PointOfServiceModel>LocalStorePreferencesService. getFavoritePointOfServices()Returns user's favourite stores listMethods in de.hybris.platform.acceleratorservices.store with parameters of type PointOfServiceModel Modifier and Type Method Description voidLocalStorePreferencesService. addToFavouritePointOfServices(PointOfServiceModel favorite)Adds given point of service to favoritevoidLocalStorePreferencesService. removeFromFavoritePointOfServices(PointOfServiceModel pointOfServiceModel)Removes given point of service from favoriteMethod parameters in de.hybris.platform.acceleratorservices.store with type arguments of type PointOfServiceModel Modifier and Type Method Description voidLocalStorePreferencesService. setFavoritesPointOfServices(java.util.List<PointOfServiceModel> storesList)Stores user's favourite stores list -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.store.impl
Methods in de.hybris.platform.acceleratorservices.store.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.List<PointOfServiceModel>DefaultLocalStorePreferencesService. getFavoritePointOfServices()Methods in de.hybris.platform.acceleratorservices.store.impl with parameters of type PointOfServiceModel Modifier and Type Method Description voidDefaultLocalStorePreferencesService. addToFavouritePointOfServices(PointOfServiceModel favorite)voidDefaultLocalStorePreferencesService. removeFromFavoritePointOfServices(PointOfServiceModel pointOfServiceModel)Method parameters in de.hybris.platform.acceleratorservices.store.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description voidDefaultLocalStorePreferencesService. setFavoritesPointOfServices(java.util.List<PointOfServiceModel> storesList) -
Uses of PointOfServiceModel in de.hybris.platform.acceleratorservices.store.pickup.impl
Methods in de.hybris.platform.acceleratorservices.store.pickup.impl with parameters of type PointOfServiceModel Modifier and Type Method Description protected booleanDefaultPickupPointOfServiceConsolidationStrategy. checkAllStockAvailableAtPointOfService(java.util.Set<ProductModel> products, PointOfServiceModel posModel, CartModel cartModel)protected booleanDefaultPickupPointOfServiceConsolidationStrategy. checkStockAvailableAtPointOfService(ProductModel productModel, PointOfServiceModel posModel, CartModel cartModel)Method parameters in de.hybris.platform.acceleratorservices.store.pickup.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description protected voidDefaultPickupPointOfServiceConsolidationStrategy. collectPickupPoints(CartModel cartModel, java.util.Set<PointOfServiceModel> potentialPickupPoints, java.util.Set<ProductModel> productsForPickup) -
Uses of PointOfServiceModel in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelAssistedServiceService. getAssistedServiceAgentStore()Returns the PointOfServiceModel for the logged in as agent.PointOfServiceModelAssistedServiceService. getAssistedServiceAgentStore(UserModel agent)Returns the PointOfServiceModel for the given as agent. -
Uses of PointOfServiceModel in de.hybris.platform.assistedserviceservices.dao
Method parameters in de.hybris.platform.assistedserviceservices.dao with type arguments of type PointOfServiceModel Modifier and Type Method Description <T extends CustomerModel>
SearchPageData<T>CustomerGroupDao. findAllCustomersByConsignmentsInPointOfServices(java.util.List<PointOfServiceModel> pointOfServiceModels, PageableData pageableData)Get paginated customers for specific pos-list where customer have a consignment. -
Uses of PointOfServiceModel in de.hybris.platform.assistedserviceservices.dao.impl
Method parameters in de.hybris.platform.assistedserviceservices.dao.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description <T extends CustomerModel>
SearchPageData<T>DefaultCustomerGroupDao. findAllCustomersByConsignmentsInPointOfServices(java.util.List<PointOfServiceModel> poses, PageableData pageableData) -
Uses of PointOfServiceModel in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelDefaultAssistedServiceService. getAssistedServiceAgentStore()PointOfServiceModelDefaultAssistedServiceService. getAssistedServiceAgentStore(UserModel agent) -
Uses of PointOfServiceModel in de.hybris.platform.basecommerce.backoffice.editor
Methods in de.hybris.platform.basecommerce.backoffice.editor with parameters of type PointOfServiceModel Modifier and Type Method Description protected booleanGeoCodePosSectionRenderer. geoCodeAddress(AddressData address, PointOfServiceModel pos, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected booleanGeoCodePosSectionRenderer. hasUserPermissionToWrite(PointOfServiceModel pos)protected voidGeoCodePosSectionRenderer. updatePointOfService(GPS gps, java.util.Date geocodeTimestamp, PointOfServiceModel pos) -
Uses of PointOfServiceModel in de.hybris.platform.chinesepaymentfacades.checkout
Method parameters in de.hybris.platform.chinesepaymentfacades.checkout with type arguments of type PointOfServiceModel Modifier and Type Method Description booleanChineseCheckoutFacade. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.Optional<PointOfServiceModel> pos)Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of PointOfServiceModel in de.hybris.platform.chinesepaymentfacades.checkout.impl
Method parameters in de.hybris.platform.chinesepaymentfacades.checkout.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description booleanDefaultChineseCheckoutFacade. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.Optional<PointOfServiceModel> pos)Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of PointOfServiceModel in de.hybris.platform.chinesepaymentservices.checkout
Method parameters in de.hybris.platform.chinesepaymentservices.checkout with type arguments of type PointOfServiceModel Modifier and Type Method Description booleanChineseCheckoutService. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.Optional<PointOfServiceModel> pos)Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of PointOfServiceModel in de.hybris.platform.chinesepaymentservices.checkout.impl
Method parameters in de.hybris.platform.chinesepaymentservices.checkout.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description booleanDefaultChineseCheckoutService. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.Optional<PointOfServiceModel> pos)Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of PointOfServiceModel in de.hybris.platform.commercefacades.basestores.converters.populator
Methods in de.hybris.platform.commercefacades.basestores.converters.populator that return types with arguments of type PointOfServiceModel 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 PointOfServiceModel Modifier and Type Method Description voidBaseStorePopulator. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type PointOfServiceModel 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 PointOfServiceModel 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 PointOfServiceModel in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type PointOfServiceModel 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 PointOfServiceModel Modifier and Type Method Description voidStoreStockPopulator. setPointOfServicePopulator(Populator<PointOfServiceModel,PointOfServiceData> pointOfServicePopulator) -
Uses of PointOfServiceModel in de.hybris.platform.commercefacades.storefinder.converters
Methods in de.hybris.platform.commercefacades.storefinder.converters that return types with arguments of type PointOfServiceModel 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 PointOfServiceModel Modifier and Type Method Description voidPointOfServiceDistanceConverter. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceModel in de.hybris.platform.commercefacades.storefinder.impl
Methods in de.hybris.platform.commercefacades.storefinder.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>DefaultStoreFinderFacade. getPointOfServiceConverter()Method parameters in de.hybris.platform.commercefacades.storefinder.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description voidDefaultStoreFinderFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceModel in de.hybris.platform.commercefacades.storelocator.converters.populator
Methods in de.hybris.platform.commercefacades.storelocator.converters.populator with parameters of type PointOfServiceModel Modifier and Type Method Description voidPointOfServicePopulator. populate(PointOfServiceModel source, PointOfServiceData target)protected voidPointOfServicePopulator. setGeoPoint(PointOfServiceModel source, PointOfServiceData target) -
Uses of PointOfServiceModel in de.hybris.platform.commercefacades.storelocator.data
Methods in de.hybris.platform.commercefacades.storelocator.data that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelStoreStockHolder. getPointOfService()Methods in de.hybris.platform.commercefacades.storelocator.data with parameters of type PointOfServiceModel Modifier and Type Method Description voidStoreStockHolder. setPointOfService(PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.commercefacades.storelocator.impl
Methods in de.hybris.platform.commercefacades.storelocator.impl that return types with arguments of type PointOfServiceModel 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 PointOfServiceModel Modifier and Type Method Description voidDefaultStoreLocatorFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.delivery.dao
Methods in de.hybris.platform.commerceservices.delivery.dao that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>>StorePickupDao. getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode, BaseStoreModel baseStoreModel)Get stock levels for given given product and base store. -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.delivery.dao.impl
Methods in de.hybris.platform.commerceservices.delivery.dao.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>>DefaultStorePickupDao. getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode, BaseStoreModel baseStoreModel) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.model.storelocator
Methods in de.hybris.platform.commerceservices.model.storelocator that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Collection<PointOfServiceModel>StoreLocatorFeatureModel. getPointOfServices()Generated method - Getter of theStoreLocatorFeature.pointOfServicesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.commerceservices.model.storelocator with type arguments of type PointOfServiceModel Modifier and Type Method Description voidStoreLocatorFeatureModel. setPointOfServices(java.util.Collection<PointOfServiceModel> value)Generated method - Setter ofStoreLocatorFeature.pointOfServicesattribute defined at extensioncommerceservices. -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.model.user
Methods in de.hybris.platform.commerceservices.model.user that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelStoreEmployeeGroupModel. getStore()Generated method - Getter of theStoreEmployeeGroup.storeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.user with parameters of type PointOfServiceModel Modifier and Type Method Description voidStoreEmployeeGroupModel. setStore(PointOfServiceModel value)Generated method - Setter ofStoreEmployeeGroup.storeattribute defined at extensioncommerceservices. -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type PointOfServiceModel Modifier and Type Method Description CommerceCartModificationCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationCommerceCartService. updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao with parameters of type PointOfServiceModel Modifier and Type Method Description java.util.List<CartEntryModel>CartEntryDao. findEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl with parameters of type PointOfServiceModel Modifier and Type Method Description java.util.List<CartEntryModel>DefaultCartEntryDao. findEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type PointOfServiceModel Modifier and Type Method Description CommerceCartModificationDefaultCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.protected longAbstractCommerceCartStrategy. checkCartLevel(ProductModel productModel, CartModel cartModel, PointOfServiceModel pointOfServiceModel)protected longAbstractCommerceCartStrategy. getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel)Work out the allowed quantity adjustment for a product in the cart given a requested quantity change.protected longAbstractCommerceCartStrategy. getAvailableStockLevel(ProductModel productModel, PointOfServiceModel pointOfServiceModel)protected java.lang.IntegerAbstractCommerceCartStrategy. getEntryForProductAndPointOfService(CartModel cartModel, ProductModel productModel, PointOfServiceModel pointOfServiceModel)protected booleanAbstractCommerceCartStrategy. isStockLevelSufficient(CartModel cartModel, ProductModel productModel, PointOfServiceModel pointOfServiceModel, long quantityToAdd)Work out if the stock level is sufficient for a product in the cart given a requested quantity change.CommerceCartModificationDefaultCommerceCartService. updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelCommerceCartParameter. getPointOfService()Methods in de.hybris.platform.commerceservices.service.data with parameters of type PointOfServiceModel Modifier and Type Method Description voidCommerceCartParameter. setPointOfService(PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.stock
Methods in de.hybris.platform.commerceservices.stock that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Map<PointOfServiceModel,StockLevelStatus>CommerceStockService. getPosAndStockLevelStatusForProduct(ProductModel product, BaseStoreModel baseStore)Returns the StockLevelStatus for the Product at Points of Service where it is in stock.Methods in de.hybris.platform.commerceservices.stock with parameters of type PointOfServiceModel Modifier and Type Method Description java.lang.LongCommerceStockService. getStockLevelForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfServiceModel)Returns stock level value for given product and point of service (that also indicates warehouse)StockLevelStatusCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfServiceModel)Returns stock level status for given product and point of service (that also indicates warehouse) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.stock.impl
Methods in de.hybris.platform.commerceservices.stock.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Map<PointOfServiceModel,StockLevelStatus>DefaultCommerceStockService. getPosAndStockLevelStatusForProduct(ProductModel product, BaseStoreModel baseStore)Methods in de.hybris.platform.commerceservices.stock.impl with parameters of type PointOfServiceModel Modifier and Type Method Description java.lang.LongDefaultCommerceStockService. getStockLevelForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService)java.lang.LongSubscriptionCommerceStockService. getStockLevelForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService)StockLevelStatusDefaultCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService)StockLevelStatusSubscriptionCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.storefinder
Methods in de.hybris.platform.commerceservices.storefinder that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelStoreFinderService. getPointOfServiceForName(BaseStoreModel baseStore, java.lang.String name)Gets thePointOfServiceModelfor the given name that should be uniqueMethods in de.hybris.platform.commerceservices.storefinder that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.List<PointOfServiceModel>StoreFinderService. getAllPosForCountry(java.lang.String countryIsoCode, BaseStoreModel baseStore)Gets a list ofPointOfServiceModelfor all points of service in a given countryjava.util.List<PointOfServiceModel>StoreFinderService. getAllPosForRegion(java.lang.String countryIsoCode, java.lang.String regionIsoCode, BaseStoreModel baseStore)Gets a list ofPointOfServiceModelfor all points of service in a given country and region -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.storefinder.data
Methods in de.hybris.platform.commerceservices.storefinder.data that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelPointOfServiceDistanceData. getPointOfService()Methods in de.hybris.platform.commerceservices.storefinder.data with parameters of type PointOfServiceModel Modifier and Type Method Description voidPointOfServiceDistanceData. setPointOfService(PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.storefinder.impl
Methods in de.hybris.platform.commerceservices.storefinder.impl that return PointOfServiceModel Modifier and Type Method Description protected PointOfServiceModelDefaultStoreFinderServiceTest. createPos(double lat, double lon)PointOfServiceModelDefaultStoreFinderService. getPointOfServiceForName(BaseStoreModel baseStore, java.lang.String name)Methods in de.hybris.platform.commerceservices.storefinder.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.List<PointOfServiceModel>DefaultStoreFinderService. getAllPosForCountry(java.lang.String countryIsoCode, BaseStoreModel baseStore)java.util.List<PointOfServiceModel>DefaultStoreFinderService. getAllPosForRegion(java.lang.String countryIsoCode, java.lang.String regionIsoCode, BaseStoreModel baseStore)protected GenericDao<PointOfServiceModel>DefaultStoreFinderService. getPointOfServiceGenericDao()protected PagedGenericDao<PointOfServiceModel>DefaultStoreFinderService. getPointOfServicePagedGenericDao()protected java.util.Collection<PointOfServiceModel>DefaultStoreFinderService. getPointsOfServiceNear(GeoPoint centerPoint, double radiusKm, BaseStoreModel baseStore)Methods in de.hybris.platform.commerceservices.storefinder.impl with parameters of type PointOfServiceModel Modifier and Type Method Description protected doubleDefaultStoreFinderService. calculateDistance(GeoPoint centerPoint, PointOfServiceModel posModel)Method parameters in de.hybris.platform.commerceservices.storefinder.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description protected java.util.List<ITEM>DefaultStoreFinderService. calculateDistances(GeoPoint centerPoint, java.util.Collection<PointOfServiceModel> pointsOfService)voidDefaultStoreFinderService. setPointOfServiceGenericDao(GenericDao<PointOfServiceModel> pointOfServiceGenericDao)voidDefaultStoreFinderService. setPointOfServicePagedGenericDao(PagedGenericDao<PointOfServiceModel> pointOfServicePagedGenericDao) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.url.impl
Methods in de.hybris.platform.commerceservices.url.impl with parameters of type PointOfServiceModel Modifier and Type Method Description protected java.lang.StringDefaultPointOfServiceUrlResolver. getKey(PointOfServiceModel source)protected java.lang.StringDefaultPointOfServiceUrlResolver. resolveInternal(PointOfServiceModel source) -
Uses of PointOfServiceModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelAbstractOrderEntryModel. getDeliveryPointOfService()Generated method - Getter of theAbstractOrderEntry.deliveryPointOfServiceattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.order with parameters of type PointOfServiceModel Modifier and Type Method Description voidAbstractOrderEntryModel. setDeliveryPointOfService(PointOfServiceModel value)Generated method - Setter ofAbstractOrderEntry.deliveryPointOfServiceattribute defined at extensioncommerceservices. -
Uses of PointOfServiceModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelConsignmentModel. getDeliveryPointOfService()Generated method - Getter of theConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Collection<PointOfServiceModel>WarehouseModel. getPointsOfService()Generated method - Getter of theWarehouse.pointsOfServiceattribute defined at extensioncommerceservices.Methods in de.hybris.platform.ordersplitting.model with parameters of type PointOfServiceModel Modifier and Type Method Description voidConsignmentModel. setDeliveryPointOfService(PointOfServiceModel value)Generated method - Setter ofConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type PointOfServiceModel Modifier and Type Method Description voidWarehouseModel. setPointsOfService(java.util.Collection<PointOfServiceModel> value)Generated method - Setter ofWarehouse.pointsOfServiceattribute defined at extensioncommerceservices. -
Uses of PointOfServiceModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelBaseStoreModel. getDefaultDeliveryOrigin()Generated method - Getter of theBaseStore.defaultDeliveryOriginattribute defined at extensioncommerceservices.Methods in de.hybris.platform.store that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.List<PointOfServiceModel>BaseStoreModel. getPointsOfService()Generated method - Getter of theBaseStore.pointsOfServiceattribute defined at extensionbasecommerce.Methods in de.hybris.platform.store with parameters of type PointOfServiceModel Modifier and Type Method Description voidBaseStoreModel. setDefaultDeliveryOrigin(PointOfServiceModel value)Generated method - Setter ofBaseStore.defaultDeliveryOriginattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.store with type arguments of type PointOfServiceModel Modifier and Type Method Description voidBaseStoreModel. setPointsOfService(java.util.List<PointOfServiceModel> value)Generated method - Setter ofBaseStore.pointsOfServiceattribute defined at extensionbasecommerce. -
Uses of PointOfServiceModel in de.hybris.platform.storelocator
Methods in de.hybris.platform.storelocator that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelPointOfServiceDao. getPosByName(java.lang.String name)Returns a Point of Service with the name givenMethods in de.hybris.platform.storelocator that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Collection<PointOfServiceModel>PointOfServiceDao. getAllGeocodedPOS(GPS center, double radius)return all POS items from the given neighborhoodjava.util.Collection<PointOfServiceModel>PointOfServiceDao. getAllGeocodedPOS(GPS center, double radius, BaseStoreModel baseStore)return all POS items from the given neighborhood belonging to given storejava.util.Collection<PointOfServiceModel>PointOfServiceDao. getAllPos()return all POS itemsjava.util.List<PointOfServiceModel>PointOfServiceDao. getPosForCountry(java.lang.String countryIsoCode, BaseStoreModel baseStore)Gets a list ofPointOfServiceModelin a given countryjava.util.List<PointOfServiceModel>PointOfServiceDao. getPosForRegion(java.lang.String countryIsoCode, java.lang.String regionIsoCode, BaseStoreModel baseStore)Gets a list ofPointOfServiceModelin a given country and regionjava.util.Collection<PointOfServiceModel>PointOfServiceDao. getPosToGeocode()Get collection of PointOfServiceModel that need to be geocoded.java.util.Collection<PointOfServiceModel>PointOfServiceDao. getPosToGeocode(int size)Get a size limited collection of PointOfServiceModel that need to be geocoded.Methods in de.hybris.platform.storelocator with parameters of type PointOfServiceModel Modifier and Type Method Description protected java.lang.StringGeocodingJob. buildErrorMessage(PointOfServiceModel pos, DistanceUnawareLocation location, GeoServiceWrapperException geoServiceWrapperException)protected booleanGeocodingJobIT. isMockedForFailure(PointOfServiceModel pos)protected voidGeocodingJob. storeDistanceUnawareLocation(PointOfServiceModel pos)calculates and stores the GPS information for the given point of service -
Uses of PointOfServiceModel in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelDefaultPointOfServiceDao. getPosByName(java.lang.String name)Methods in de.hybris.platform.storelocator.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description java.util.Collection<PointOfServiceModel>DefaultPointOfServiceDao. getAllGeocodedPOS(GPS center, double radius)java.util.Collection<PointOfServiceModel>DefaultPointOfServiceDao. getAllGeocodedPOS(GPS center, double radius, BaseStoreModel baseStore)java.util.Collection<PointOfServiceModel>DefaultPointOfServiceDao. getAllPos()java.util.List<PointOfServiceModel>DefaultPointOfServiceDao. getPosForCountry(java.lang.String countryIsoCode, BaseStoreModel baseStore)java.util.List<PointOfServiceModel>DefaultPointOfServiceDao. getPosForRegion(java.lang.String countryIsoCode, java.lang.String regionIsoCode, BaseStoreModel baseStore)java.util.Collection<PointOfServiceModel>DefaultPointOfServiceDao. getPosToGeocode()java.util.Collection<PointOfServiceModel>DefaultPointOfServiceDao. getPosToGeocode(int size) -
Uses of PointOfServiceModel in de.hybris.platform.storelocator.location.impl
Methods in de.hybris.platform.storelocator.location.impl with parameters of type PointOfServiceModel Modifier and Type Method Description protected doubleDefaultLocationService. calculateDistance(GPS referenceGps, PointOfServiceModel posModel)protected AddressDataAbstractAddress. extractAddressData(PointOfServiceModel pos)Constructors in de.hybris.platform.storelocator.location.impl with parameters of type PointOfServiceModel Constructor Description DefaultLocation(PointOfServiceModel posModel, java.lang.Double distance)DistanceUnawareLocation(PointOfServiceModel posModel)creates a new location using the given point of service. -
Uses of PointOfServiceModel in de.hybris.platform.storelocator.pos
Methods in de.hybris.platform.storelocator.pos that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelPointOfServiceService. getPointOfServiceForName(java.lang.String name)Returns point of service by its name. -
Uses of PointOfServiceModel in de.hybris.platform.storelocator.pos.impl
Methods in de.hybris.platform.storelocator.pos.impl that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelDefaultPointOfServiceService. getPointOfServiceForName(java.lang.String name) -
Uses of PointOfServiceModel in de.hybris.platform.subscriptionservices.subscription
Methods in de.hybris.platform.subscriptionservices.subscription with parameters of type PointOfServiceModel Modifier and Type Method Description longSubscriptionCommerceCartStrategy. getAvailableStockLevel(ProductModel productModel, PointOfServiceModel pointOfServiceModel) -
Uses of PointOfServiceModel in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl with parameters of type PointOfServiceModel Modifier and Type Method Description protected longDefaultSubscriptionCommerceCartService. getAvailableStockLevel(ProductModel productModel, PointOfServiceModel pointOfServiceModel)Find the available stock quantity for a product.longDefaultSubscriptionCommerceCartStrategy. getAvailableStockLevel(ProductModel productModel, PointOfServiceModel pointOfServiceModel) -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.atp.services.impl
Methods in de.hybris.platform.warehousing.atp.services.impl with parameters of type PointOfServiceModel Modifier and Type Method Description java.lang.LongWarehousingCommerceStockService. getStockLevelForProductAndPointOfService(ProductModel product, PointOfServiceModel pos)StockLevelStatusWarehousingCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.atp.strategy
Methods in de.hybris.platform.warehousing.atp.strategy with parameters of type PointOfServiceModel Modifier and Type Method Description java.util.Collection<WarehouseModel>PickupWarehouseSelectionStrategy. getWarehouses(PointOfServiceModel pos)Get all warehouses associated to the point of service that allow pickup. -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.atp.strategy.impl
Methods in de.hybris.platform.warehousing.atp.strategy.impl with parameters of type PointOfServiceModel Modifier and Type Method Description java.util.Collection<WarehouseModel>DefaultPickupWarehouseSelectionStrategy. getWarehouses(PointOfServiceModel pos) -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelAdvancedShippingNoticeModel. getPointOfService()Generated method - Getter of theAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type PointOfServiceModel Modifier and Type Method Description voidAdvancedShippingNoticeModel. setPointOfService(PointOfServiceModel value)Generated method - Setter ofAdvancedShippingNotice.pointOfServiceattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type PointOfServiceModel Constructor Description AdvancedShippingNoticeModel(java.lang.String _externalId, java.lang.String _internalId, ItemModel _owner, PointOfServiceModel _pointOfService, java.util.Date _releaseDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancedShippingNoticeModel(java.lang.String _externalId, java.lang.String _internalId, PointOfServiceModel _pointOfService, java.util.Date _releaseDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.sourcing.context
Methods in de.hybris.platform.warehousing.sourcing.context that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelPosSelectionStrategy. getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse)Retrieve a specific point of service for a specific warehouse and a specific order -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.sourcing.context.grouping.impl
Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelPosOrderEntryMatcher. getMatchingObject(AbstractOrderEntryModel orderEntry) -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.sourcing.context.impl
Methods in de.hybris.platform.warehousing.sourcing.context.impl that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelFirstPosSelectionStrategy. getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse) -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type PointOfServiceModel Modifier and Type Method Description OrderModelOrderBuilder. build(AddressModel address, CurrencyModel currency, ProductService productService, java.util.Map<java.lang.String,java.lang.Long> productInfo, PointOfServiceModel pointOfServiceModel, DeliveryModeModel deliveryModeModel) -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelPointOfServiceModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type PointOfServiceModel Modifier and Type Method Description OrderEntryModelBuilderOrderEntryModelBuilder. withDeliveryPointOfService(PointOfServiceModel deliveryPointOfService)AsnModelBuilderAsnModelBuilder. withPoS(PointOfServiceModel pos) -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelPointsOfService. Boston()PointOfServiceModelPointsOfService. Montreal_Downtown()PointOfServiceModelPointsOfService. Montreal_External() -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.warehouse.service
Methods in de.hybris.platform.warehousing.warehouse.service with parameters of type PointOfServiceModel Modifier and Type Method Description booleanWarehousingWarehouseService. isWarehouseInPoS(WarehouseModel warehouse, PointOfServiceModel pointOfService)Check if givenWarehouseModelbelong to givenPointOfServiceModel -
Uses of PointOfServiceModel in de.hybris.platform.warehousing.warehouse.service.impl
Methods in de.hybris.platform.warehousing.warehouse.service.impl with parameters of type PointOfServiceModel Modifier and Type Method Description booleanDefaultWarehousingWarehouseService. isWarehouseInPoS(WarehouseModel warehouse, PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.warehousingbackoffice.actions.exportpointsofservice
Methods in de.hybris.platform.warehousingbackoffice.actions.exportpointsofservice with parameters of type PointOfServiceModel Modifier and Type Method Description protected voidExportPointsOfServiceAction. buildCsv(java.lang.StringBuilder stringBuilder, PointOfServiceModel pointOfService)Builds the CSVprotected java.lang.StringExportPointsOfServiceAction. getDailySchedule(PointOfServiceModel pointOfService, int dayOfWeek)Generates a formatted 24 hour representation of the opening hours of aPointOfServiceModelfor a given day of the weekprotected booleanExportPointsOfServiceAction. isPointOfServiceMeetsRequirements(PointOfServiceModel pointOfService, java.lang.String url)Checks conditions for which pointOfServiceMeetsRequirements will be falseprotected booleanExportPointsOfServiceAction. validatePointOfServiceMeetsRequirements(PointOfServiceModel pointOfService)Returns true if thePointOfServiceModelcontains or references all of the data required to pass minimum requirements for an import to Google My BusinessMethod parameters in de.hybris.platform.warehousingbackoffice.actions.exportpointsofservice with type arguments of type PointOfServiceModel Modifier and Type Method Description protected java.lang.StringExportPointsOfServiceAction. createCsv(java.util.List<PointOfServiceModel> pointsOfService)Builds a CSV based upon a list ofPointOfServiceModelsprotected voidExportPointsOfServiceAction. createCsvContent(java.lang.StringBuilder stringBuilder, java.util.List<PointOfServiceModel> pointsOfService)Creates a CSV body representing a list ofPointOfServiceModels -
Uses of PointOfServiceModel in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return PointOfServiceModel Modifier and Type Method Description PointOfServiceModelAtpFormDto. getPointOfService()Methods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type PointOfServiceModel Modifier and Type Method Description voidAtpFormDto. setPointOfService(PointOfServiceModel pointOfService)Constructors in de.hybris.platform.warehousingbackoffice.dtos with parameters of type PointOfServiceModel Constructor Description AtpFormDto(ProductModel product, BaseStoreModel baseStore, PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.warehousingfacades.basestore.impl
Methods in de.hybris.platform.warehousingfacades.basestore.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>DefaultWarehousingBaseStoreFacade. getPointOfServiceConverter()protected PagedGenericDao<PointOfServiceModel>DefaultWarehousingBaseStoreFacade. getPointsOfServicePagedDao()Method parameters in de.hybris.platform.warehousingfacades.basestore.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description voidDefaultWarehousingBaseStoreFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)voidDefaultWarehousingBaseStoreFacade. setPointsOfServicePagedDao(PagedGenericDao<PointOfServiceModel> pointsOfServicePagedDao) -
Uses of PointOfServiceModel in de.hybris.platform.warehousingfacades.pointofservice.converters.populator
Methods in de.hybris.platform.warehousingfacades.pointofservice.converters.populator with parameters of type PointOfServiceModel Modifier and Type Method Description voidWarehousingPointOfServicePopulator. populate(PointOfServiceModel source, PointOfServiceData target) -
Uses of PointOfServiceModel in de.hybris.platform.warehousingfacades.pointofservice.impl
Methods in de.hybris.platform.warehousingfacades.pointofservice.impl that return PointOfServiceModel Modifier and Type Method Description protected PointOfServiceModelDefaultWarehousingPointOfServiceFacade. getPointOfServiceModelByName(java.lang.String posName)FindsPointOfServiceModelfor the givenNAMEMethods in de.hybris.platform.warehousingfacades.pointofservice.impl that return types with arguments of type PointOfServiceModel Modifier and Type Method Description protected Converter<PointOfServiceModel,PointOfServiceData>DefaultWarehousingPointOfServiceFacade. getPointOfServiceConverter()protected GenericDao<PointOfServiceModel>DefaultWarehousingPointOfServiceFacade. getPointOfServiceGenericDao()Method parameters in de.hybris.platform.warehousingfacades.pointofservice.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description voidDefaultWarehousingPointOfServiceFacade. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)voidDefaultWarehousingPointOfServiceFacade. setPointOfServiceGenericDao(GenericDao<PointOfServiceModel> pointOfServiceGenericDao) -
Uses of PointOfServiceModel in de.hybris.platform.warehousingfacades.warehouse.converters.populator
Methods in de.hybris.platform.warehousingfacades.warehouse.converters.populator that return types with arguments of type PointOfServiceModel 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 PointOfServiceModel Modifier and Type Method Description voidWarehousingWarehousePopulator. setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)
-