Package org.teamapps.model.controlcenter
Class UdbApplicationVersionData
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<ApplicationVersionData>
org.teamapps.model.controlcenter.UdbApplicationVersionData
- All Implemented Interfaces:
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
-
Field Summary
Fields Modifier and Type Field Description protected static org.teamapps.universaldb.index.text.TextIndexdataprotected static org.teamapps.universaldb.index.text.TextIndexdataAddedprotected static org.teamapps.universaldb.index.numeric.IntegerIndexdataAddedRowsprotected static org.teamapps.universaldb.index.text.TextIndexdataRemovedprotected static org.teamapps.universaldb.index.numeric.IntegerIndexdataRemovedRowsprotected static org.teamapps.universaldb.index.numeric.IntegerIndexdataRowsprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaCreatedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaCreationDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaDeletedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaDeletionDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaModificationDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaModifiedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaRestoreDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaRestoredByprotected static org.teamapps.universaldb.index.TableIndextableFields inherited from interface 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 -
Constructor Summary
Constructors Constructor Description UdbApplicationVersionData()UdbApplicationVersionData(int id, boolean createEntity) -
Method Summary
Methods inherited from class org.teamapps.universaldb.pojo.AbstractUdbEntity
addMultiReferenceValue, clearChanges, createEntityList, createEntityList, createEntityList, deleteRecord, deleteRecord, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityId, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getReferenceChangeValue, getShortValue, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTransaction, getTranslatableTextValue, hashCode, isChanged, isDeleted, isModified, isRestorable, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, restoreDeletedRecord, saveAsynchronously, 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, save, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
table
protected static org.teamapps.universaldb.index.TableIndex table -
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
-
-
Constructor Details
-
UdbApplicationVersionData
public UdbApplicationVersionData() -
UdbApplicationVersionData
public UdbApplicationVersionData(int id, boolean createEntity)
-
-
Method Details
-
getAll
-
getDeletedRecords
-
sort
public static java.util.List<ApplicationVersionData> sort(java.util.List<ApplicationVersionData> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
sort
public static java.util.List<ApplicationVersionData> sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
public static int getCount() -
build
- Specified by:
buildin interfaceorg.teamapps.universaldb.record.EntityBuilder<ApplicationVersionData>
-
build
- Specified by:
buildin interfaceorg.teamapps.universaldb.record.EntityBuilder<ApplicationVersionData>
-
getMetaCreationDate
public java.time.Instant getMetaCreationDate()- Specified by:
getMetaCreationDatein interfaceApplicationVersionData
-
setMetaCreationDate
- Specified by:
setMetaCreationDatein interfaceApplicationVersionData
-
getMetaCreationDateAsEpochSecond
public int getMetaCreationDateAsEpochSecond()- Specified by:
getMetaCreationDateAsEpochSecondin interfaceApplicationVersionData
-
setMetaCreationDateAsEpochSecond
- Specified by:
setMetaCreationDateAsEpochSecondin interfaceApplicationVersionData
-
getMetaCreationDateAsEpochMilli
public long getMetaCreationDateAsEpochMilli()- Specified by:
getMetaCreationDateAsEpochMilliin interfaceApplicationVersionData
-
setMetaCreationDateAsEpochMilli
- Specified by:
setMetaCreationDateAsEpochMilliin interfaceApplicationVersionData
-
getMetaCreatedBy
public int getMetaCreatedBy()- Specified by:
getMetaCreatedByin interfaceApplicationVersionData
-
setMetaCreatedBy
- Specified by:
setMetaCreatedByin interfaceApplicationVersionData
-
getMetaModificationDate
public java.time.Instant getMetaModificationDate()- Specified by:
getMetaModificationDatein interfaceApplicationVersionData
-
setMetaModificationDate
- Specified by:
setMetaModificationDatein interfaceApplicationVersionData
-
getMetaModificationDateAsEpochSecond
public int getMetaModificationDateAsEpochSecond()- Specified by:
getMetaModificationDateAsEpochSecondin interfaceApplicationVersionData
-
setMetaModificationDateAsEpochSecond
- Specified by:
setMetaModificationDateAsEpochSecondin interfaceApplicationVersionData
-
getMetaModificationDateAsEpochMilli
public long getMetaModificationDateAsEpochMilli()- Specified by:
getMetaModificationDateAsEpochMilliin interfaceApplicationVersionData
-
setMetaModificationDateAsEpochMilli
- Specified by:
setMetaModificationDateAsEpochMilliin interfaceApplicationVersionData
-
getMetaModifiedBy
public int getMetaModifiedBy()- Specified by:
getMetaModifiedByin interfaceApplicationVersionData
-
setMetaModifiedBy
- Specified by:
setMetaModifiedByin interfaceApplicationVersionData
-
getMetaDeletionDate
public java.time.Instant getMetaDeletionDate()- Specified by:
getMetaDeletionDatein interfaceApplicationVersionData
-
setMetaDeletionDate
- Specified by:
setMetaDeletionDatein interfaceApplicationVersionData
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Specified by:
getMetaDeletionDateAsEpochSecondin interfaceApplicationVersionData
-
setMetaDeletionDateAsEpochSecond
- Specified by:
setMetaDeletionDateAsEpochSecondin interfaceApplicationVersionData
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Specified by:
getMetaDeletionDateAsEpochMilliin interfaceApplicationVersionData
-
setMetaDeletionDateAsEpochMilli
- Specified by:
setMetaDeletionDateAsEpochMilliin interfaceApplicationVersionData
-
getMetaDeletedBy
public int getMetaDeletedBy()- Specified by:
getMetaDeletedByin interfaceApplicationVersionData
-
setMetaDeletedBy
- Specified by:
setMetaDeletedByin interfaceApplicationVersionData
-
getMetaRestoreDate
public java.time.Instant getMetaRestoreDate()- Specified by:
getMetaRestoreDatein interfaceApplicationVersionData
-
setMetaRestoreDate
- Specified by:
setMetaRestoreDatein interfaceApplicationVersionData
-
getMetaRestoreDateAsEpochSecond
public int getMetaRestoreDateAsEpochSecond()- Specified by:
getMetaRestoreDateAsEpochSecondin interfaceApplicationVersionData
-
setMetaRestoreDateAsEpochSecond
- Specified by:
setMetaRestoreDateAsEpochSecondin interfaceApplicationVersionData
-
getMetaRestoreDateAsEpochMilli
public long getMetaRestoreDateAsEpochMilli()- Specified by:
getMetaRestoreDateAsEpochMilliin interfaceApplicationVersionData
-
setMetaRestoreDateAsEpochMilli
- Specified by:
setMetaRestoreDateAsEpochMilliin interfaceApplicationVersionData
-
getMetaRestoredBy
public int getMetaRestoredBy()- Specified by:
getMetaRestoredByin interfaceApplicationVersionData
-
setMetaRestoredBy
- Specified by:
setMetaRestoredByin interfaceApplicationVersionData
-
getData
public java.lang.String getData()- Specified by:
getDatain interfaceApplicationVersionData
-
setData
- Specified by:
setDatain interfaceApplicationVersionData
-
getDataRows
public int getDataRows()- Specified by:
getDataRowsin interfaceApplicationVersionData
-
setDataRows
- Specified by:
setDataRowsin interfaceApplicationVersionData
-
getDataAdded
public java.lang.String getDataAdded()- Specified by:
getDataAddedin interfaceApplicationVersionData
-
setDataAdded
- Specified by:
setDataAddedin interfaceApplicationVersionData
-
getDataAddedRows
public int getDataAddedRows()- Specified by:
getDataAddedRowsin interfaceApplicationVersionData
-
setDataAddedRows
- Specified by:
setDataAddedRowsin interfaceApplicationVersionData
-
getDataRemoved
public java.lang.String getDataRemoved()- Specified by:
getDataRemovedin interfaceApplicationVersionData
-
setDataRemoved
- Specified by:
setDataRemovedin interfaceApplicationVersionData
-
getDataRemovedRows
public int getDataRemovedRows()- Specified by:
getDataRemovedRowsin interfaceApplicationVersionData
-
setDataRemovedRows
- Specified by:
setDataRemovedRowsin interfaceApplicationVersionData
-
save
public UdbApplicationVersionData save(org.teamapps.universaldb.transaction.Transaction transaction, boolean strictChangeVerification)- Specified by:
savein interfaceorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
saveTransactional
- Specified by:
saveTransactionalin interfaceorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
save
- Specified by:
savein interfaceorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
delete
public void delete(org.teamapps.universaldb.transaction.Transaction transaction)- Specified by:
deletein interfaceorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
delete
public void delete()- Specified by:
deletein interfaceorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-
restoreDeleted
public void restoreDeleted()- Specified by:
restoreDeletedin interfaceorg.teamapps.universaldb.pojo.Entity<ApplicationVersionData>
-