Class BTCoreModuleSetup
java.lang.Object
overit.geocall.bl.BusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>
overit.geocallapp.wfm.core.bl.login.task.BTCoreModuleSetup
- All Implemented Interfaces:
Serializable,Tool
@Event(overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent.class)
public class BTCoreModuleSetup
extends BusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>
Business task in order to modify the
WFMIdentity. - Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidEdit theWFMIdentitypermissions for enable/disable modulesprotected voidsetupBundler(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the bundler management.protected voidsetupCrewShells(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the crew shells management.protected voidsetupCriticalActivity(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the critical activity management.protected voidsetupDataCollection(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the data collection management.protected voidsetupEnterpriseManagement(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the enterprise management.protected voidsetupMultistage(overit.geocallapp.wfm.util.WFMIdentity identity, PoolKit poolKit) Startup of the multistage management.protected voidsetupSafety(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the safety management.protected voidsetupTimesheet(overit.geocallapp.wfm.util.WFMIdentity identity, PoolKit poolKit) Startup of the timesheet management.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCoreModuleSetup
public BTCoreModuleSetup()
-
-
Method Details
-
body
protected void body(overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent event, PoolKit pk) throws DAException, DAValidateException Edit theWFMIdentitypermissions for enable/disable modules- Specified by:
bodyin classBusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>- Parameters:
event- the eventpk- the PoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
setupSafety
protected void setupSafety(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the safety management.- Parameters:
identity- the WFMIdentity under construction
-
setupTimesheet
protected void setupTimesheet(overit.geocallapp.wfm.util.WFMIdentity identity, PoolKit poolKit) throws DAValidateException Startup of the timesheet management.- Parameters:
identity- the WFMIdentity under constructionpoolKit- a connection to use if the timesheet startup requires a DB interrogation- Throws:
DAValidateException
-
setupMultistage
Startup of the multistage management.- Parameters:
identity- the WFMIdentity under construction
-
setupBundler
protected void setupBundler(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the bundler management.- Parameters:
identity- the WFMIdentity under construction
-
setupDataCollection
protected void setupDataCollection(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the data collection management.- Parameters:
identity- the WFMIdentity under construction
-
setupCriticalActivity
protected void setupCriticalActivity(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the critical activity management.- Parameters:
identity- the WFMIdentity under construction
-
setupCrewShells
protected void setupCrewShells(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the crew shells management.- Parameters:
identity- the WFMIdentity under construction
-
setupEnterpriseManagement
protected void setupEnterpriseManagement(overit.geocallapp.wfm.util.WFMIdentity identity) Startup of the enterprise management.- Parameters:
identity- the WFMIdentity under construction
-