Package com.werkii.planning.ejb.gui
Class Translations
- java.lang.Object
-
- com.werkii.planning.ejb.gui.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
List of translationsTranslationsUnit. The com.werkii.planning.ejb.gui package and all it's classes will be removed in PublishingServer 2024/2- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Translations()Deprecated.Translations(java.util.List<Translation> translations)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<Translation>getTranslations()Deprecated.TranslationsmergeWithCustom(Translations customConfig)Deprecated.Merge translations between custom_translations.xml and translations.xml
Strategy: for duplicated entries take one from custom_translations.xmlvoidsetTranslations(java.util.List<Translation> translations)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
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:
mergeWithCustomin interfaceMergableConfig<Translations>- Parameters:
customConfig- custom_translations.xml- Returns:
- merged list of translations
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-