Package org.teamapps.model.controlcenter
Class UdbLocalizationValue
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<LocalizationValue>
org.teamapps.model.controlcenter.UdbLocalizationValue
- All Implemented Interfaces:
LocalizationValue,org.teamapps.universaldb.pojo.Entity<LocalizationValue>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<LocalizationValue>
public class UdbLocalizationValue extends org.teamapps.universaldb.pojo.AbstractUdbEntity<LocalizationValue> implements LocalizationValue
-
Field Summary
Fields Modifier and Type Field Description protected static org.teamapps.universaldb.index.text.TextIndexadminKeyOverrideprotected static org.teamapps.universaldb.index.text.TextIndexadminLocalOverrideprotected static org.teamapps.universaldb.index.text.TextIndexcurrentDisplayValueprotected static org.teamapps.universaldb.index.text.TextIndexlanguageprotected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndexlocalizationKeyprotected static org.teamapps.universaldb.index.text.TextIndexmachineTranslationprotected static org.teamapps.universaldb.index.numeric.ShortIndexmachineTranslationStateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaCreatedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaCreationDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaDeletedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaDeletionDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaModificationDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaModifiedByprotected static org.teamapps.universaldb.index.text.TextIndexnotesprotected static org.teamapps.universaldb.index.text.TextIndexoriginalprotected static org.teamapps.universaldb.index.TableIndextableprotected static org.teamapps.universaldb.index.text.TextIndextranslationprotected static org.teamapps.universaldb.index.numeric.ShortIndextranslationStateprotected static org.teamapps.universaldb.index.numeric.ShortIndextranslationVerificationStateFields inherited from interface org.teamapps.model.controlcenter.LocalizationValue
FIELD_ADMIN_KEY_OVERRIDE, FIELD_ADMIN_LOCAL_OVERRIDE, FIELD_CURRENT_DISPLAY_VALUE, FIELD_LANGUAGE, FIELD_LOCALIZATION_KEY, FIELD_MACHINE_TRANSLATION, FIELD_MACHINE_TRANSLATION_STATE, FIELD_META_CREATED_BY, FIELD_META_CREATION_DATE, FIELD_META_DELETED_BY, FIELD_META_DELETION_DATE, FIELD_META_MODIFICATION_DATE, FIELD_META_MODIFIED_BY, FIELD_NOTES, FIELD_ORIGINAL, FIELD_TRANSLATION, FIELD_TRANSLATION_STATE, FIELD_TRANSLATION_VERIFICATION_STATE -
Constructor Summary
Constructors Constructor Description UdbLocalizationValue()UdbLocalizationValue(int id, boolean createEntity) -
Method Summary
Methods inherited from class org.teamapps.universaldb.pojo.AbstractUdbEntity
addMultiReferenceValue, clearChanges, createEntityList, createEntityList, createEntityList, delete, delete, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityId, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getReferenceChangeValue, getShortValue, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTransaction, getTranslatableTextValue, hashCode, isChanged, isDeleted, isModified, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, save, save, save, saveAsynchronously, setBooleanValue, setChangeValue, setDateAsEpochMilli, setDateTimeAsEpochMilli, setDateTimeValue, setDateValue, setDoubleValue, setEntityValue, setEnumValue, setFloatValue, setIntValue, setLocalDateAsEpochMilli, setLocalDateValue, setLongValue, setMultiReferenceValue, setShortValue, setSingleReferenceValue, setTextValue, setTimestampAsEpochMilli, setTimestampAsEpochSecond, setTimestampValue, setTimeValue, setTranslatableTextValue, sort, sort, sort, sort, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, getEntityValue, getId, isDeleted, isModified, isStored, save, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
table
protected static org.teamapps.universaldb.index.TableIndex table -
metaCreationDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaCreationDate -
metaCreatedBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaCreatedBy -
metaModificationDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaModificationDate -
metaModifiedBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaModifiedBy -
metaDeletionDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaDeletionDate -
metaDeletedBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaDeletedBy -
localizationKey
protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex localizationKey -
language
protected static org.teamapps.universaldb.index.text.TextIndex language -
original
protected static org.teamapps.universaldb.index.text.TextIndex original -
machineTranslation
protected static org.teamapps.universaldb.index.text.TextIndex machineTranslation -
translation
protected static org.teamapps.universaldb.index.text.TextIndex translation -
adminLocalOverride
protected static org.teamapps.universaldb.index.text.TextIndex adminLocalOverride -
adminKeyOverride
protected static org.teamapps.universaldb.index.text.TextIndex adminKeyOverride -
currentDisplayValue
protected static org.teamapps.universaldb.index.text.TextIndex currentDisplayValue -
notes
protected static org.teamapps.universaldb.index.text.TextIndex notes -
machineTranslationState
protected static org.teamapps.universaldb.index.numeric.ShortIndex machineTranslationState -
translationState
protected static org.teamapps.universaldb.index.numeric.ShortIndex translationState -
translationVerificationState
protected static org.teamapps.universaldb.index.numeric.ShortIndex translationVerificationState
-
-
Constructor Details
-
UdbLocalizationValue
public UdbLocalizationValue() -
UdbLocalizationValue
public UdbLocalizationValue(int id, boolean createEntity)
-
-
Method Details
-
getAll
-
sort
public static java.util.List<LocalizationValue> sort(java.util.List<LocalizationValue> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
sort
public static java.util.List<LocalizationValue> sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
getCount
public static int getCount() -
build
- Specified by:
buildin interfaceorg.teamapps.universaldb.record.EntityBuilder<LocalizationValue>
-
build
- Specified by:
buildin interfaceorg.teamapps.universaldb.record.EntityBuilder<LocalizationValue>
-
getMetaCreationDate
public java.time.Instant getMetaCreationDate()- Specified by:
getMetaCreationDatein interfaceLocalizationValue
-
setMetaCreationDate
- Specified by:
setMetaCreationDatein interfaceLocalizationValue
-
getMetaCreationDateAsEpochSecond
public int getMetaCreationDateAsEpochSecond()- Specified by:
getMetaCreationDateAsEpochSecondin interfaceLocalizationValue
-
setMetaCreationDateAsEpochSecond
- Specified by:
setMetaCreationDateAsEpochSecondin interfaceLocalizationValue
-
getMetaCreationDateAsEpochMilli
public long getMetaCreationDateAsEpochMilli()- Specified by:
getMetaCreationDateAsEpochMilliin interfaceLocalizationValue
-
setMetaCreationDateAsEpochMilli
- Specified by:
setMetaCreationDateAsEpochMilliin interfaceLocalizationValue
-
getMetaCreatedBy
public int getMetaCreatedBy()- Specified by:
getMetaCreatedByin interfaceLocalizationValue
-
setMetaCreatedBy
- Specified by:
setMetaCreatedByin interfaceLocalizationValue
-
getMetaModificationDate
public java.time.Instant getMetaModificationDate()- Specified by:
getMetaModificationDatein interfaceLocalizationValue
-
setMetaModificationDate
- Specified by:
setMetaModificationDatein interfaceLocalizationValue
-
getMetaModificationDateAsEpochSecond
public int getMetaModificationDateAsEpochSecond()- Specified by:
getMetaModificationDateAsEpochSecondin interfaceLocalizationValue
-
setMetaModificationDateAsEpochSecond
- Specified by:
setMetaModificationDateAsEpochSecondin interfaceLocalizationValue
-
getMetaModificationDateAsEpochMilli
public long getMetaModificationDateAsEpochMilli()- Specified by:
getMetaModificationDateAsEpochMilliin interfaceLocalizationValue
-
setMetaModificationDateAsEpochMilli
- Specified by:
setMetaModificationDateAsEpochMilliin interfaceLocalizationValue
-
getMetaModifiedBy
public int getMetaModifiedBy()- Specified by:
getMetaModifiedByin interfaceLocalizationValue
-
setMetaModifiedBy
- Specified by:
setMetaModifiedByin interfaceLocalizationValue
-
getMetaDeletionDate
public java.time.Instant getMetaDeletionDate()- Specified by:
getMetaDeletionDatein interfaceLocalizationValue
-
setMetaDeletionDate
- Specified by:
setMetaDeletionDatein interfaceLocalizationValue
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Specified by:
getMetaDeletionDateAsEpochSecondin interfaceLocalizationValue
-
setMetaDeletionDateAsEpochSecond
- Specified by:
setMetaDeletionDateAsEpochSecondin interfaceLocalizationValue
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Specified by:
getMetaDeletionDateAsEpochMilliin interfaceLocalizationValue
-
setMetaDeletionDateAsEpochMilli
- Specified by:
setMetaDeletionDateAsEpochMilliin interfaceLocalizationValue
-
getMetaDeletedBy
public int getMetaDeletedBy()- Specified by:
getMetaDeletedByin interfaceLocalizationValue
-
setMetaDeletedBy
- Specified by:
setMetaDeletedByin interfaceLocalizationValue
-
getLocalizationKey
- Specified by:
getLocalizationKeyin interfaceLocalizationValue
-
setLocalizationKey
- Specified by:
setLocalizationKeyin interfaceLocalizationValue
-
getLanguage
public java.lang.String getLanguage()- Specified by:
getLanguagein interfaceLocalizationValue
-
setLanguage
- Specified by:
setLanguagein interfaceLocalizationValue
-
getOriginal
public java.lang.String getOriginal()- Specified by:
getOriginalin interfaceLocalizationValue
-
setOriginal
- Specified by:
setOriginalin interfaceLocalizationValue
-
getMachineTranslation
public java.lang.String getMachineTranslation()- Specified by:
getMachineTranslationin interfaceLocalizationValue
-
setMachineTranslation
- Specified by:
setMachineTranslationin interfaceLocalizationValue
-
getTranslation
public java.lang.String getTranslation()- Specified by:
getTranslationin interfaceLocalizationValue
-
setTranslation
- Specified by:
setTranslationin interfaceLocalizationValue
-
getAdminLocalOverride
public java.lang.String getAdminLocalOverride()- Specified by:
getAdminLocalOverridein interfaceLocalizationValue
-
setAdminLocalOverride
- Specified by:
setAdminLocalOverridein interfaceLocalizationValue
-
getAdminKeyOverride
public java.lang.String getAdminKeyOverride()- Specified by:
getAdminKeyOverridein interfaceLocalizationValue
-
setAdminKeyOverride
- Specified by:
setAdminKeyOverridein interfaceLocalizationValue
-
getCurrentDisplayValue
public java.lang.String getCurrentDisplayValue()- Specified by:
getCurrentDisplayValuein interfaceLocalizationValue
-
setCurrentDisplayValue
- Specified by:
setCurrentDisplayValuein interfaceLocalizationValue
-
getNotes
public java.lang.String getNotes()- Specified by:
getNotesin interfaceLocalizationValue
-
setNotes
- Specified by:
setNotesin interfaceLocalizationValue
-
getMachineTranslationState
- Specified by:
getMachineTranslationStatein interfaceLocalizationValue
-
setMachineTranslationState
- Specified by:
setMachineTranslationStatein interfaceLocalizationValue
-
getTranslationState
- Specified by:
getTranslationStatein interfaceLocalizationValue
-
setTranslationState
- Specified by:
setTranslationStatein interfaceLocalizationValue
-
getTranslationVerificationState
- Specified by:
getTranslationVerificationStatein interfaceLocalizationValue
-
setTranslationVerificationState
- Specified by:
setTranslationVerificationStatein interfaceLocalizationValue
-
save
public UdbLocalizationValue save(org.teamapps.universaldb.transaction.Transaction transaction, boolean strictChangeVerification)- Specified by:
savein interfaceorg.teamapps.universaldb.pojo.Entity<LocalizationValue>
-
saveTransactional
- Specified by:
saveTransactionalin interfaceorg.teamapps.universaldb.pojo.Entity<LocalizationValue>
-
save
- Specified by:
savein interfaceorg.teamapps.universaldb.pojo.Entity<LocalizationValue>
-
delete
public void delete(org.teamapps.universaldb.transaction.Transaction transaction)- Specified by:
deletein interfaceorg.teamapps.universaldb.pojo.Entity<LocalizationValue>
-
delete
public void delete()- Specified by:
deletein interfaceorg.teamapps.universaldb.pojo.Entity<LocalizationValue>
-