Class PortalMessageTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.project.PortalMessageTemplate

public class PortalMessageTemplate extends AbstractReportingTemplate
  • Constructor Details

    • PortalMessageTemplate

      public PortalMessageTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String name)
  • Method Details

    • getName

      protected String getName()
    • addField

      public void addField(String name, com.aquima.interactions.foundation.DataType dataType, boolean allowMultivalued, boolean required)
      This method adds a datafield to the message event.
      Parameters:
      name - The unique name of the data field.
      dataType - The datatype of the field.
      allowMultivalued - Indicator whether the field allows multivalued data.
      required - Indicator whether the field is required.
    • getFields

      protected List<PortalMessageFieldTemplate> getFields()
    • toDataSource

      public com.aquima.interactions.project.ds.IPortalMessageDS toDataSource()