Uses of Class
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.TransferRequestItem
Packages that use TransferRequestItem
Package
Description
-
Uses of TransferRequestItem in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request
Fields in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request with type parameters of type TransferRequestItemMethods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request that return TransferRequestItemModifier and TypeMethodDescriptionTransferRequest.findItem(TransferRequestItem itemToFind) Finds the transfer request item equals to the given one.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request that return types with arguments of type TransferRequestItemModifier and TypeMethodDescriptionTransferRequest.getActiveItems()Returns the list of active items.TransferRequest.getItems()Returns the list of transfer request items.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request with parameters of type TransferRequestItemModifier and TypeMethodDescriptionvoidTransferRequest.addItem(TransferRequestItem item) Adds the given item to the transfer request item list.TransferRequestItemExtractor.extract(TransferRequestItem transferRequestItem) TransferRequest.findItem(TransferRequestItem itemToFind) Finds the transfer request item equals to the given one.Method parameters in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request with type arguments of type TransferRequestItemModifier and TypeMethodDescriptionvoidTransferRequest.setItems(List<TransferRequestItem> items) Sets the list of transfer request items. -
Uses of TransferRequestItem in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task that return types with arguments of type TransferRequestItemMethods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task with parameters of type TransferRequestItemModifier and TypeMethodDescriptionprotected voidBTTransferRequestCheckStockAvailabilityEvent.checkConsumptionMaterial(TransferRequestItem item, BOWarehouse warehouse, BOStockType stockType, BOMaterial material, PoolKit poolKit) Checks the quantities of the material on consumption, based on the givenBOWarehouseandBOStockType.protected voidBTTransferRequestCheckStockAvailabilityEvent.checkSerializedMaterial(TransferRequestItem item, BOStockType stockType, BOWarehouse warehouse, PoolKit poolKit) Checks the serial numbers for the given serialized material, based on the givenBOWarehouseandBOStockType.protected List<BOSerializedMaterial> BTTransferRequestCheckStockAvailabilityEvent.loadSerializedMaterialInStock(TransferRequestItem item, String serialNumber, BOStockType stockType, BOWarehouse warehouse, PoolKit poolKit) Loads the serialized material, based on the givenBOWarehouseandBOStockType. -
Uses of TransferRequestItem in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request that return TransferRequestItemModifier and TypeMethodDescriptionprotected TransferRequestItemManageTransferRequest.findTransferRequestItem(int row) Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request with parameters of type TransferRequestItemModifier and TypeMethodDescriptionprotected DBViewManageTransferRequest.buildSerializedMaterialDBView(Set<Long> serializedMaterialIds, TransferRequestItem item) protected BOTransferRequestItemSerializedMaterialManageTransferRequest.createSerializedMaterialRelation(TransferRequestItem item, Map<String, Object> serializedMaterialData) protected voidManageTransferRequest.editItemRow(TransferRequestItem item) protected voidManageTransferRequest.prepareSerializedMaterialRelations(TransferRequestItem item) protected voidManageTransferRequest.refreshSerialsDBView(TransferRequestItem item)