Interface OMSAATPService
- All Known Implementing Classes:
DefaultOMSAATPService
public interface OMSAATPService
Javadoc comment for
OMSAATPService
This is the interface containing various OMSA ATP Service functions.-
Method Summary
Modifier and TypeMethodDescriptiongetStockLevelForProductAndBaseStore(ProductModel aom, BaseStoreModel basestore) gets the stock level for ProductsgetStockLevelStatus(Long stockLevel) gets the stock level status for Products
-
Method Details
-
getStockLevelForProductAndBaseStore
gets the stock level for Products- Parameters:
aom- The Product model to be used.basestore- basestore- Returns:
- Long the stock details
-
getStockLevelStatus
gets the stock level status for Products- Parameters:
stockLevel- The Stock level of product.- Returns:
- StockLevelStatus the stock status
-