Uses of Class
org.api.mkm.modele.Article
Packages that use Article
-
Uses of Article in org.api.mkm.modele
Methods in org.api.mkm.modele that return types with arguments of type ArticleMethod parameters in org.api.mkm.modele with type arguments of type ArticleModifier and TypeMethodDescriptionvoidResponse.setArticle(List<Article> article) voidShoppingCart.setArticle(List<Article> article) -
Uses of Article in org.api.mkm.services
Methods in org.api.mkm.services that return types with arguments of type ArticleModifier and TypeMethodDescriptionArticleService.find(Product p, Map<Article.ARTICLES_ATT, String> atts) ArticleService.find(User u, Map<Article.ARTICLES_ATT, String> atts) StockService.getShoppingcartArticles()StockService.getStockInShoppingCarts()Methods in org.api.mkm.services with parameters of type ArticleModifier and TypeMethodDescriptionbooleanCartServices.addArticle(Article a) StockService.addArticle(Article a) voidStockService.removeArticle(Article a) StockService.updateArticles(Article a) Method parameters in org.api.mkm.services with type arguments of type ArticleModifier and TypeMethodDescriptionbooleanCartServices.addArticles(List<Article> articles) StockService.addArticles(List<Article> list) booleanCartServices.removeArticles(List<Article> articles) voidStockService.removeArticles(List<Article> list) StockService.updateArticles(List<Article> list) -
Uses of Article in org.mkm.gui.modeles
Method parameters in org.mkm.gui.modeles with type arguments of type Article