Class BTInventoryModuleSetup
java.lang.Object
overit.geocall.bl.BusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>
overit.geocallapp.wfm.inventory.login.task.BTInventoryModuleSetup
- All Implemented Interfaces:
Serializable,Tool
@Event(overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent.class)
public class BTInventoryModuleSetup
extends BusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>
Business task in order to modify the
WFMIdentity to enable the Inventory Management module. - Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTInventoryModuleSetup
public BTInventoryModuleSetup()
-
-
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
-