Package org.api.mkm.services
Class StockService
java.lang.Object
org.api.mkm.services.StockService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArticle(Article a)addArticles(List<Article> list)voidchangeQte(List<LightArticle> list, int qte)voidchangeQte(LightArticle a, int qte)voidexportStock(File f, Integer idGame)voidexportStockFile(File f)voidexportStockFile(File f, Map<Article.ARTICLES_ATT,String> atts)getStock()voidremoveArticle(Article a)voidremoveArticles(List<Article> list)updateArticles(List<Article> list)
-
Constructor Details
-
StockService
public StockService()
-
-
Method Details
-
getStock
- Throws:
IOException
-
getStock
- Throws:
IOException
-
getStock
- Throws:
IOException
-
getShoppingcartArticles
- Throws:
IOException
-
exportStock
- Throws:
IOException
-
addArticle
- Throws:
IOException
-
updateArticles
- Throws:
IOException
-
updateArticles
- Throws:
IOException
-
addArticles
- Throws:
IOException
-
removeArticle
- Throws:
IOException
-
removeArticles
- Throws:
IOException
-
exportStockFile
- Throws:
IOException
-
exportStockFile
- Throws:
IOException
-
getStockInShoppingCarts
- Throws:
IOException
-
changeQte
- Throws:
IOException
-
changeQte
- Throws:
IOException
-