Class BTWarehouseOperationSearch
java.lang.Object
overit.geocall.bl.BusinessTask<WarehouseOperationSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<WarehouseOperationSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<WarehouseOperationSearchEvent>
overit.geocallapp.wfm.inventory.bl.task.BTInventoryManagement<WarehouseOperationSearchEvent>
overit.geocallapp.wfm.inventory.bl.warehouse.operation.task.BTWarehouseOperationSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(WarehouseOperationSearchEvent.class)
public class BTWarehouseOperationSearch
extends BTInventoryManagement<WarehouseOperationSearchEvent>
Business task in order to search a
When the
WarehouseOperation. When the
WarehouseOperationSearchEvent is launched the BT notices the call and
searches the WarehouseOperation basing on the event's input. - Since:
- 14.0
- See Also:
- GCApi:
- task
-
Field Summary
Fields inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(WarehouseOperationSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched transferRequests into the event journal.booleanDetermines whether the current state is valid for execution.Methods inherited from class overit.geocallapp.wfm.inventory.bl.task.BTInventoryManagement
checkValidExecutionMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
getException, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTWarehouseOperationSearch
public BTWarehouseOperationSearch()
-
-
Method Details
-
execute
protected void execute(WarehouseOperationSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof the searched transferRequests into the event journal.- Specified by:
executein classValidExecutionBusinessTask<WarehouseOperationSearchEvent>- Parameters:
event- theWarehouseOperationSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
isValidExecution
public boolean isValidExecution()Description copied from interface:ValidExecutionDetermines whether the current state is valid for execution.- Returns:
- true if execution is valid, false otherwise
-