Class CoreMessagesTranslationGroupItem
java.lang.Object
io.goobi.viewer.model.translations.admin.TranslationGroupItem
io.goobi.viewer.model.translations.admin.CoreMessagesTranslationGroupItem
Group item for core messages.
-
Field Summary
Fields inherited from class io.goobi.viewer.model.translations.admin.TranslationGroupItem
entries, key, regex -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCoreMessagesTranslationGroupItem(String key, boolean regex) Protected constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPopulates the message key map by first loading the appropriate keys and then callingcreateMessageKeyStatusMap.Methods inherited from class io.goobi.viewer.model.translations.admin.TranslationGroupItem
create, createMessageKeyStatusMap, getEntries, getKey, getTranslationStatus, getTranslationStatusLanguage, isRegex
-
Constructor Details
-
CoreMessagesTranslationGroupItem
Protected constructor.- Parameters:
key-regex-
-
-
Method Details
-
loadEntries
protected void loadEntries()Description copied from class:TranslationGroupItemPopulates the message key map by first loading the appropriate keys and then callingcreateMessageKeyStatusMap. Each subclass will have its specific data source, so each subclass must implement this method.- Specified by:
loadEntriesin classTranslationGroupItem
-