Class BTSharedResourceWithLogSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SharedResourceWithLogSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SharedResourceWithLogSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<SharedResourceWithLogSearchEvent>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task.BTSharedResourceWithLogSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SharedResourceWithLogSearchEvent.class)
public class BTSharedResourceWithLogSearch
extends ValidPermissionBusinessTask<SharedResourceWithLogSearchEvent>
Business task in order to search
When the
SharedResourceWithLog. When the
SharedResourceWithLogSearchEvent is launched
the BT notices the call and searches the SharedResourceWithLog basing on the event's input. Permission:
- 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(SharedResourceWithLogSearchEvent event, PoolKit pk) Starting from the givenSharedResourceWithLogSearchEvent, it searches the corresponding list ofSharedResourceWithLogand presents them as aPageResponsewhich is then written 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
-
BTSharedResourceWithLogSearch
public BTSharedResourceWithLogSearch()
-
-
Method Details
-
isValidExecution
public boolean isValidExecution()Checks if the execution is valid.- Returns:
- true, if successful