Class DomainValueVisitor

java.lang.Object
com.aquima.interactions.portal.ds.sys.dialects.DomainValueVisitor
All Implemented Interfaces:
IDomainValueVisitor

public final class DomainValueVisitor extends Object implements IDomainValueVisitor
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4.3
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • process

      public void process(IDomainValueDS domainValue)
      Description copied from interface: IDomainValueVisitor
      This method should be invoked by the data layer to add a domain value. The addValue method will validate the data passed and will add the value to domain definition.
      Specified by:
      process in interface IDomainValueVisitor
      Parameters:
      domainValue - The data source for the domain value that should be added to the domain definition