Package org.teamapps.model.controlcenter
Klasse UdbLocalizationTopic
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<LocalizationTopic>
org.teamapps.model.controlcenter.UdbLocalizationTopic
- Alle implementierten Schnittstellen:
LocalizationTopic,org.teamapps.universaldb.pojo.Entity<LocalizationTopic>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<LocalizationTopic>
public class UdbLocalizationTopic
extends org.teamapps.universaldb.pojo.AbstractUdbEntity<LocalizationTopic>
implements LocalizationTopic
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndexprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.file.FileIndexprotected static org.teamapps.universaldb.index.TableIndexprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.UniversalDBVon Schnittstelle geerbte Felder org.teamapps.model.controlcenter.LocalizationTopic
FIELD_APPLICATION, FIELD_ICON, FIELD_KEYS, 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_META_RESTORE_DATE, FIELD_META_RESTORED_BY, FIELD_SCREENSHOT, FIELD_TITLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddKeys(List<LocalizationKey> value) addKeys(LocalizationKey... value) build()build(int id) voiddelete()voiddelete(int userId, long timestamp) static List<LocalizationTopic> getAll()static intgetCount()static List<LocalizationTopic> getIcon()getKeys()intintlongintintlongintlongintintlongintintorg.teamapps.universaldb.index.file.FileValuegetTitle()removeKeys(List<LocalizationKey> value) removeKeys(LocalizationKey... value) voidvoidrestoreDeleted(int userId, long timestamp) save()save(int userId, long timestamp) setApplication(Application value) setKeys(List<LocalizationKey> value) setKeys(LocalizationKey... value) setMetaCreatedBy(int value) setMetaCreationDate(Instant value) setMetaCreationDateAsEpochMilli(long value) setMetaCreationDateAsEpochSecond(int value) setMetaDeletedBy(int value) setMetaDeletionDate(Instant value) setMetaDeletionDateAsEpochMilli(long value) setMetaDeletionDateAsEpochSecond(int value) setMetaModificationDate(Instant value) setMetaModificationDateAsEpochMilli(long value) setMetaModificationDateAsEpochSecond(int value) setMetaModifiedBy(int value) setMetaRestoreDate(Instant value) setMetaRestoreDateAsEpochMilli(long value) setMetaRestoreDateAsEpochSecond(int value) setMetaRestoredBy(int value) setScreenshot(File value) setScreenshot(File value, String fileName) static List<LocalizationTopic> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) static List<LocalizationTopic> sort(List<LocalizationTopic> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) Von Klasse geerbte Methoden org.teamapps.universaldb.pojo.AbstractUdbEntity
addMultiReferenceValue, clearChanges, clearFieldChanges, createdBy, createEntityList, createEntityList, createEntityList, createFileValue, createFileValue, deleteRecord, deleteRecord, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDatabase, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getRecordUpdates, getReferenceChangeValue, getShortValue, getTable, getTableId, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTranslatableTextValue, hashCode, isChanged, isChanged, isDeleted, isModified, isRestorable, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, restoreDeletedRecord, restoreDeletedRecord, saveRecord, saveRecord, saveRecord, 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, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, getDatabase, getEntityValue, getId, getRecordUpdates, getTable, isChanged, isDeleted, isModified, isRestorable, isStored, setEntityValueVon Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Felddetails
-
table
protected static org.teamapps.universaldb.index.TableIndex table -
universalDB
protected static org.teamapps.universaldb.UniversalDB universalDB -
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 -
metaRestoreDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaRestoreDate -
metaRestoredBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaRestoredBy -
keys
protected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndex keys -
application
protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex application -
icon
protected static org.teamapps.universaldb.index.text.TextIndex icon -
title
protected static org.teamapps.universaldb.index.text.TextIndex title -
screenshot
protected static org.teamapps.universaldb.index.file.FileIndex screenshot
-
-
Konstruktordetails
-
UdbLocalizationTopic
public UdbLocalizationTopic() -
UdbLocalizationTopic
public UdbLocalizationTopic(int id, boolean createEntity)
-
-
Methodendetails
-
getAll
-
getDeletedRecords
-
sort
public static List<LocalizationTopic> sort(List<LocalizationTopic> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
sort
public static List<LocalizationTopic> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
public static int getCount() -
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<LocalizationTopic>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<LocalizationTopic>
-
getMetaCreationDate
- Angegeben von:
getMetaCreationDatein SchnittstelleLocalizationTopic
-
setMetaCreationDate
- Angegeben von:
setMetaCreationDatein SchnittstelleLocalizationTopic
-
getMetaCreationDateAsEpochSecond
public int getMetaCreationDateAsEpochSecond()- Angegeben von:
getMetaCreationDateAsEpochSecondin SchnittstelleLocalizationTopic
-
setMetaCreationDateAsEpochSecond
- Angegeben von:
setMetaCreationDateAsEpochSecondin SchnittstelleLocalizationTopic
-
getMetaCreationDateAsEpochMilli
public long getMetaCreationDateAsEpochMilli()- Angegeben von:
getMetaCreationDateAsEpochMilliin SchnittstelleLocalizationTopic
-
setMetaCreationDateAsEpochMilli
- Angegeben von:
setMetaCreationDateAsEpochMilliin SchnittstelleLocalizationTopic
-
getMetaCreatedBy
public int getMetaCreatedBy()- Angegeben von:
getMetaCreatedByin SchnittstelleLocalizationTopic
-
setMetaCreatedBy
- Angegeben von:
setMetaCreatedByin SchnittstelleLocalizationTopic
-
getMetaModificationDate
- Angegeben von:
getMetaModificationDatein SchnittstelleLocalizationTopic
-
setMetaModificationDate
- Angegeben von:
setMetaModificationDatein SchnittstelleLocalizationTopic
-
getMetaModificationDateAsEpochSecond
public int getMetaModificationDateAsEpochSecond()- Angegeben von:
getMetaModificationDateAsEpochSecondin SchnittstelleLocalizationTopic
-
setMetaModificationDateAsEpochSecond
- Angegeben von:
setMetaModificationDateAsEpochSecondin SchnittstelleLocalizationTopic
-
getMetaModificationDateAsEpochMilli
public long getMetaModificationDateAsEpochMilli()- Angegeben von:
getMetaModificationDateAsEpochMilliin SchnittstelleLocalizationTopic
-
setMetaModificationDateAsEpochMilli
- Angegeben von:
setMetaModificationDateAsEpochMilliin SchnittstelleLocalizationTopic
-
getMetaModifiedBy
public int getMetaModifiedBy()- Angegeben von:
getMetaModifiedByin SchnittstelleLocalizationTopic
-
setMetaModifiedBy
- Angegeben von:
setMetaModifiedByin SchnittstelleLocalizationTopic
-
getMetaDeletionDate
- Angegeben von:
getMetaDeletionDatein SchnittstelleLocalizationTopic
-
setMetaDeletionDate
- Angegeben von:
setMetaDeletionDatein SchnittstelleLocalizationTopic
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Angegeben von:
getMetaDeletionDateAsEpochSecondin SchnittstelleLocalizationTopic
-
setMetaDeletionDateAsEpochSecond
- Angegeben von:
setMetaDeletionDateAsEpochSecondin SchnittstelleLocalizationTopic
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Angegeben von:
getMetaDeletionDateAsEpochMilliin SchnittstelleLocalizationTopic
-
setMetaDeletionDateAsEpochMilli
- Angegeben von:
setMetaDeletionDateAsEpochMilliin SchnittstelleLocalizationTopic
-
getMetaDeletedBy
public int getMetaDeletedBy()- Angegeben von:
getMetaDeletedByin SchnittstelleLocalizationTopic
-
setMetaDeletedBy
- Angegeben von:
setMetaDeletedByin SchnittstelleLocalizationTopic
-
getMetaRestoreDate
- Angegeben von:
getMetaRestoreDatein SchnittstelleLocalizationTopic
-
setMetaRestoreDate
- Angegeben von:
setMetaRestoreDatein SchnittstelleLocalizationTopic
-
getMetaRestoreDateAsEpochSecond
public int getMetaRestoreDateAsEpochSecond()- Angegeben von:
getMetaRestoreDateAsEpochSecondin SchnittstelleLocalizationTopic
-
setMetaRestoreDateAsEpochSecond
- Angegeben von:
setMetaRestoreDateAsEpochSecondin SchnittstelleLocalizationTopic
-
getMetaRestoreDateAsEpochMilli
public long getMetaRestoreDateAsEpochMilli()- Angegeben von:
getMetaRestoreDateAsEpochMilliin SchnittstelleLocalizationTopic
-
setMetaRestoreDateAsEpochMilli
- Angegeben von:
setMetaRestoreDateAsEpochMilliin SchnittstelleLocalizationTopic
-
getMetaRestoredBy
public int getMetaRestoredBy()- Angegeben von:
getMetaRestoredByin SchnittstelleLocalizationTopic
-
setMetaRestoredBy
- Angegeben von:
setMetaRestoredByin SchnittstelleLocalizationTopic
-
getKeys
- Angegeben von:
getKeysin SchnittstelleLocalizationTopic
-
setKeys
- Angegeben von:
setKeysin SchnittstelleLocalizationTopic
-
getKeysCount
public int getKeysCount()- Angegeben von:
getKeysCountin SchnittstelleLocalizationTopic
-
setKeys
- Angegeben von:
setKeysin SchnittstelleLocalizationTopic
-
getKeysAsBitSet
- Angegeben von:
getKeysAsBitSetin SchnittstelleLocalizationTopic
-
addKeys
- Angegeben von:
addKeysin SchnittstelleLocalizationTopic
-
addKeys
- Angegeben von:
addKeysin SchnittstelleLocalizationTopic
-
removeKeys
- Angegeben von:
removeKeysin SchnittstelleLocalizationTopic
-
removeKeys
- Angegeben von:
removeKeysin SchnittstelleLocalizationTopic
-
removeAllKeys
- Angegeben von:
removeAllKeysin SchnittstelleLocalizationTopic
-
getApplication
- Angegeben von:
getApplicationin SchnittstelleLocalizationTopic
-
setApplication
- Angegeben von:
setApplicationin SchnittstelleLocalizationTopic
-
getIcon
- Angegeben von:
getIconin SchnittstelleLocalizationTopic
-
setIcon
- Angegeben von:
setIconin SchnittstelleLocalizationTopic
-
getTitle
- Angegeben von:
getTitlein SchnittstelleLocalizationTopic
-
setTitle
- Angegeben von:
setTitlein SchnittstelleLocalizationTopic
-
getScreenshot
public org.teamapps.universaldb.index.file.FileValue getScreenshot()- Angegeben von:
getScreenshotin SchnittstelleLocalizationTopic
-
setScreenshot
- Angegeben von:
setScreenshotin SchnittstelleLocalizationTopic
-
setScreenshot
- Angegeben von:
setScreenshotin SchnittstelleLocalizationTopic
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<LocalizationTopic>
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<LocalizationTopic>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<LocalizationTopic>
-
delete
public void delete(int userId, long timestamp) - Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<LocalizationTopic>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<LocalizationTopic>
-
restoreDeleted
public void restoreDeleted(int userId, long timestamp) - Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<LocalizationTopic>
-