public interface InventoryAccountManagerIf
Modifier and Type | Method and Description |
---|---|
default AbstractInventoryItemHandler |
getInventoryItemHandler(java.lang.String accountType,
java.lang.String item) |
java.util.List<InventoryObject> |
getInventoryList()
Gets the inventory list.
|
default boolean |
isValidInventoryType(java.lang.String accountName,
java.lang.String inventoryType)
Checks if is valid inventory type.
|
java.util.List<InventoryObject> getInventoryList() throws java.lang.Exception
java.lang.Exception
- the exceptiondefault boolean isValidInventoryType(java.lang.String accountName, java.lang.String inventoryType) throws java.lang.Exception
accountName
- the account nameinventoryType
- the inventory typejava.lang.Exception
- the exceptiondefault AbstractInventoryItemHandler getInventoryItemHandler(java.lang.String accountType, java.lang.String item)