Class BTTransferRequestItemSerializedMaterialLoad
java.lang.Object
overit.geocall.bl.BusinessTask<TransferRequestItemSerializedMaterialLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<TransferRequestItemSerializedMaterialLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<TransferRequestItemSerializedMaterialLoadEvent>
overit.geocallapp.wfm.inventory.bl.task.BTInventoryManagement<TransferRequestItemSerializedMaterialLoadEvent>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.task.BTTransferRequestItemSerializedMaterialLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(TransferRequestItemSerializedMaterialLoadEvent.class)
public class BTTransferRequestItemSerializedMaterialLoad
extends BTInventoryManagement<TransferRequestItemSerializedMaterialLoadEvent>
Business task in order to load a
When the
BOTransferRequestItemSerializedMaterial. When the
TransferRequestItemSerializedMaterialLoadEvent is launched
the BT notices the call and loads the BOTransferRequestItemSerializedMaterial basing on the event's input. Permission:
Error Code:
Codes.GC_NOT_FOUND: The resource has not been found
- Since:
- 13.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(TransferRequestItemSerializedMaterialLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTransferRequestItemSerializedMaterialand writes it into the event journal..booleanChecks if the execution is valid.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
-
BTTransferRequestItemSerializedMaterialLoad
public BTTransferRequestItemSerializedMaterialLoad()
-
-
Method Details
-
execute
protected void execute(TransferRequestItemSerializedMaterialLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the given id, it loads the correspondingBOTransferRequestItemSerializedMaterialand writes it into the event journal..- Specified by:
executein classValidExecutionBusinessTask<TransferRequestItemSerializedMaterialLoadEvent>- Parameters:
event- theTransferRequestItemSerializedMaterialLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
isValidExecution
public boolean isValidExecution()Checks if the execution is valid.- Returns:
- true, if successful
-