Uses of Class
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseOperationCreationFromAccountingInput
Packages that use WarehouseOperationCreationFromAccountingInput
Package
Description
-
Uses of WarehouseOperationCreationFromAccountingInput in overit.geocallapp.wfm.inventory.bl.warehouse.operation.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.event with parameters of type WarehouseOperationCreationFromAccountingInputModifierConstructorDescriptionInstantiates a new warehouse operation creation from accounting event. -
Uses of WarehouseOperationCreationFromAccountingInput in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task with parameters of type WarehouseOperationCreationFromAccountingInputModifier and TypeMethodDescriptionprotected BOWarehouseOperationHeaderBTWarehouseOperationCreationFromAccounting.createOperationHeader(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Builds theBOWarehouseOperationHeaderstarting from the accounting data.protected voidBTWarehouseOperationCreationFromAccounting.createOperationItems(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Creates theBOWarehouseOperationItemstarting from the givenWarehouseOperationCreationFromAccountingInput.protected BOWarehouseOperationHeaderSourceBTWarehouseOperationCreationFromAccounting.createOperationSource(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Creates the operation source.protected LogHelperBTWarehouseOperationCreationFromAccounting.getInputLog(WarehouseOperationCreationFromAccountingInput input) protected LongBTWarehouseOperationCreationFromAccounting.getOperationType(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Returns theWarehouseOperationtype.protected booleanBTWarehouseOperationCreationFromAccounting.isAdjustmentOperation(WarehouseOperationCreationFromAccountingInput input) protected voidBTWarehouseOperationCreationFromAccounting.validate(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Validates the data before the creation.Method parameters in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task with type arguments of type WarehouseOperationCreationFromAccountingInputModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationCreationFromAccounting.execute(WarehouseOperationCreationEvent<WarehouseOperationCreationFromAccountingInput> event, PoolKit poolKit)