Package org.teamapps.model.system
Schnittstelle SystemStarts
- Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<SystemStarts>,org.teamapps.universaldb.pojo.Identifiable
- Alle bekannten Implementierungsklassen:
UdbSystemStarts
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SystemStartscreate()static SystemStartscreate(int id) static SystemStartsQueryfilter()static List<SystemStarts>getAll()static org.teamapps.universaldb.record.EntityBuilder<SystemStarts>static SystemStartsgetById(int id) static intgetCount()static List<SystemStarts>longintgetType()setTimestamp(Instant value) setTimestampAsEpochMilli(long value) setTimestampAsEpochSecond(int value) static List<SystemStarts>sort(List<SystemStarts> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) Von Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, getEntityValue, getId, getRecordUpdates, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, setEntityValueVon Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Felddetails
-
FIELD_TIMESTAMP
- Siehe auch:
-
FIELD_TYPE
- Siehe auch:
-
-
Methodendetails
-
create
-
create
-
getById
-
getBuilder
-
getTimestamp
Instant getTimestamp() -
setTimestamp
-
getTimestampAsEpochSecond
int getTimestampAsEpochSecond() -
setTimestampAsEpochSecond
-
getTimestampAsEpochMilli
long getTimestampAsEpochMilli() -
setTimestampAsEpochMilli
-
getType
Type getType() -
setType
-
getAll
-
getDeletedRecords
-
sort
static List<SystemStarts> sort(List<SystemStarts> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
static int getCount() -
filter
-