Class BTTransferRequestSearch
java.lang.Object
overit.geocall.bl.BusinessTask<TransferRequestSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<TransferRequestSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<TransferRequestSearchEvent>
overit.geocallapp.wfm.inventory.bl.task.BTInventoryManagement<TransferRequestSearchEvent>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task.BTTransferRequestSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(TransferRequestSearchEvent.class)
public class BTTransferRequestSearch
extends BTInventoryManagement<TransferRequestSearchEvent>
Business task in order to search a
When the
TransferRequest. When the
TransferRequestSearchEvent is launched the BT notices the call and
searches the TransferRequest basing on the event's input. - Since:
- 10.1
- 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(TransferRequestSearchEvent 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
-
BTTransferRequestSearch
public BTTransferRequestSearch()
-
-
Method Details
-
execute
protected void execute(TransferRequestSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof the searched transferRequests into the event journal.- Specified by:
executein classValidExecutionBusinessTask<TransferRequestSearchEvent>- Parameters:
event- theTransferRequestSearchEventpoolKit- 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
-