Class DynamicCollectionsTranslationGroupItem

java.lang.Object
io.goobi.viewer.model.translations.admin.TranslationGroupItem
io.goobi.viewer.model.translations.admin.DynamicCollectionsTranslationGroupItem

public class DynamicCollectionsTranslationGroupItem extends TranslationGroupItem
A TranslationGroupItem backed by the database-defined dynamic collections: one entry per collection, keyed by the collection identifier, with the collection's labels as values. Edited values are persisted to the database via TranslationGroup.saveSelectedEntry(), not to the messages files.
  • Constructor Details

    • DynamicCollectionsTranslationGroupItem

      protected DynamicCollectionsTranslationGroupItem(String key, boolean regex)
      Protected constructor.
      Parameters:
      key - group key; only used for display purposes, the entries are always all dynamic collections
      regex - unused for this item type
  • Method Details