Package org.teamapps.model.system
Interface SystemStarts
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<SystemStarts>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbSystemStarts
public interface SystemStarts extends org.teamapps.universaldb.pojo.Entity<SystemStarts>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_TIMESTAMPstatic java.lang.StringFIELD_TYPE -
Method Summary
Modifier and Type Method Description static SystemStartscreate()static SystemStartscreate(int id)static SystemStartsQueryfilter()static java.util.List<SystemStarts>getAll()static org.teamapps.universaldb.record.EntityBuilder<SystemStarts>getBuilder()static SystemStartsgetById(int id)static intgetCount()static java.util.List<SystemStarts>getDeletedRecords()java.time.InstantgetTimestamp()longgetTimestampAsEpochMilli()intgetTimestampAsEpochSecond()TypegetType()SystemStartssetTimestamp(java.time.Instant value)SystemStartssetTimestampAsEpochMilli(long value)SystemStartssetTimestampAsEpochSecond(int value)SystemStartssetType(Type value)static java.util.List<SystemStarts>sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_TIMESTAMP
static final java.lang.String FIELD_TIMESTAMP- See Also:
- Constant Field Values
-
FIELD_TYPE
static final java.lang.String FIELD_TYPE- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getTimestamp
java.time.Instant getTimestamp() -
setTimestamp
-
getTimestampAsEpochSecond
int getTimestampAsEpochSecond() -
setTimestampAsEpochSecond
-
getTimestampAsEpochMilli
long getTimestampAsEpochMilli() -
setTimestampAsEpochMilli
-
getType
Type getType() -
setType
-
getAll
-
getDeletedRecords
-
sort
static java.util.List<SystemStarts> sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-