Class BTSharedResourceWithLogLoad
java.lang.Object
overit.geocall.bl.BusinessTask<SharedResourceWithLogLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SharedResourceWithLogLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<SharedResourceWithLogLoadEvent>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task.BTSharedResourceWithLogLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SharedResourceWithLogLoadEvent.class)
public class BTSharedResourceWithLogLoad
extends ValidPermissionBusinessTask<SharedResourceWithLogLoadEvent>
Business task in order to load a
When the
SharedResourceWithLog. When the
SharedResourceWithLogLoadEvent is launched
the BT notices the call and loads the SharedResourceWithLog basing on the event's input. - Since:
- 19.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(SharedResourceWithLogLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingSharedResourceWithLogand writes it into the event journal.booleanChecks if the execution is valid.Methods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
checkValidExecution, 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
-
BTSharedResourceWithLogLoad
public BTSharedResourceWithLogLoad()
-
-
Method Details
-
isValidExecution
public boolean isValidExecution()Checks if the execution is valid.- Returns:
- true, if successful