public interface InventoryItemHandlerIf
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(java.lang.String accountName) |
boolean |
doChildInventory() |
void |
doInventory(java.lang.String accountName,
InventoryContext log) |
void |
doInventory(java.lang.String accountName,
java.lang.Object object) |
void doInventory(java.lang.String accountName,
InventoryContext log)
throws java.lang.Exception
java.lang.Exceptionvoid doInventory(java.lang.String accountName,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptionvoid cleanup(java.lang.String accountName)
throws java.lang.Exception
java.lang.Exceptionboolean doChildInventory()
throws java.lang.Exception
java.lang.Exception