Package org.teamapps.model.controlcenter
Interface LocalizationValue
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<LocalizationValue>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbLocalizationValue
public interface LocalizationValue extends org.teamapps.universaldb.pojo.Entity<LocalizationValue>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_ADMIN_KEY_OVERRIDEstatic java.lang.StringFIELD_ADMIN_LOCAL_OVERRIDEstatic java.lang.StringFIELD_CURRENT_DISPLAY_VALUEstatic java.lang.StringFIELD_LANGUAGEstatic java.lang.StringFIELD_LOCALIZATION_KEYstatic java.lang.StringFIELD_MACHINE_TRANSLATIONstatic java.lang.StringFIELD_MACHINE_TRANSLATION_STATEstatic java.lang.StringFIELD_META_CREATED_BYstatic java.lang.StringFIELD_META_CREATION_DATEstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_META_MODIFICATION_DATEstatic java.lang.StringFIELD_META_MODIFIED_BYstatic java.lang.StringFIELD_META_RESTORE_DATEstatic java.lang.StringFIELD_META_RESTORED_BYstatic java.lang.StringFIELD_NOTESstatic java.lang.StringFIELD_ORIGINALstatic java.lang.StringFIELD_TRANSLATIONstatic java.lang.StringFIELD_TRANSLATION_STATEstatic java.lang.StringFIELD_TRANSLATION_VERIFICATION_STATE -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, getEntityValue, getId, getRecordUpdates, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
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_LOCALIZATION_KEY
static final java.lang.String FIELD_LOCALIZATION_KEY- See Also:
- Constant Field Values
-
FIELD_LANGUAGE
static final java.lang.String FIELD_LANGUAGE- See Also:
- Constant Field Values
-
FIELD_ORIGINAL
static final java.lang.String FIELD_ORIGINAL- See Also:
- Constant Field Values
-
FIELD_MACHINE_TRANSLATION
static final java.lang.String FIELD_MACHINE_TRANSLATION- See Also:
- Constant Field Values
-
FIELD_TRANSLATION
static final java.lang.String FIELD_TRANSLATION- See Also:
- Constant Field Values
-
FIELD_ADMIN_LOCAL_OVERRIDE
static final java.lang.String FIELD_ADMIN_LOCAL_OVERRIDE- See Also:
- Constant Field Values
-
FIELD_ADMIN_KEY_OVERRIDE
static final java.lang.String FIELD_ADMIN_KEY_OVERRIDE- See Also:
- Constant Field Values
-
FIELD_CURRENT_DISPLAY_VALUE
static final java.lang.String FIELD_CURRENT_DISPLAY_VALUE- See Also:
- Constant Field Values
-
FIELD_NOTES
static final java.lang.String FIELD_NOTES- See Also:
- Constant Field Values
-
FIELD_MACHINE_TRANSLATION_STATE
static final java.lang.String FIELD_MACHINE_TRANSLATION_STATE- See Also:
- Constant Field Values
-
FIELD_TRANSLATION_STATE
static final java.lang.String FIELD_TRANSLATION_STATE- See Also:
- Constant Field Values
-
FIELD_TRANSLATION_VERIFICATION_STATE
static final java.lang.String FIELD_TRANSLATION_VERIFICATION_STATE- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
java.time.Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
java.time.Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getMetaRestoreDate
java.time.Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getLocalizationKey
LocalizationKey getLocalizationKey() -
setLocalizationKey
-
getLanguage
java.lang.String getLanguage() -
setLanguage
-
getOriginal
java.lang.String getOriginal() -
setOriginal
-
getMachineTranslation
java.lang.String getMachineTranslation() -
setMachineTranslation
-
getTranslation
java.lang.String getTranslation() -
setTranslation
-
getAdminLocalOverride
java.lang.String getAdminLocalOverride() -
setAdminLocalOverride
-
getAdminKeyOverride
java.lang.String getAdminKeyOverride() -
setAdminKeyOverride
-
getCurrentDisplayValue
java.lang.String getCurrentDisplayValue() -
setCurrentDisplayValue
-
getNotes
java.lang.String getNotes() -
setNotes
-
getMachineTranslationState
MachineTranslationState getMachineTranslationState() -
setMachineTranslationState
-
getTranslationState
TranslationState getTranslationState() -
setTranslationState
-
getTranslationVerificationState
TranslationVerificationState getTranslationVerificationState() -
setTranslationVerificationState
-
getAll
-
getDeletedRecords
-
sort
static java.util.List<LocalizationValue> sort(java.util.List<LocalizationValue> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-