Uses of Class
de.hybris.platform.storelocator.model.PointOfServiceModel
-
-
Uses of PointOfServiceModel in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator that return PointOfServiceModel Modifier and Type Method Description protected PointOfServiceModelTmaCommerceCartParameterPopulator. getPointOfService(java.lang.String storeId) -
Uses of PointOfServiceModel in de.hybris.platform.b2ctelcoservices.order.resourcestrategies.impl
Methods in de.hybris.platform.b2ctelcoservices.order.resourcestrategies.impl with parameters of type PointOfServiceModel Modifier and Type Method Description protected longTmaQuantityResourceStrategy. checkCartLevel(ProductModel productModel, CartModel cartModel, PointOfServiceModel pointOfServiceModel)protected longTmaQuantityResourceStrategy. getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel)protected longTmaQuantityResourceStrategy. getAvailableStockLevel(ProductModel productModel, PointOfServiceModel pointOfServiceModel) -
Uses of PointOfServiceModel in de.hybris.platform.b2ctelcoservices.services.impl
Method parameters in de.hybris.platform.b2ctelcoservices.services.impl with type arguments of type PointOfServiceModel Modifier and Type Method Description protected de.hybris.platform.storelocator.GPSB2CTelcoMockGeoWebServiceWrapper. evaluateGeoCenter(java.util.List<PointOfServiceModel> pointOfServiceList)Evaluates an approximate geo center for set of Point Of Services using an average of latitudes and longitudes for every Point Of Service. -
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.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.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.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.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.
-