All Implemented Interfaces:
IReportingDS, IProjectDS

public final class ProjectDS extends ProjectDelegateDS implements IProjectDS
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

    • iterateMessages

      public void iterateMessages(IMessageVisitor visitor)
      Description copied from interface: IProjectDS
      This method should iterate over all the static messages and invoke the visitor for each message that should be added to the model.
      Specified by:
      iterateMessages in interface IProjectDS
      Overrides:
      iterateMessages in class ProjectDelegateDS
      Parameters:
      visitor - The visitor that should be used to add the messages to.