Class BTBookingModuleSetup

java.lang.Object
overit.geocall.bl.BusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>
overit.geocallapp.wfm.booking.login.task.BTBookingModuleSetup
All Implemented Interfaces:
Serializable, Tool

@Event(overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent.class) public class BTBookingModuleSetup extends BusinessTask<overit.geocallapp.wfm.base.setup.event.ModuleSetupEvent>
Business task in order to modify the WFMIdentity to enable the Booking Management module.
Since:
15.0
See Also:
GCApi:
task
  • Constructor Details

    • BTBookingModuleSetup

      public BTBookingModuleSetup()
  • 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