Package org.teamapps.model.controlcenter
Klasse UdbSystemSettings
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<SystemSettings>
org.teamapps.model.controlcenter.UdbSystemSettings
- Alle implementierten Schnittstellen:
SystemSettings,org.teamapps.universaldb.pojo.Entity<SystemSettings>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<SystemSettings>
public class UdbSystemSettings
extends org.teamapps.universaldb.pojo.AbstractUdbEntity<SystemSettings>
implements SystemSettings
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected static org.teamapps.universaldb.index.text.TextIndexprotected 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.TableIndexprotected static org.teamapps.universaldb.UniversalDBVon Schnittstelle geerbte Felder org.teamapps.model.controlcenter.SystemSettings
FIELD_ALLOWED_BASE_LANGUAGES, 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 -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()build(int id) voiddelete()voiddelete(int userId, long timestamp) static List<SystemSettings> getAll()static intgetCount()static List<SystemSettings> intlongintintlongintlongintintlongintintvoidvoidrestoreDeleted(int userId, long timestamp) save()save(int userId, long timestamp) setAllowedBaseLanguages(String 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) static List<SystemSettings> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) static List<SystemSettings> sort(List<SystemSettings> 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 -
allowedBaseLanguages
protected static org.teamapps.universaldb.index.text.TextIndex allowedBaseLanguages
-
-
Konstruktordetails
-
UdbSystemSettings
public UdbSystemSettings() -
UdbSystemSettings
public UdbSystemSettings(int id, boolean createEntity)
-
-
Methodendetails
-
getAll
-
getDeletedRecords
-
sort
public static List<SystemSettings> sort(List<SystemSettings> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
sort
public static List<SystemSettings> 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<SystemSettings>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<SystemSettings>
-
getMetaCreationDate
- Angegeben von:
getMetaCreationDatein SchnittstelleSystemSettings
-
setMetaCreationDate
- Angegeben von:
setMetaCreationDatein SchnittstelleSystemSettings
-
getMetaCreationDateAsEpochSecond
public int getMetaCreationDateAsEpochSecond()- Angegeben von:
getMetaCreationDateAsEpochSecondin SchnittstelleSystemSettings
-
setMetaCreationDateAsEpochSecond
- Angegeben von:
setMetaCreationDateAsEpochSecondin SchnittstelleSystemSettings
-
getMetaCreationDateAsEpochMilli
public long getMetaCreationDateAsEpochMilli()- Angegeben von:
getMetaCreationDateAsEpochMilliin SchnittstelleSystemSettings
-
setMetaCreationDateAsEpochMilli
- Angegeben von:
setMetaCreationDateAsEpochMilliin SchnittstelleSystemSettings
-
getMetaCreatedBy
public int getMetaCreatedBy()- Angegeben von:
getMetaCreatedByin SchnittstelleSystemSettings
-
setMetaCreatedBy
- Angegeben von:
setMetaCreatedByin SchnittstelleSystemSettings
-
getMetaModificationDate
- Angegeben von:
getMetaModificationDatein SchnittstelleSystemSettings
-
setMetaModificationDate
- Angegeben von:
setMetaModificationDatein SchnittstelleSystemSettings
-
getMetaModificationDateAsEpochSecond
public int getMetaModificationDateAsEpochSecond()- Angegeben von:
getMetaModificationDateAsEpochSecondin SchnittstelleSystemSettings
-
setMetaModificationDateAsEpochSecond
- Angegeben von:
setMetaModificationDateAsEpochSecondin SchnittstelleSystemSettings
-
getMetaModificationDateAsEpochMilli
public long getMetaModificationDateAsEpochMilli()- Angegeben von:
getMetaModificationDateAsEpochMilliin SchnittstelleSystemSettings
-
setMetaModificationDateAsEpochMilli
- Angegeben von:
setMetaModificationDateAsEpochMilliin SchnittstelleSystemSettings
-
getMetaModifiedBy
public int getMetaModifiedBy()- Angegeben von:
getMetaModifiedByin SchnittstelleSystemSettings
-
setMetaModifiedBy
- Angegeben von:
setMetaModifiedByin SchnittstelleSystemSettings
-
getMetaDeletionDate
- Angegeben von:
getMetaDeletionDatein SchnittstelleSystemSettings
-
setMetaDeletionDate
- Angegeben von:
setMetaDeletionDatein SchnittstelleSystemSettings
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Angegeben von:
getMetaDeletionDateAsEpochSecondin SchnittstelleSystemSettings
-
setMetaDeletionDateAsEpochSecond
- Angegeben von:
setMetaDeletionDateAsEpochSecondin SchnittstelleSystemSettings
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Angegeben von:
getMetaDeletionDateAsEpochMilliin SchnittstelleSystemSettings
-
setMetaDeletionDateAsEpochMilli
- Angegeben von:
setMetaDeletionDateAsEpochMilliin SchnittstelleSystemSettings
-
getMetaDeletedBy
public int getMetaDeletedBy()- Angegeben von:
getMetaDeletedByin SchnittstelleSystemSettings
-
setMetaDeletedBy
- Angegeben von:
setMetaDeletedByin SchnittstelleSystemSettings
-
getMetaRestoreDate
- Angegeben von:
getMetaRestoreDatein SchnittstelleSystemSettings
-
setMetaRestoreDate
- Angegeben von:
setMetaRestoreDatein SchnittstelleSystemSettings
-
getMetaRestoreDateAsEpochSecond
public int getMetaRestoreDateAsEpochSecond()- Angegeben von:
getMetaRestoreDateAsEpochSecondin SchnittstelleSystemSettings
-
setMetaRestoreDateAsEpochSecond
- Angegeben von:
setMetaRestoreDateAsEpochSecondin SchnittstelleSystemSettings
-
getMetaRestoreDateAsEpochMilli
public long getMetaRestoreDateAsEpochMilli()- Angegeben von:
getMetaRestoreDateAsEpochMilliin SchnittstelleSystemSettings
-
setMetaRestoreDateAsEpochMilli
- Angegeben von:
setMetaRestoreDateAsEpochMilliin SchnittstelleSystemSettings
-
getMetaRestoredBy
public int getMetaRestoredBy()- Angegeben von:
getMetaRestoredByin SchnittstelleSystemSettings
-
setMetaRestoredBy
- Angegeben von:
setMetaRestoredByin SchnittstelleSystemSettings
-
getAllowedBaseLanguages
- Angegeben von:
getAllowedBaseLanguagesin SchnittstelleSystemSettings
-
setAllowedBaseLanguages
- Angegeben von:
setAllowedBaseLanguagesin SchnittstelleSystemSettings
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemSettings>
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemSettings>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemSettings>
-
delete
public void delete(int userId, long timestamp) - Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemSettings>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemSettings>
-
restoreDeleted
public void restoreDeleted(int userId, long timestamp) - Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemSettings>
-