Uses of Class
com.storedobject.core.InventoryTransaction
Packages that use InventoryTransaction
-
Uses of InventoryTransaction in com.storedobject.core
Methods in com.storedobject.core that return InventoryTransactionModifier and TypeMethodDescriptionstatic InventoryTransactionInventoryTransaction.forDataPickup(TransactionManager tm) Deprecated.static InventoryTransactionInventoryTransaction.forDataPickup(TransactionManager tm, String reference) Create "Inventory Transaction" for data pick-up.Methods in com.storedobject.core with parameters of type InventoryTransactionModifier and TypeMethodDescriptionprotected voidInventoryLoanOutItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected abstract voidInventoryReturnItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected voidInventoryROItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected voidInventorySaleItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected voidInventoryTransferItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) Move the item to the specified location.