Uses of Class
com.storedobject.core.InventoryLocation
Packages that use InventoryLocation
-
Uses of InventoryLocation in com.storedobject.core
Subclasses of InventoryLocation in com.storedobject.coreModifier and TypeClassDescriptionclassFixed asset location represents a location where fixed assets are located.classRepresents a bin within a store where items can be stocked.final classRepresents an inventory location where the item is in the custody of some personnel.final classRepresents a "fitment position" (a position where an item can be fitted) of an assembled item.final classfinal classThe whole "inventory store" can be considered as on "huge" bin and this class represents that.final classRepresents all types of virtual locations for inventory items.Methods in com.storedobject.core that return InventoryLocationModifier and TypeMethodDescriptionstatic InventoryLocationInventoryTransaction.createConsumerLocation(TransactionManager tm, Entity consumer) Create a consumer location.static InventoryLocationInventoryTransaction.createConsumptionLocation(TransactionManager tm, Entity entity) Create the consumption location.static InventoryLocationInventoryTransaction.createConsumptionLocation(TransactionManager tm, SystemEntity systemEntity) Create the internal consumption location.static InventoryLocationInventoryTransaction.createExternalOwnerLocation(TransactionManager tm, Entity externalEntity) Create an external owner location from where we can receive stocks.static InventoryLocationInventoryTransaction.createLoanFromLocation(TransactionManager tm, Entity entity) Create an organization location where we can rent items from.static InventoryLocationInventoryTransaction.createLoanToLocation(TransactionManager tm, Entity entity) Create an organization location where we can rent out items.static InventoryLocationInventoryTransaction.createRepairLocation(TransactionManager tm, Entity repairEntity) Create a repair organization location.static InventoryLocationInventoryTransaction.createSupplierLocation(TransactionManager tm, Entity supplier) Create a supplier location.InventoryTransfer.getFromLocation()MaterialRequest.getFromLocation()InventoryItem.getLocation()MaterialIssued.getLocation()StockHistory.getLocation()StockHistoryDate.getLocation()InventoryLedger.getLocationFrom()InventoryLedger.getLocationTo()final InventoryLocationInventoryItem.getPreviousLocation()final InventoryLocationInventoryItem.getPreviousLocation(int stepsBackward) StockHistory.getPreviousLocation()InventoryItem.getRealLocation()Get the real location of this item.InventoryTransfer.getToLocation()MaterialRequest.getToLocation()Methods in com.storedobject.core with parameters of type InventoryLocationModifier and TypeMethodDescriptionvoidStock.addLocation(InventoryLocation location) final booleanInventoryItem.canBin(InventoryLocation location) Can this item be stored at the given location?final booleanInventoryItemType.canBin(InventoryLocation location) Can this type of item be stored at the given location?protected booleanInventoryItem.canStore(InventoryLocation location) Can this item be stored at the given location?protected booleanInventoryItemType.canStore(InventoryLocation location) Can this type of item be stored at the given location?booleanInventoryItemType.checkStock(InventoryLocation location, Quantity quantity) Check the availability of stock for this part number at a given location.booleanInventoryItemType.checkStock(InventoryLocation location, Quantity quantity, String serialNumber) Check the availability of stock for this part number at a given location.static voidStockHistoryDate.compute(TransactionManager tm, Date date, InventoryLocation location) voidInventoryTransaction.dataPickup(InventoryItem item, InventoryLocation to) Create a "data pick-up" entry.voidInventoryTransaction.dataPickup(InventoryItem item, InventoryLocation locationTo, InventoryFitmentPosition assemblyPosition) Create a "data pick-up" entry.voidInventoryTransaction.dataPickup(InventoryItem item, Quantity quantity, InventoryLocation to) Create a "data pick-up" entry.static QuantityWithCostInventoryLedger.getClosingStock(InventoryItemType itemType, Date date, InventoryLocation location) static QuantityWithCostInventoryLedger.getOpeningStock(InventoryItemType itemType, Date date, InventoryLocation location) booleanInventoryItem.isAvailableAt(InventoryLocation location) Is this item available at the given location?static booleanStockHistoryDate.isComputed(Date date, InventoryLocation location) static ObjectIterator<InventoryItem> InventoryItem.listStock(String partNumber, InventoryLocation location) List stock for a given part number and location.static ObjectIterator<InventoryItem> InventoryItem.listStock(String partNumber, String serialNumber, InventoryLocation location) List stock for a given part number and location.static <T extends InventoryItemType>
ObjectIterator<InventoryItem> InventoryItem.listStock(T partNumber, InventoryLocation location) List stock for a given part number and location.static <T extends InventoryItemType>
ObjectIterator<InventoryItem> InventoryItem.listStock(T partNumber, String serialNumber, InventoryLocation location) List stock for a given part number and location.InventoryItemType.listStock(InventoryLocation location) List stock for this part number at a given location.InventoryItemType.listStock(String serialNumber, InventoryLocation location) List stock for this part number at a given location.voidInventoryTransaction.loanFrom(InventoryItem item, String reference, InventoryLocation to, Entity entity) Loan an item from another entity.protected 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.voidInventoryItem.moved(InventoryLocation from, InventoryLocation to) This will be invoked whenever this item is moved from one location to another.voidInventoryTransaction.moveTo(InventoryItem item, Quantity quantity, String reference, InventoryLocation to) Move items to another location.voidInventoryTransaction.moveTo(InventoryItem item, String reference, InventoryLocation to) Move items to another location.voidInventoryTransaction.purchase(InventoryItem item, Quantity quantity, String reference, InventoryLocation to, Entity fromEntity) Purchase an item.voidInventoryTransaction.purchase(InventoryItem item, String reference, InventoryLocation to, Entity fromEntity) Purchase an item.voidInventoryTransaction.receiveFromExternal(InventoryItem item, String reference, InventoryLocation to, Entity entity) Receive an item from another entity.voidInventoryItem.resurrect(Money cost, InventoryLocation location) Resurrect an item so that the same P/N and S/N can be used again.voidInventoryTransfer.setFromLocation(InventoryLocation fromLocation) voidMaterialRequest.setFromLocation(InventoryLocation fromLocation) voidInventoryItem.setLocation(InventoryLocation location) voidMaterialIssued.setLocation(InventoryLocation location) voidStockHistory.setLocation(InventoryLocation location) voidStockHistoryDate.setLocation(InventoryLocation location) voidInventoryLedger.setLocationFrom(InventoryLocation location) voidInventoryLedger.setLocationTo(InventoryLocation location) voidStockHistory.setPreviousLocation(InventoryLocation previousLocation) voidInventoryTransfer.setToLocation(InventoryLocation toLocation) voidMaterialRequest.setToLocation(InventoryLocation toLocation) Constructors in com.storedobject.core with parameters of type InventoryLocationModifierConstructorDescriptionStock(InventoryLocation location) Stock(InventoryLocation location, Date date) -
Uses of InventoryLocation in com.storedobject.report
Methods in com.storedobject.report with parameters of type InventoryLocationModifier and TypeMethodDescriptionvoidStockReport.addLocation(InventoryLocation location) voidStockReportExcel.addLocation(InventoryLocation location) Constructors in com.storedobject.report with parameters of type InventoryLocationModifierConstructorDescriptionStockMovementReport(Device device, InventoryLocation location, DatePeriod period) StockReport(Device device, InventoryLocation location) StockReport(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers) StockReport(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers, Date date) StockReport(Device device, InventoryLocation location, Date date) StockReportExcel(Device device, InventoryLocation location) StockReportExcel(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers) StockReportExcel(Device device, InventoryLocation location, ObjectIterator<? extends InventoryItemType> partNumbers, Date date) StockReportExcel(Device device, InventoryLocation location, Date date) -
Uses of InventoryLocation in com.storedobject.ui.inventory
Classes in com.storedobject.ui.inventory with type parameters of type InventoryLocationModifier and TypeClassDescriptionclassLocationMonitoring<I extends InventoryItem,L extends InventoryLocation> Methods in com.storedobject.ui.inventory that return InventoryLocationModifier and TypeMethodDescriptionstatic InventoryLocationSelectLocation.get(int... types) static InventoryLocationLocationField.getLocation(String locationName, boolean allowEmptyName, int... types) Get the location for the given location name.static InventoryLocationLocationField.getLocation(String locationName, int... types) Get the location for the given location name.final InventoryLocationAbstractSendAndReceiveMaterial.getLocationFrom()final InventoryLocationAbstractSendAndReceiveMaterial.getLocationTo()Methods in com.storedobject.ui.inventory that return types with arguments of type InventoryLocationModifier and TypeMethodDescriptionLocationField.getLocations()Get the list of locations allowed in this field instance.Methods in com.storedobject.ui.inventory with parameters of type InventoryLocationModifier and TypeMethodDescriptionstatic LocationFieldLocationField.create(InventoryLocation location) Create a location field for a given location.static LocationFieldLocationField.create(String label, InventoryLocation location) Create a location field for a given location.protected abstract AbstractSale<S, SI> AbstractSale.createInstance(InventoryLocation location) protected AbstractSale<InventorySale, InventorySaleItem> Sale.createInstance(InventoryLocation location) protected BaseRequestMaterial<MR, MRI> BaseReceiveMaterialRequested.getRequestLogic(InventoryLocation from) LocationField.remove(InventoryLocation location) Remove a location from the list of allowed locations.voidAssemblyItemField.setLocation(InventoryLocation location) This method doesn't have any effect.voidItemComboField.setLocation(InventoryLocation location) voidItemField.setLocation(InventoryLocation location) voidItemGetField.setLocation(InventoryLocation location) voidItemInput.setLocation(InventoryLocation location) Set the location (it could be bin location or any other location).Method parameters in com.storedobject.ui.inventory with type arguments of type InventoryLocationModifier and TypeMethodDescriptionvoidAssemblyItemField.setLocation(ObjectProvider<? extends InventoryLocation> locationField) This method doesn't have any effect.voidItemComboField.setLocation(ObjectProvider<? extends InventoryLocation> locationField) voidItemField.setLocation(ObjectProvider<? extends InventoryLocation> locationField) voidItemGetField.setLocation(ObjectProvider<? extends InventoryLocation> locationField) voidItemInput.setLocation(ObjectProvider<? extends InventoryLocation> locationField) Set the location (it could be bin location or any other location).Constructors in com.storedobject.ui.inventory with parameters of type InventoryLocationModifierConstructorDescriptionAbstractReceiveMaterialReturned(InventoryLocation to, InventoryLocation otherLocation) AbstractReturnMaterial(Class<M> mrClass, Class<L> mriClass, InventoryLocation fromLocation) AbstractReturnMaterial(Class<M> mrClass, Class<L> mriClass, InventoryLocation fromLocation, InventoryLocation otherLocation) AbstractSale(Class<S> saleClass, Class<SI> saleItemClass, InventoryLocation from, String caption) AbstractSendAndReceiveMaterial(Class<T> transferClass, Class<L> itemClass, boolean receiveMode, InventoryLocation otherLocation) AbstractSendAndReceiveMaterial(Class<T> transferClass, Class<L> itemClass, InventoryLocation fromOrTo, boolean receiveMode) AbstractSendAndReceiveMaterial(Class<T> transferClass, Class<L> itemClass, InventoryLocation fromOrTo, boolean receiveMode, InventoryLocation otherLocation) AbstractSendAndReceiveMaterial(Class<T> transferClass, Class<L> itemClass, InventoryLocation fromOrTo, boolean receiveMode, String caption) Assembly(InventoryLocation location, Class<T> itemClass) AssemblyDataPickup(InventoryLocation location, Class<T> itemClass) AssemblyDataPickup(InventoryLocation location, Class<T> itemClass, Class<C> componentClass) BaseProcessMaterialRequest(Class<MR> materialRequestClass, InventoryLocation store) BaseReceiveMaterialRequested(Class<MR> materialRequestClass, InventoryLocation from) BaseRequestMaterial(Class<MR> materialRequestClass, InventoryLocation from) BaseRequestMaterial(Class<MR> materialRequestClass, InventoryLocation from, InventoryLocation to) BaseRequestMaterial(Class<MR> materialRequestClass, Class<? extends InventoryItemType> itemTypeClass, InventoryLocation from) BaseRequestMaterial(Class<MR> materialRequestClass, Class<? extends InventoryItemType> itemTypeClass, InventoryLocation from, InventoryLocation to) DefineReplacementItems(InventoryLocation fromStore) Constructor.DefineReplacementItems(InventoryLocation fromStore, int type) Constructor.HandleReturnedItems(String caption, int type, InventoryStoreBin storeBin, InventoryLocation eo, boolean allowJumpToOld) HandleReturnedItems(String caption, int type, InventoryStoreBin storeBin, InventoryLocation eo, boolean allowJumpToOld, boolean autoMode) Constructor.ReceiveMaterial(InventoryLocation to, int type) Constructor.ReceiveMaterialReturned(InventoryLocation to, InventoryLocation otherLocation) ReceiveReturnedItems(int type, InventoryStoreBin storeBin, InventoryLocation eo) ReceiveReturnedItems(int type, InventoryStoreBin storeBin, InventoryLocation eo, boolean autoMode) ReceiveReturnedItems(int type, InventoryStore store, InventoryLocation eo) RequestMaterial(Class<? extends InventoryItemType> itemTypeClass, InventoryLocation from) RequestMaterial(Class<? extends InventoryItemType> itemTypeClass, InventoryLocation from, InventoryLocation to) ReturnMaterial(InventoryLocation from, InventoryLocation otherLocation) ReturnMaterial(Class<M> mrClass, Class<L> mriClass, InventoryLocation from) ReturnMaterial(Class<M> mrClass, Class<L> mriClass, InventoryLocation from, InventoryLocation otherLocation) Sale(InventoryLocation from) SendItemsOut(Class<R> returnClass, Class<RI> returnItemClass, InventoryLocation from) ViewAssembly(InventoryLocation location, Class<T> itemClass) ViewAssembly(InventoryLocation location, Class<T> itemClass, Class<C> componentClass) Constructor parameters in com.storedobject.ui.inventory with type arguments of type InventoryLocationModifierConstructorDescriptionLocationField(String label, List<InventoryLocation> list) Constructor.LocationField(List<InventoryLocation> list)