Package org.teamapps.model.system
Klasse UdbSystemStarts
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<SystemStarts>
org.teamapps.model.system.UdbSystemStarts
- Alle implementierten Schnittstellen:
SystemStarts,org.teamapps.universaldb.pojo.Entity<SystemStarts>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<SystemStarts>
public class UdbSystemStarts
extends org.teamapps.universaldb.pojo.AbstractUdbEntity<SystemStarts>
implements SystemStarts
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected static org.teamapps.universaldb.index.TableIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.ShortIndexVon Schnittstelle geerbte Felder org.teamapps.model.system.SystemStarts
FIELD_TIMESTAMP, FIELD_TYPE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()build(int id) voiddelete()static List<SystemStarts>getAll()static intgetCount()static List<SystemStarts>longintgetType()voidsave()setTimestamp(Instant value) setTimestampAsEpochMilli(long value) setTimestampAsEpochSecond(int value) static List<SystemStarts>sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) static List<SystemStarts>sort(List<SystemStarts> 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, deleteRecord, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getRecordUpdates, getReferenceChangeValue, getShortValue, getTableId, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTranslatableTextValue, hashCode, isChanged, isChanged, isDeleted, isModified, isRestorable, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, restoreDeletedRecord, saveRecord, saveRecord, setBooleanValue, setChangeValue, setDatabase, 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, getEntityValue, getId, getRecordUpdates, 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 -
timestamp
protected static org.teamapps.universaldb.index.numeric.IntegerIndex timestamp -
type
protected static org.teamapps.universaldb.index.numeric.ShortIndex type
-
-
Konstruktordetails
-
UdbSystemStarts
public UdbSystemStarts() -
UdbSystemStarts
public UdbSystemStarts(int id, boolean createEntity)
-
-
Methodendetails
-
getAll
-
getDeletedRecords
-
sort
public static List<SystemStarts> sort(List<SystemStarts> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
sort
public static List<SystemStarts> 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<SystemStarts>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<SystemStarts>
-
getTimestamp
- Angegeben von:
getTimestampin SchnittstelleSystemStarts
-
setTimestamp
- Angegeben von:
setTimestampin SchnittstelleSystemStarts
-
getTimestampAsEpochSecond
public int getTimestampAsEpochSecond()- Angegeben von:
getTimestampAsEpochSecondin SchnittstelleSystemStarts
-
setTimestampAsEpochSecond
- Angegeben von:
setTimestampAsEpochSecondin SchnittstelleSystemStarts
-
getTimestampAsEpochMilli
public long getTimestampAsEpochMilli()- Angegeben von:
getTimestampAsEpochMilliin SchnittstelleSystemStarts
-
setTimestampAsEpochMilli
- Angegeben von:
setTimestampAsEpochMilliin SchnittstelleSystemStarts
-
getType
- Angegeben von:
getTypein SchnittstelleSystemStarts
-
setType
- Angegeben von:
setTypein SchnittstelleSystemStarts
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemStarts>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemStarts>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<SystemStarts>
-