Interface LocalizationKey

All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<LocalizationKey>, org.teamapps.universaldb.pojo.Identifiable
All Known Implementing Classes:
UdbLocalizationKey

public interface LocalizationKey
extends org.teamapps.universaldb.pojo.Entity<LocalizationKey>
  • Field Details

    • FIELD_META_CREATION_DATE

      static final java.lang.String FIELD_META_CREATION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_CREATED_BY

      static final java.lang.String FIELD_META_CREATED_BY
      See Also:
      Constant Field Values
    • FIELD_META_MODIFICATION_DATE

      static final java.lang.String FIELD_META_MODIFICATION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_MODIFIED_BY

      static final java.lang.String FIELD_META_MODIFIED_BY
      See Also:
      Constant Field Values
    • FIELD_META_DELETION_DATE

      static final java.lang.String FIELD_META_DELETION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_DELETED_BY

      static final java.lang.String FIELD_META_DELETED_BY
      See Also:
      Constant Field Values
    • FIELD_META_RESTORE_DATE

      static final java.lang.String FIELD_META_RESTORE_DATE
      See Also:
      Constant Field Values
    • FIELD_META_RESTORED_BY

      static final java.lang.String FIELD_META_RESTORED_BY
      See Also:
      Constant Field Values
    • FIELD_APPLICATION

      static final java.lang.String FIELD_APPLICATION
      See Also:
      Constant Field Values
    • FIELD_KEY

      static final java.lang.String FIELD_KEY
      See Also:
      Constant Field Values
    • FIELD_USED

      static final java.lang.String FIELD_USED
      See Also:
      Constant Field Values
    • FIELD_LOCALIZATION_KEY_FORMAT

      static final java.lang.String FIELD_LOCALIZATION_KEY_FORMAT
      See Also:
      Constant Field Values
    • FIELD_LOCALIZATION_KEY_TYPE

      static final java.lang.String FIELD_LOCALIZATION_KEY_TYPE
      See Also:
      Constant Field Values
    • FIELD_COMMENTS

      static final java.lang.String FIELD_COMMENTS
      See Also:
      Constant Field Values
    • FIELD_LOCALIZATION_VALUES

      static final java.lang.String FIELD_LOCALIZATION_VALUES
      See Also:
      Constant Field Values
    • FIELD_TOPICS

      static final java.lang.String FIELD_TOPICS
      See Also:
      Constant Field Values
  • Method Details

    • create

      static LocalizationKey create()
    • create

      static LocalizationKey create​(int id)
    • getById

      static LocalizationKey getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<LocalizationKey> getBuilder()
    • getMetaCreationDate

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

      LocalizationKey setMetaCreationDate​(java.time.Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      LocalizationKey setMetaCreationDateAsEpochSecond​(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      LocalizationKey setMetaCreationDateAsEpochMilli​(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      LocalizationKey setMetaCreatedBy​(int value)
    • getMetaModificationDate

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

      LocalizationKey setMetaModificationDate​(java.time.Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      LocalizationKey setMetaModificationDateAsEpochSecond​(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      LocalizationKey setMetaModificationDateAsEpochMilli​(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      LocalizationKey setMetaModifiedBy​(int value)
    • getMetaDeletionDate

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

      LocalizationKey setMetaDeletionDate​(java.time.Instant value)
    • getMetaDeletionDateAsEpochSecond

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      LocalizationKey setMetaDeletionDateAsEpochSecond​(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      LocalizationKey setMetaDeletionDateAsEpochMilli​(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      LocalizationKey setMetaDeletedBy​(int value)
    • getMetaRestoreDate

      java.time.Instant getMetaRestoreDate()
    • setMetaRestoreDate

      LocalizationKey setMetaRestoreDate​(java.time.Instant value)
    • getMetaRestoreDateAsEpochSecond

      int getMetaRestoreDateAsEpochSecond()
    • setMetaRestoreDateAsEpochSecond

      LocalizationKey setMetaRestoreDateAsEpochSecond​(int value)
    • getMetaRestoreDateAsEpochMilli

      long getMetaRestoreDateAsEpochMilli()
    • setMetaRestoreDateAsEpochMilli

      LocalizationKey setMetaRestoreDateAsEpochMilli​(long value)
    • getMetaRestoredBy

      int getMetaRestoredBy()
    • setMetaRestoredBy

      LocalizationKey setMetaRestoredBy​(int value)
    • getApplication

      Application getApplication()
    • setApplication

      LocalizationKey setApplication​(Application value)
    • getKey

      java.lang.String getKey()
    • setKey

      LocalizationKey setKey​(java.lang.String value)
    • getUsed

      boolean getUsed()
    • setUsed

      LocalizationKey setUsed​(boolean value)
    • isUsed

      boolean isUsed()
    • getLocalizationKeyFormat

      LocalizationKeyFormat getLocalizationKeyFormat()
    • setLocalizationKeyFormat

      LocalizationKey setLocalizationKeyFormat​(LocalizationKeyFormat value)
    • getLocalizationKeyType

      LocalizationKeyType getLocalizationKeyType()
    • setLocalizationKeyType

      LocalizationKey setLocalizationKeyType​(LocalizationKeyType value)
    • getComments

      java.lang.String getComments()
    • setComments

      LocalizationKey setComments​(java.lang.String value)
    • getLocalizationValues

      java.util.List<LocalizationValue> getLocalizationValues()
    • setLocalizationValues

      LocalizationKey setLocalizationValues​(java.util.List<LocalizationValue> value)
    • getLocalizationValuesCount

      int getLocalizationValuesCount()
    • setLocalizationValues

      LocalizationKey setLocalizationValues​(LocalizationValue... value)
    • getLocalizationValuesAsBitSet

      java.util.BitSet getLocalizationValuesAsBitSet()
    • addLocalizationValues

      LocalizationKey addLocalizationValues​(java.util.List<LocalizationValue> value)
    • addLocalizationValues

      LocalizationKey addLocalizationValues​(LocalizationValue... value)
    • removeLocalizationValues

      LocalizationKey removeLocalizationValues​(java.util.List<LocalizationValue> value)
    • removeLocalizationValues

      LocalizationKey removeLocalizationValues​(LocalizationValue... value)
    • removeAllLocalizationValues

      LocalizationKey removeAllLocalizationValues()
    • getTopics

      java.util.List<LocalizationTopic> getTopics()
    • setTopics

      LocalizationKey setTopics​(java.util.List<LocalizationTopic> value)
    • getTopicsCount

      int getTopicsCount()
    • setTopics

      LocalizationKey setTopics​(LocalizationTopic... value)
    • getTopicsAsBitSet

      java.util.BitSet getTopicsAsBitSet()
    • addTopics

      LocalizationKey addTopics​(java.util.List<LocalizationTopic> value)
    • addTopics

      LocalizationKey addTopics​(LocalizationTopic... value)
    • removeTopics

      LocalizationKey removeTopics​(java.util.List<LocalizationTopic> value)
    • removeTopics

      LocalizationKey removeTopics​(LocalizationTopic... value)
    • removeAllTopics

      LocalizationKey removeAllTopics()
    • getAll

      static java.util.List<LocalizationKey> getAll()
    • getDeletedRecords

      static java.util.List<LocalizationKey> getDeletedRecords()
    • sort

      static java.util.List<LocalizationKey> sort​(java.util.List<LocalizationKey> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)
    • getCount

      static int getCount()
    • filter

      static LocalizationKeyQuery filter()