Uses of Class
com.storedobject.core.InventoryBin
Packages that use InventoryBin
-
Uses of InventoryBin in com.storedobject.core
Subclasses of InventoryBin in com.storedobject.coreModifier and TypeClassDescriptionfinal class
final class
The whole "inventory store" can be considered as on "huge" bin and this class represents that.Methods in com.storedobject.core that return InventoryBinModifier and TypeMethodDescriptionInventoryStore.findBin
(InventoryItem item) Find a suitable "bin" in this store for the specified item.InventoryStore.findBin
(InventoryItemType partNumber) Find a suitable "bin" in this store for the specified part number.static InventoryBin
InventoryBin.get
(String name, InventoryStore store) InventoryGRNItem.getBin()
InventoryReservedBin.getBin()
Methods in com.storedobject.core that return types with arguments of type InventoryBinModifier and TypeMethodDescriptionstatic ObjectIterator
<InventoryBin> InventoryBin.list
(InventoryStore store) static ObjectIterator
<InventoryBin> InventoryBin.list
(String name, InventoryStore store) Methods in com.storedobject.core with parameters of type InventoryBinModifier and TypeMethodDescriptionstatic InventoryReservedBin
InventoryReservedBin.createFor
(Transaction transaction, InventoryBin bin, MaterialRequest materialRequest) void
InventoryGRNItem.setBin
(InventoryBin bin) void
InventoryReservedBin.setBin
(InventoryBin bin) -
Uses of InventoryBin in com.storedobject.ui.inventory
Method parameters in com.storedobject.ui.inventory with type arguments of type InventoryBin