Class BTCeeManagement<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>
overit.geocallapp.wfm.cee.bl.task.BTCeeManagement<I>
- Type Parameters:
I- the generic type
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
- Direct Known Subclasses:
BTActivityOutcome,BTAppointmentCreation,BTAppointmentMessageValuesLoad,BTBookingActionNotification,BTBookingPlanningRequestCreate,BTCancellationRequestsLoad,BTCustomerNoteViewSearch,BTInterventionCancellation,BTMessageCreate,BTPlanningActionNotification,BTPlanningRequestCreate,BTSurveyExcelExport,BTTakeInCharge,BTTechnicianCoordinatesUpdate,BTUnresolvedTag,BTVCAppointmentActivation,BTVCAppointmentCreation,BTVCAppointmentDefinition,BTVCAppointmentsActivation,BTVCAppointmentSearch,BTWorkOrderValidation
Generic business task for CEE Management entities.
Before executing its purpose, the task checks whether the CEE
Management module is active and if the current user has the required
permissions
- Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanbooleanMethods inherited from class overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask
getExceptionMethods inherited from class overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask
body, execute, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCeeManagement
public BTCeeManagement()
-
-
Method Details
-
checkValidExecution
- Overrides:
checkValidExecutionin classValidPermissionBusinessTask<I>- Throws:
DAValidateException
-
isValidExecution
public boolean isValidExecution() -
throwExceptionIfInvalid
public boolean throwExceptionIfInvalid()- Specified by:
throwExceptionIfInvalidin interfaceValidExecution- Overrides:
throwExceptionIfInvalidin classValidPermissionBusinessTask<I>
-