Interface IPortalMessageDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
XmlPortalMessageDS, XmlPortalMessageDS

public interface IPortalMessageDS extends IReportingDS
This interface defines the methods needed to initialize a portal message
Since:
9.2
Author:
m.mahabiersing
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the (unique) name of the portal message
    void
    This method will iterate over all the fields of the portal message

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      This method returns the (unique) name of the portal message
      Returns:
      The name of the portal message.
    • iterateFields

      void iterateFields(IPortalMessageFieldVisitor visitor)
      This method will iterate over all the fields of the portal message
      Parameters:
      visitor - The visitor that should be used to add the field flow data sources to.
      Throws:
      InitializationException - This exception is thrown if the field can not be initialized.