Uses of Class
de.hybris.platform.sap.saps4omservices.exceptions.OutboundServiceException
Packages that use OutboundServiceException
Package
Description
-
Uses of OutboundServiceException in de.hybris.platform.sap.saps4omservices.services
Methods in de.hybris.platform.sap.saps4omservices.services that throw OutboundServiceExceptionModifier and TypeMethodDescriptionSapS4SalesOrderSimulationService.checkCreditLimitExceeded(ItemModel cartModel, UserModel user) Gets the credit limit status for the Cart for the user.SapS4OMOutboundService.createOrder(String destinationId, String destinationTargetId, SAPS4OMRequestData requestData) Create order by passing requestData.SapS4OMOutboundService.fetchOrderDetails(String destinationId, String destinationTargetId, String orderID, Map<String, List<FilterData>> filterData) Get the order details for an orderIDSapS4OMOutboundService.fetchOrders(String destinationId, String destinationTargetId, Map<String, List<FilterData>> filters) Get the orders by filtering via filterData.List<de.hybris.platform.jalo.order.price.PriceInformation>SapS4SalesOrderSimulationService.getPriceDetailsForProduct(ProductModel productModel) Get all price information for given product.SapS4SalesOrderSimulationService.getPriceDetailsForProducts(List<ProductModel> productModels) Get the price level information for products.List<de.hybris.platform.jalo.order.price.PriceInformation>SapS4OMPricingService.getPriceForProduct(ProductModel product) Get the Price information for the productSAPS4OMAvailabilityService.getProductAvailability(ProductModel productModel, BaseStoreModel baseStore) Get the SapS4OMProductAvailability (contains stock , future stock details) for the product and the given basestoreSapS4SalesOrderSimulationService.getStockAvailability(ProductModel productModel, BaseStoreModel baseStore) Get the stock level information for the product.voidSAPS4OMAvailabilityService.removeProductAvailabilityFromCache(ProductModel productModel) Removes SapS4OMProductAvailability from Cache for given productvoidSapS4SalesOrderSimulationService.setCartDetails(AbstractOrderModel cartModel) Sets the live stock, price, discounts, delivery & total in cartModel and CartData.SapS4OMOutboundService.simulateOrder(String destinationId, String destinationTargetId, SAPS4OMRequestData requestData) Create salesOrderSimulation by passing requestData. -
Uses of OutboundServiceException in de.hybris.platform.sap.saps4omservices.services.impl
Methods in de.hybris.platform.sap.saps4omservices.services.impl that throw OutboundServiceExceptionModifier and TypeMethodDescriptionDefaultSapS4SalesOrderSimulationService.checkCreditLimitExceeded(ItemModel cartModel, UserModel user) DefaultSapS4OMOutboundService.createOrder(String destinationId, String destinationTargetId, SAPS4OMRequestData requestData) DefaultSapS4OMOutboundService.fetchOrderDetails(String destinationId, String destinationTargetId, String orderID, Map<String, List<FilterData>> filterData) DefaultSapS4OMOutboundService.fetchOrders(String destinationId, String destinationTargetId, Map<String, List<FilterData>> filters) protected org.springframework.http.HttpHeadersDefaultSapS4OMOutboundService.getAuthenticationDetails(ConsumedDestinationModel destinationModel) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultSapS4SalesOrderSimulationService.getPriceDetailsForProduct(ProductModel productModel) DefaultSapS4SalesOrderSimulationService.getPriceDetailsForProducts(List<ProductModel> productModels) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultPricingService.getPriceForProduct(ProductModel product) List<de.hybris.platform.jalo.order.price.PriceInformation>LiveSapPricingCatalogService.getPriceInformationsForProduct(ProductModel model) DefaultSAPS4OMAvailabilityService.getProductAvailability(ProductModel productModel, BaseStoreModel baseStore) DefaultSapS4SalesOrderSimulationService.getStockAvailability(ProductModel productModel, BaseStoreModel baseStore) voidDefaultSAPS4OMAvailabilityService.removeProductAvailabilityFromCache(ProductModel productModel) protected <T> org.springframework.http.ResponseEntity<T>DefaultSapS4OMOutboundService.sendRequest(ConsumedDestinationModel destinationModel, String url, org.springframework.http.HttpMethod method, SAPS4OMRequestData requestData, Class<T> responseType) voidDefaultSapS4SalesOrderSimulationService.setCartDetails(AbstractOrderModel cartModel) DefaultSapS4OMOutboundService.simulateOrder(String destinationId, String destinationTargetId, SAPS4OMRequestData requestData)