All Implemented Interfaces:
IReportingDS, IDomainDS

public class DomainDS extends DomainDelegateDS
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • iterateValues

      public void iterateValues(IDomainValueVisitor visitor)
      Description copied from interface: IDomainDS
      This method should iterate over all values that are valid in the domain, and invoke the visitor for each one of them.
      Specified by:
      iterateValues in interface IDomainDS
      Overrides:
      iterateValues in class DomainDelegateDS
      Parameters:
      visitor - The visitor that the domain values should be added to.