Class ValidPermissionBusinessTask<I>
java.lang.Object
overit.geocall.bl.BusinessTask<I>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask<I>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask<I>
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
- Direct Known Subclasses:
BTBookingManagement,BTCeeManagement,BTMeterReadingsMeasureInsert,BTUnavailabilityMovementUpdate
@Deprecated(since="16.0",
forRemoval=true)
public abstract class ValidPermissionBusinessTask<I>
extends ValidExecutionBusinessTask<I>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask
body, execute, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackgroundMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecution
isValidExecution
-
Constructor Details
-
ValidPermissionBusinessTask
public ValidPermissionBusinessTask()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
checkValidExecution
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
checkValidExecutionin classValidExecutionBusinessTask<I>- Throws:
DAValidateException
-
throwExceptionIfInvalid
public boolean throwExceptionIfInvalid()Deprecated, for removal: This API element is subject to removal in a future version. -
getException
Deprecated, for removal: This API element is subject to removal in a future version.
-
ValidPermissionBusinessTask