Class DefaultShoppingTravelStockService
java.lang.Object
de.hybris.platform.stock.impl.DefaultStockService
de.hybris.platform.travelservices.stock.impl.DefaultTravelStockService
de.hybris.platform.shoppingservices.services.impl.DefaultShoppingTravelStockService
- All Implemented Interfaces:
ShoppingTravelStockService,de.hybris.platform.stock.StockService,TravelStockService
public class DefaultShoppingTravelStockService
extends DefaultTravelStockService
implements ShoppingTravelStockService
-
Field Summary
Fields inherited from interface de.hybris.platform.stock.StockService
BEAN_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProductStockStatus(ProductModel product, WarehouseModel warehouse) Methods inherited from class de.hybris.platform.travelservices.stock.impl.DefaultTravelStockService
createStockLevel, createStockLevel, createStockLevel, findStockLevelsForWarehouses, findStockLevelsForWarehousesByDate, getStockLevelForDate, getTravelStockLevelDao, setTravelStockLevelDao, updateStockLevel, updateStockLevelsForTransportOfferingMethods inherited from class de.hybris.platform.stock.impl.DefaultStockService
createStockLevel, createStockLevel, createStockLevelHistoryEntry, getAllStockLevels, getAvailability, getAvailability, getAvailability, getAvailability, getAvailability, getAvailability, getBestMatchOfAvailability, getBestMatchOfQuantity, getInStockStatus, getModelService, getProductAvailabilityStrategy, getProductStatus, getProductStatus, getStockLevel, getStockLevelAmount, getStockLevelDao, getStockLevelProductStrategy, getStockLevels, getStockLevelStatusStrategy, getTotalStockLevelAmount, getTotalStockLevelAmount, release, reserve, setInStockStatus, setModelService, setProductAvailabilityStrategy, setStockLevelDao, setStockLevelProductStrategy, setStockLevelStatusStrategy, updateActualStockLevelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.stock.StockService
getAllStockLevels, getAvailability, getAvailability, getAvailability, getAvailability, getAvailability, getAvailability, getBestMatchOfAvailability, getBestMatchOfQuantity, getInStockStatus, getProductStatus, getProductStatus, getStockLevel, getStockLevelAmount, getStockLevels, getTotalStockLevelAmount, getTotalStockLevelAmount, release, reserve, setInStockStatus, updateActualStockLevel
-
Constructor Details
-
DefaultShoppingTravelStockService
public DefaultShoppingTravelStockService()
-
-
Method Details
-
getProductStockStatus
- Specified by:
getProductStockStatusin interfaceShoppingTravelStockService- Parameters:
product- the productwarehouse- the warehouse- Returns:
- the stock status of a given product in the given warehouse
-