Uses of Class
de.hybris.platform.storelocator.model.PointOfServiceModel
Packages that use PointOfServiceModel
Package
Description
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.storelocator package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.user package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.store package.
-
Uses of PointOfServiceModel in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator that return PointOfServiceModelModifier and TypeMethodDescriptionprotected PointOfServiceModelTmaCommerceCartParameterPopulator.getPointOfService(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 PointOfServiceModelModifier and TypeMethodDescriptionprotected 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 PointOfServiceModelModifier and TypeMethodDescriptionprotected de.hybris.platform.storelocator.GPSB2CTelcoMockGeoWebServiceWrapper.evaluateGeoCenter(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 PointOfServiceModelMethods in de.hybris.platform.commercefacades.storelocator.data with parameters of type PointOfServiceModelModifier and TypeMethodDescriptionvoidStoreStockHolder.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 PointOfServiceModelModifier and TypeMethodDescriptionStoreLocatorFeatureModel.getPointOfServices()Generated method - Getter of theStoreLocatorFeature.pointOfServicesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.commerceservices.model.storelocator with type arguments of type PointOfServiceModelModifier and TypeMethodDescriptionvoidStoreLocatorFeatureModel.setPointOfServices(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 PointOfServiceModelModifier and TypeMethodDescriptionStoreEmployeeGroupModel.getStore()Generated method - Getter of theStoreEmployeeGroup.storeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.user with parameters of type PointOfServiceModelModifier and TypeMethodDescriptionvoidStoreEmployeeGroupModel.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 PointOfServiceModelMethods in de.hybris.platform.commerceservices.service.data with parameters of type PointOfServiceModelModifier and TypeMethodDescriptionvoidCommerceCartParameter.setPointOfService(PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.commerceservices.storefinder.data
Methods in de.hybris.platform.commerceservices.storefinder.data that return PointOfServiceModelMethods in de.hybris.platform.commerceservices.storefinder.data with parameters of type PointOfServiceModelModifier and TypeMethodDescriptionvoidPointOfServiceDistanceData.setPointOfService(PointOfServiceModel pointOfService) -
Uses of PointOfServiceModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return PointOfServiceModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getDeliveryPointOfService()Generated method - Getter of theAbstractOrderEntry.deliveryPointOfServiceattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.order with parameters of type PointOfServiceModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.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 PointOfServiceModelModifier and TypeMethodDescriptionConsignmentModel.getDeliveryPointOfService()Generated method - Getter of theConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type PointOfServiceModelModifier and TypeMethodDescriptionWarehouseModel.getPointsOfService()Generated method - Getter of theWarehouse.pointsOfServiceattribute defined at extensioncommerceservices.Methods in de.hybris.platform.ordersplitting.model with parameters of type PointOfServiceModelModifier and TypeMethodDescriptionvoidConsignmentModel.setDeliveryPointOfService(PointOfServiceModel value) Generated method - Setter ofConsignment.deliveryPointOfServiceattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type PointOfServiceModelModifier and TypeMethodDescriptionvoidWarehouseModel.setPointsOfService(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 PointOfServiceModelModifier and TypeMethodDescriptionBaseStoreModel.getDefaultDeliveryOrigin()Generated method - Getter of theBaseStore.defaultDeliveryOriginattribute defined at extensioncommerceservices.Methods in de.hybris.platform.store that return types with arguments of type PointOfServiceModelModifier and TypeMethodDescriptionBaseStoreModel.getPointsOfService()Generated method - Getter of theBaseStore.pointsOfServiceattribute defined at extensionbasecommerce.Methods in de.hybris.platform.store with parameters of type PointOfServiceModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setDefaultDeliveryOrigin(PointOfServiceModel value) Generated method - Setter ofBaseStore.defaultDeliveryOriginattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.store with type arguments of type PointOfServiceModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setPointsOfService(List<PointOfServiceModel> value) Generated method - Setter ofBaseStore.pointsOfServiceattribute defined at extensionbasecommerce.