Interface SapProductAvailability
- All Known Implementing Classes:
SapProductAvailabilityImpl
public interface SapProductAvailability
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCurrentStockLevel
Long getCurrentStockLevel() -
getFutureAvailability
List<FutureStockModel> getFutureAvailability() -
getStockLevelModel
StockLevelModel getStockLevelModel()
-