Uses of Class
overit.geocallapp.wfm.inventory.bl.warehouse.operation.WarehouseOperation
Packages that use WarehouseOperation
Package
Description
-
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.bl.importexport.material.task
Methods in overit.geocallapp.wfm.inventory.bl.importexport.material.task with parameters of type WarehouseOperationModifier and TypeMethodDescriptionprotected voidBTWarehouseMaterialStockImport.evaluateErrors(List<WarehouseMaterialStockImportRow> groupedRows, WarehouseOperation warehouseOperation, WarehouseOperationItem item) -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.bl.warehouse.operation
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation with parameters of type WarehouseOperationModifier and TypeMethodDescriptionWarehouseOperationExtractor.extract(WarehouseOperation operation) -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.bl.warehouse.operation.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.event with parameters of type WarehouseOperationModifierConstructorDescriptionWarehouseOperationSaveEvent(WarehouseOperation warehouseOperation) Instantiates a new warehouse operation save event. -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.task with parameters of type WarehouseOperationModifier and TypeMethodDescriptionprotected LongBTWarehouseOperationItemStateChange.getNewOperationState(WarehouseOperation operation) Returns the new operation item state. -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task
Fields in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task declared as WarehouseOperationModifier and TypeFieldDescriptionprotected WarehouseOperationBTWarehouseOperationCreationFromStockChange.warehouseOperationMethods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task that return WarehouseOperationModifier and TypeMethodDescriptionBTWarehouseOperationCreation.getWarehouseOperation()Returns the warehouse operation.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task that return types with arguments of type WarehouseOperationModifier and TypeMethodDescriptionprotected List<WarehouseOperation> BTWarehouseOperationLoadBySource.loadWarehouseOperations(Set<Long> operationIds, PoolKit poolKit) Loads all theWarehouseOperationstarting from their ids.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task with parameters of type WarehouseOperationModifier and TypeMethodDescriptionprotected abstract WarehouseTransactionGenerateInputBTWarehouseOperationHandling.buildTransactionGenerationInput(WarehouseOperation warehouseOperation, WarehouseOperationItem operationItem, Date referenceDate, PoolKit poolKit) protected WarehouseTransactionGenerateInputBTWarehouseOperationReceive.buildTransactionGenerationInput(WarehouseOperation warehouseOperation, WarehouseOperationItem operationItem, Date referenceDate, PoolKit poolKit) Builds the transaction generation input.protected WarehouseTransactionGenerateInputBTWarehouseOperationSend.buildTransactionGenerationInput(WarehouseOperation warehouseOperation, WarehouseOperationItem operationItem, Date referenceDate, PoolKit poolKit) Builds the transaction generation input.protected voidBTWarehouseOperationSave.saveHeader(WarehouseOperation warehouseOperation, PoolKit poolKit) Inserts or updates theBOWarehouseOperationHeaderof the given operation.protected voidBTWarehouseOperationSave.saveItem(WarehouseOperation warehouseOperation, WarehouseOperationItem item, PoolKit poolKit) Inserts or updates the givenWarehouseOperationItemsaving also itsBOWarehouseOperationItemSerializedMaterialrelations. -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task that return WarehouseOperationModifier and TypeMethodDescriptionprotected WarehouseOperationBTTransferRequestReceive.loadWarehouseOperation(TransferRequest transferRequest, PoolKit poolKit) Loads theWarehouseOperationrelated to the currentTransferRequest.protected WarehouseOperationBTTransferRequestRefuse.loadWarehouseOperation(Long transferRequestId, PoolKit poolKit) Loads theWarehouseOperationby its source, i.e. theTransferRequest.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task with parameters of type WarehouseOperationModifier and TypeMethodDescriptionprotected voidBTTransferRequestReceive.receiveOperation(Date receivingDate, WarehouseOperation operation, PoolKit poolKit) Calls theWarehouseOperationReceiveEventto handle the warehouse transaction.protected voidBTTransferRequestRefuse.receiveOperation(WarehouseOperation operation, PoolKit poolKit) Starts the process of receiving the operation by calling theWarehouseOperationReceiveEvent.protected voidBTTransferRequestRefuse.updateOperation(TransferRequest transferRequest, Long pickingWarehouse, WarehouseOperation operation, PoolKit poolKit) Updates theWarehouseOperationincoming warehouse with the transfer request's picking one.protected voidBTTransferRequestReceive.updateOperationReceivingData(TransferRequest transferRequest, WarehouseOperation operation, PoolKit poolKit) Updates theWarehouseOperationwith the receiving information, such as the receiving quantities.protected voidBTTransferRequestRefuse.updateOperationReceivingData(TransferRequest transferRequest, WarehouseOperation operation, PoolKit poolKit) Updates theWarehouseOperationwith the receiving information, such as the receiving quantities. -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.export.operation.task
Method parameters in overit.geocallapp.wfm.inventory.export.operation.task with type arguments of type WarehouseOperationModifier and TypeMethodDescriptionprotected DBViewBTXlsxOperationExport.getHeadersDBView(List<WarehouseOperation> searchResults, PoolKit poolKit) protected DBViewBTXlsxOperationExport.getItemsDBView(List<WarehouseOperation> searchResults, PoolKit poolKit) protected DBViewBTXlsxOperationExport.getSerialsDBView(List<WarehouseOperation> searchResults, PoolKit poolKit) protected voidBTXlsxOperationExport.writeData(List<WarehouseOperation> searchResults, WebResource resource, XlsxDocument document, PoolKit poolKit) -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.replicator.listener.inventory
Methods in overit.geocallapp.wfm.inventory.replicator.listener.inventory that return types with arguments of type WarehouseOperationModifier and TypeMethodDescriptionprotected List<WarehouseOperation> InventoryManagementTransactionListener.getOperations(Long operationType, Long incomingWarehouse, Long outgoingWarehouse, PooledConnection connApplication) -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.ux.operation.detail
Fields in overit.geocallapp.wfm.inventory.ux.operation.detail declared as WarehouseOperationModifier and TypeFieldDescriptionprotected WarehouseOperationWarehouseOperationDetail.warehouseOperation -
Uses of WarehouseOperation in overit.geocallapp.wfm.inventory.ux.operation.search
Methods in overit.geocallapp.wfm.inventory.ux.operation.search with parameters of type WarehouseOperationModifier and TypeMethodDescriptionprotected voidServerTableViewWarehouseOperation.completeRowData(DBView dbv, int rowNumber, WarehouseOperation operation, PoolKit poolKit) protected voidServerTableViewWarehouseOperation.getTransferRequestSource(WarehouseOperation operation, Map<String, Object> data, PoolKit poolKit)