Class Translations

  • All Implemented Interfaces:
    MergableConfig<Translations>, java.io.Serializable

    @Deprecated
    public class Translations
    extends java.lang.Object
    implements MergableConfig<Translations>, java.io.Serializable
    Deprecated.

    This class has been replaced by TranslationsUnit. The com.werkii.planning.ejb.gui package and all it's classes will be removed in PublishingServer 2024/2

    List of translations
    See Also:
    Serialized Form
    • Constructor Detail

      • Translations

        public Translations()
        Deprecated.
      • Translations

        public Translations​(java.util.List<Translation> translations)
        Deprecated.
    • Method Detail

      • getTranslations

        public java.util.List<Translation> getTranslations()
        Deprecated.
      • setTranslations

        public void setTranslations​(java.util.List<Translation> translations)
        Deprecated.
      • mergeWithCustom

        public Translations mergeWithCustom​(Translations customConfig)
        Deprecated.
        Merge translations between custom_translations.xml and translations.xml
        Strategy: for duplicated entries take one from custom_translations.xml
        Specified by:
        mergeWithCustom in interface MergableConfig<Translations>
        Parameters:
        customConfig - custom_translations.xml
        Returns:
        merged list of translations
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object