Class SolrFieldNameTranslationGroupItem
java.lang.Object
io.goobi.viewer.model.translations.admin.TranslationGroupItem
io.goobi.viewer.model.translations.admin.SolrFieldNameTranslationGroupItem
-
Field Summary
Fields inherited from class io.goobi.viewer.model.translations.admin.TranslationGroupItem
entries, key, regex
-
Constructor Summary
ModifierConstructorDescriptionprotected
SolrFieldNameTranslationGroupItem
(String key, boolean regex) Protected constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Populates 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
-
SolrFieldNameTranslationGroupItem
Protected constructor.- Parameters:
key
-regex
-
-
-
Method Details
-
loadEntries
Description copied from class:TranslationGroupItem
Populates 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:
loadEntries
in classTranslationGroupItem
- Throws:
IndexUnreachableException
-