public class FooInventoryItemHandler
extends AbstractInventoryItemHandler
Constructor and Description |
---|
FooInventoryItemHandler() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(java.lang.String accountName)
This method used for cleanup Item Inventory.
|
void |
doInventory(java.lang.String accountName,
InventoryContext inventoryCtxt)
This method used for do Inventory of Account
|
FooAccountJSONBinder |
getBinder()
Method used to get object of FooAccountJSONBinder
Binder will bind the respective object as JSON.
|
java.lang.String |
getUrl()
Method used for get Url
|
public void cleanup(java.lang.String accountName) throws java.lang.Exception
accountName
- java.lang.Exception
public void doInventory(java.lang.String accountName, InventoryContext inventoryCtxt) throws java.lang.Exception
accountName
- ,InventoryContextjava.lang.Exception
public java.lang.String getUrl()
No
- No
public FooAccountJSONBinder getBinder()
No
- No