Uses of Class
org.api.mkm.modele.Article
| Package | Description |
|---|---|
| org.api.mkm.modele | |
| org.api.mkm.services | |
| org.mkm.gui.modeles |
-
Uses of Article in org.api.mkm.modele
Methods in org.api.mkm.modele that return types with arguments of type Article Modifier and Type Method Description java.util.List<Article>Response. getArticle()java.util.List<Article>ShoppingCart. getArticle()Method parameters in org.api.mkm.modele with type arguments of type Article Modifier and Type Method Description voidResponse. setArticle(java.util.List<Article> article)voidShoppingCart. setArticle(java.util.List<Article> article) -
Uses of Article in org.api.mkm.services
Methods in org.api.mkm.services that return types with arguments of type Article Modifier and Type Method Description java.util.List<Article>ArticleService. find(Product p, java.util.Map<Article.ARTICLES_ATT,java.lang.String> atts)java.util.List<Article>ArticleService. find(User u, java.util.Map<Article.ARTICLES_ATT,java.lang.String> atts)java.util.List<Article>StockService. getShoppingcartArticles()java.util.List<Article>StockService. getStockInShoppingCarts()Methods in org.api.mkm.services with parameters of type Article Modifier and Type Method Description booleanCartServices. addArticle(Article a)InsertedStockService. addArticle(Article a)voidStockService. removeArticle(Article a)InsertedStockService. updateArticles(Article a)Method parameters in org.api.mkm.services with type arguments of type Article Modifier and Type Method Description booleanCartServices. addArticles(java.util.List<Article> articles)java.util.List<Inserted>StockService. addArticles(java.util.List<Article> list)booleanCartServices. removeArticles(java.util.List<Article> articles)voidStockService. removeArticles(java.util.List<Article> list)java.util.List<Inserted>StockService. updateArticles(java.util.List<Article> list) -
Uses of Article in org.mkm.gui.modeles
Method parameters in org.mkm.gui.modeles with type arguments of type Article Modifier and Type Method Description voidArticlesTableModel. init(java.util.List<Article> articles)