Uses of Class
org.api.manapool.model.InventoryEntry
Packages that use InventoryEntry
-
Uses of InventoryEntry in org.api.manapool.model
Classes in org.api.manapool.model that implement interfaces with type arguments of type InventoryEntryMethods in org.api.manapool.model that return types with arguments of type InventoryEntryMethod parameters in org.api.manapool.model with type arguments of type InventoryEntryModifier and TypeMethodDescriptionvoidInventoryItems.setInventory(List<InventoryEntry> inventory) -
Uses of InventoryEntry in org.api.manapool.services
Methods in org.api.manapool.services that return InventoryEntryModifier and TypeMethodDescriptionInventoryService.deleteInventoryItems(ProductQueryEntry item) InventoryService.updateInventoryItems(ProductQueryEntry item) Methods in org.api.manapool.services that return types with arguments of type InventoryEntryModifier and TypeMethodDescriptionInventoryService.addInventoryItems(List<ProductQueryEntry> inventoryList) InventoryService.getSellerInventory()InventoryService.getSellerInventory(int limit, int offset)