Class ReportingAttributeMappingDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.mapping.report.ReportingAttributeMappingDS
- All Implemented Interfaces:
IReportingDS
,IAttributeMappingDS
IAttributeMappingDS implementation that adds error reporting.
- Since:
- 7.1
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingAttributeMappingDS
(IInitializationReport report, IAttributeMappingDS datasource) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the attribute that should be mapped.void
iterateValueMappings
(IValueMappingVisitor visitor) This method should iterate over the value mappings for this attribute, and add them to the visitor.Methods 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
-
getTargetAttributeName
Description copied from interface:IAttributeMappingDS
This method returns the name of the attribute that should be mapped.- Specified by:
getTargetAttributeName
in interfaceIAttributeMappingDS
- Returns:
- the name of the attribute that should be mapped.
-
iterateValueMappings
Description copied from interface:IAttributeMappingDS
This method should iterate over the value mappings for this attribute, and add them to the visitor.- Specified by:
iterateValueMappings
in interfaceIAttributeMappingDS
- Parameters:
visitor
- The visitor to which the mappings should be added.
-