Class BTWarehouseOperationMovement
java.lang.Object
overit.geocall.bl.BusinessTask<WarehouseOperationMovementEvent>
overit.geocallapp.wfm.inventory.bl.warehouse.operation.task.BTWarehouseOperationMovement
- All Implemented Interfaces:
Serializable,Tool
@Event(WarehouseOperationMovementEvent.class)
public class BTWarehouseOperationMovement
extends BusinessTask<WarehouseOperationMovementEvent>
Business task in order to execute a warehouse operation.
- Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(WarehouseOperationMovementEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected LogHelperprotected LogMessageHelperprotected voidhandleOperation(WarehouseOperationMovementInput input, PoolKit poolKit) protected voidopenLog()Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTWarehouseOperationMovement
public BTWarehouseOperationMovement()
-
-
Method Details
-
body
protected void body(WarehouseOperationMovementEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<WarehouseOperationMovementEvent>- Parameters:
event- the object upon which the task will works onpoolKit- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
openLog
- Throws:
DAValidateExceptionDAException
-
getLogHelper
-
getLogMessage
-
handleOperation
protected void handleOperation(WarehouseOperationMovementInput input, PoolKit poolKit) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-