Package org.teamapps.model.controlcenter
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 Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPLICATIONstatic java.lang.StringFIELD_COMMENTSstatic java.lang.StringFIELD_KEYstatic java.lang.StringFIELD_LOCALIZATION_KEY_FORMATstatic java.lang.StringFIELD_LOCALIZATION_KEY_TYPEstatic java.lang.StringFIELD_LOCALIZATION_VALUESstatic 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_TOPICSstatic java.lang.StringFIELD_USED -
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_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
-
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
-
getApplication
Application getApplication() -
setApplication
-
getKey
java.lang.String getKey() -
setKey
-
getUsed
boolean getUsed() -
setUsed
-
isUsed
boolean isUsed() -
getLocalizationKeyFormat
LocalizationKeyFormat getLocalizationKeyFormat() -
setLocalizationKeyFormat
-
getLocalizationKeyType
LocalizationKeyType getLocalizationKeyType() -
setLocalizationKeyType
-
getComments
java.lang.String getComments() -
setComments
-
getLocalizationValues
java.util.List<LocalizationValue> getLocalizationValues() -
setLocalizationValues
-
getLocalizationValuesCount
int getLocalizationValuesCount() -
setLocalizationValues
-
getLocalizationValuesAsBitSet
java.util.BitSet getLocalizationValuesAsBitSet() -
addLocalizationValues
-
addLocalizationValues
-
removeLocalizationValues
-
removeLocalizationValues
-
removeAllLocalizationValues
LocalizationKey removeAllLocalizationValues() -
getTopics
java.util.List<LocalizationTopic> getTopics() -
setTopics
-
getTopicsCount
int getTopicsCount() -
setTopics
-
getTopicsAsBitSet
java.util.BitSet getTopicsAsBitSet() -
addTopics
-
addTopics
-
removeTopics
-
removeTopics
-
removeAllTopics
LocalizationKey removeAllTopics() -
getAll
-
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
-