Class ReportingModuleVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.portal.report.ReportingModuleVisitor
All Implemented Interfaces:
IModuleVisitor

public class ReportingModuleVisitor extends ReportingVisitorDS implements IModuleVisitor
Data source wrapper that adds error reporting.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addModule

      public void addModule(IModuleDS datasource)
      Description copied from interface: IModuleVisitor
      This method should be invoked for each module that is used by the application.
      Specified by:
      addModule in interface IModuleVisitor
      Parameters:
      datasource - The data source providing the information needed to initialize the module.