Package org.api.mkm.services
Class StockService
java.lang.Object
org.api.mkm.services.StockService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArticles(List<Article> list) voidchangeQte(List<LightArticle> list, int qte) voidchangeQte(LightArticle a, int qte) voidexportStock(File f, Integer idGame, boolean sealed) voidvoidexportStockFile(File f, Map<Article.ARTICLES_ATT, String> atts) getStock()getStock(int page) readStockFile(File f, int idGame) voidvoidremoveArticles(List<Article> list) updateArticles(List<Article> list)
-
Constructor Details
-
StockService
public StockService()
-
-
Method Details
-
readStockFile
-
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
-