Class XmlPortalMessageDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.r17.parsing.XmlPortalMessageDS
- All Implemented Interfaces:
IReportingDS
,IPortalMessageDS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
This method returns the (unique) name of the portal messagevoid
iterateFields
(IPortalMessageFieldVisitor visitor) This method will iterate over all the fields of the portal messageMethods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
Method Details
-
getName
Description copied from interface:IPortalMessageDS
This method returns the (unique) name of the portal message- Specified by:
getName
in interfaceIPortalMessageDS
- Returns:
- The name of the portal message.
-
iterateFields
Description copied from interface:IPortalMessageDS
This method will iterate over all the fields of the portal message- Specified by:
iterateFields
in interfaceIPortalMessageDS
- Parameters:
visitor
- The visitor that should be used to add the field flow data sources to.
-