Package org.teamapps.model.controlcenter
Klasse UdbApplicationVersionData
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<ApplicationVersionData>
org.teamapps.model.controlcenter.UdbApplicationVersionData
- Alle implementierten Schnittstellen:
ApplicationVersionData,org.teamapps.universaldb.pojo.Entity<ApplicationVersionData>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<ApplicationVersionData>
public class UdbApplicationVersionData
extends org.teamapps.universaldb.pojo.AbstractUdbEntity<ApplicationVersionData>
implements ApplicationVersionData
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected 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.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.ApplicationVersionData
FIELD_DATA, FIELD_DATA_ADDED, FIELD_DATA_ADDED_ROWS, FIELD_DATA_REMOVED, FIELD_DATA_REMOVED_ROWS, FIELD_DATA_ROWS, 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<ApplicationVersionData> getAll()static intgetCount()getData()intintintstatic List<ApplicationVersionData> intlongintintlongintlongintintlongintintvoidvoidrestoreDeleted(int userId, long timestamp) save()save(int userId, long timestamp) setDataAdded(String value) setDataAddedRows(int value) setDataRemoved(String value) setDataRemovedRows(int value) setDataRows(int 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<ApplicationVersionData> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) static List<ApplicationVersionData> sort(List<ApplicationVersionData> 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 -
data
protected static org.teamapps.universaldb.index.text.TextIndex data -
dataRows
protected static org.teamapps.universaldb.index.numeric.IntegerIndex dataRows -
dataAdded
protected static org.teamapps.universaldb.index.text.TextIndex dataAdded -
dataAddedRows
protected static org.teamapps.universaldb.index.numeric.IntegerIndex dataAddedRows -
dataRemoved
protected static org.teamapps.universaldb.index.text.TextIndex dataRemoved -
dataRemovedRows
protected static org.teamapps.universaldb.index.numeric.IntegerIndex dataRemovedRows
-
-
Konstruktordetails
-
UdbApplicationVersionData
public UdbApplicationVersionData() -
UdbApplicationVersionData
public UdbApplicationVersionData(int id, boolean createEntity)
-
-
Methodendetails
-
getAll
-
getDeletedRecords
-
sort
public static List<ApplicationVersionData> sort(List<ApplicationVersionData> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
sort
public static List<ApplicationVersionData> 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<ApplicationVersionData>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<ApplicationVersionData>
-
getMetaCreationDate
- Angegeben von:
getMetaCreationDatein SchnittstelleApplicationVersionData
-
setMetaCreationDate
- Angegeben von:
setMetaCreationDatein SchnittstelleApplicationVersionData
-
getMetaCreationDateAsEpochSecond
public int getMetaCreationDateAsEpochSecond()- Angegeben von:
getMetaCreationDateAsEpochSecondin SchnittstelleApplicationVersionData
-
setMetaCreationDateAsEpochSecond
- Angegeben von:
setMetaCreationDateAsEpochSecondin SchnittstelleApplicationVersionData
-
getMetaCreationDateAsEpochMilli
public long getMetaCreationDateAsEpochMilli()- Angegeben von:
getMetaCreationDateAsEpochMilliin SchnittstelleApplicationVersionData
-
setMetaCreationDateAsEpochMilli
- Angegeben von:
setMetaCreationDateAsEpochMilliin SchnittstelleApplicationVersionData
-
getMetaCreatedBy
public int getMetaCreatedBy()- Angegeben von:
getMetaCreatedByin SchnittstelleApplicationVersionData
-
setMetaCreatedBy
- Angegeben von:
setMetaCreatedByin SchnittstelleApplicationVersionData
-
getMetaModificationDate
- Angegeben von:
getMetaModificationDatein SchnittstelleApplicationVersionData
-
setMetaModificationDate
- Angegeben von:
setMetaModificationDatein SchnittstelleApplicationVersionData
-
getMetaModificationDateAsEpochSecond
public int getMetaModificationDateAsEpochSecond()- Angegeben von:
getMetaModificationDateAsEpochSecondin SchnittstelleApplicationVersionData
-
setMetaModificationDateAsEpochSecond
- Angegeben von:
setMetaModificationDateAsEpochSecondin SchnittstelleApplicationVersionData
-
getMetaModificationDateAsEpochMilli
public long getMetaModificationDateAsEpochMilli()- Angegeben von:
getMetaModificationDateAsEpochMilliin SchnittstelleApplicationVersionData
-
setMetaModificationDateAsEpochMilli
- Angegeben von:
setMetaModificationDateAsEpochMilliin SchnittstelleApplicationVersionData
-
getMetaModifiedBy
public int getMetaModifiedBy()- Angegeben von:
getMetaModifiedByin SchnittstelleApplicationVersionData
-
setMetaModifiedBy
- Angegeben von:
setMetaModifiedByin SchnittstelleApplicationVersionData
-
getMetaDeletionDate
- Angegeben von:
getMetaDeletionDatein SchnittstelleApplicationVersionData
-
setMetaDeletionDate
- Angegeben von:
setMetaDeletionDatein SchnittstelleApplicationVersionData
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Angegeben von:
getMetaDeletionDateAsEpochSecondin SchnittstelleApplicationVersionData
-
setMetaDeletionDateAsEpochSecond
- Angegeben von:
setMetaDeletionDateAsEpochSecondin SchnittstelleApplicationVersionData
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Angegeben von:
getMetaDeletionDateAsEpochMilliin SchnittstelleApplicationVersionData
-
setMetaDeletionDateAsEpochMilli
- Angegeben von:
setMetaDeletionDateAsEpochMilliin SchnittstelleApplicationVersionData
-
getMetaDeletedBy
public int getMetaDeletedBy()- Angegeben von:
getMetaDeletedByin SchnittstelleApplicationVersionData
-
setMetaDeletedBy
- Angegeben von:
setMetaDeletedByin SchnittstelleApplicationVersionData
-
getMetaRestoreDate
- Angegeben von:
getMetaRestoreDatein SchnittstelleApplicationVersionData
-
setMetaRestoreDate
- Angegeben von:
setMetaRestoreDatein SchnittstelleApplicationVersionData
-
getMetaRestoreDateAsEpochSecond
public int getMetaRestoreDateAsEpochSecond()- Angegeben von:
getMetaRestoreDateAsEpochSecondin SchnittstelleApplicationVersionData
-
setMetaRestoreDateAsEpochSecond
- Angegeben von:
setMetaRestoreDateAsEpochSecondin SchnittstelleApplicationVersionData
-
getMetaRestoreDateAsEpochMilli
public long getMetaRestoreDateAsEpochMilli()- Angegeben von:
getMetaRestoreDateAsEpochMilliin SchnittstelleApplicationVersionData
-
setMetaRestoreDateAsEpochMilli
- Angegeben von:
setMetaRestoreDateAsEpochMilliin SchnittstelleApplicationVersionData
-
getMetaRestoredBy
public int getMetaRestoredBy()- Angegeben von:
getMetaRestoredByin SchnittstelleApplicationVersionData
-
setMetaRestoredBy
- Angegeben von:
setMetaRestoredByin SchnittstelleApplicationVersionData
-
getData
- Angegeben von:
getDatain SchnittstelleApplicationVersionData
-
setData
- Angegeben von:
setDatain SchnittstelleApplicationVersionData
-
getDataRows
public int getDataRows()- Angegeben von:
getDataRowsin SchnittstelleApplicationVersionData
-
setDataRows
- Angegeben von:
setDataRowsin SchnittstelleApplicationVersionData
-
getDataAdded
- Angegeben von:
getDataAddedin SchnittstelleApplicationVersionData
-
setDataAdded
- Angegeben von:
setDataAddedin SchnittstelleApplicationVersionData
-
getDataAddedRows
public int getDataAddedRows()- Angegeben von:
getDataAddedRowsin SchnittstelleApplicationVersionData
-
setDataAddedRows
- Angegeben von:
setDataAddedRowsin SchnittstelleApplicationVersionData
-
getDataRemoved
- Angegeben von:
getDataRemovedin SchnittstelleApplicationVersionData
-
setDataRemoved
- Angegeben von:
setDataRemovedin SchnittstelleApplicationVersionData
-
getDataRemovedRows
public int getDataRemovedRows()- Angegeben von:
getDataRemovedRowsin SchnittstelleApplicationVersionData
-
setDataRemovedRows
- Angegeben von:
setDataRemovedRowsin SchnittstelleApplicationVersionData
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
delete
public void delete(int userId, long timestamp) - Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
restoreDeleted
public void restoreDeleted(int userId, long timestamp) - Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-