Class BTWarehouseManualOperationHandle
java.lang.Object
overit.geocall.bl.BusinessTask<WarehouseManualOperationHandleEvent>
overit.geocallapp.wfm.inventory.bl.warehouse.operation.task.BTWarehouseManualOperationHandle
- All Implemented Interfaces:
Serializable,Tool
@Event(WarehouseManualOperationHandleEvent.class)
public class BTWarehouseManualOperationHandle
extends BusinessTask<WarehouseManualOperationHandleEvent>
Business task in order to handle the generation and the handling of a warehouse operation starting from a manual input.
- Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(WarehouseManualOperationHandleEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.Returns the log helper.protected LogMessageHelperprotected voidopenLog()Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTWarehouseManualOperationHandle
public BTWarehouseManualOperationHandle()
-
-
Method Details
-
getLogHelper
Returns the log helper.- Returns:
- the log helper
-
body
protected void body(WarehouseManualOperationHandleEvent 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<WarehouseManualOperationHandleEvent>- 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
-
getLogMessage
-