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 classfinal classThe 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 InventoryBinInventoryBin.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 InventoryReservedBinInventoryReservedBin.createFor(Transaction transaction, InventoryBin bin, MaterialRequest materialRequest) voidInventoryGRNItem.setBin(InventoryBin bin) voidInventoryReservedBin.setBin(InventoryBin bin) -
Uses of InventoryBin in com.storedobject.ui.inventory
Method parameters in com.storedobject.ui.inventory with type arguments of type InventoryBin