Uses of Class
org.api.mkm.modele.Inserted
| Package | Description |
|---|---|
| org.api.mkm.modele | |
| org.api.mkm.services |
-
Uses of Inserted in org.api.mkm.modele
Methods in org.api.mkm.modele that return types with arguments of type Inserted Modifier and Type Method Description java.util.List<Inserted>Response. getInserted()java.util.List<Inserted>Response. getUpdatedArticles()Method parameters in org.api.mkm.modele with type arguments of type Inserted Modifier and Type Method Description voidResponse. setInserted(java.util.List<Inserted> inserted)voidResponse. setUpdatedArticles(java.util.List<Inserted> updatedArticles) -
Uses of Inserted in org.api.mkm.services
Methods in org.api.mkm.services that return Inserted Modifier and Type Method Description InsertedStockService. addArticle(Article a)InsertedStockService. updateArticles(Article a)Methods in org.api.mkm.services that return types with arguments of type Inserted Modifier and Type Method Description java.util.List<Inserted>StockService. addArticles(java.util.List<Article> list)java.util.List<Inserted>StockService. updateArticles(java.util.List<Article> list)