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 Details

    • BTInventoryModuleSetup

      public BTInventoryModuleSetup()
  • Method Details

    • body

      protected void body(overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent event, PoolKit pk) throws DAException, DAValidateException
      Edit the WFMIdentity permissions for enable/disable modules
      Specified by:
      body in class BusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>
      Parameters:
      event - the event
      pk - the PoolKit
      Throws:
      DAException - the DA exception
      DAValidateException - the DA validate exception