Uses of Interface
org.teamapps.model.system.SystemStarts
| Package | Description |
|---|---|
| org.teamapps.model.system |
-
Uses of SystemStarts in org.teamapps.model.system
Classes in org.teamapps.model.system that implement SystemStarts Modifier and Type Class Description classUdbSystemStartsMethods in org.teamapps.model.system that return SystemStarts Modifier and Type Method Description SystemStartsUdbSystemStarts. build()SystemStartsUdbSystemStarts. build(int id)static SystemStartsSystemStarts. create()static SystemStartsSystemStarts. create(int id)SystemStartsSystemStartsQuery. executeExpectSingleton()static SystemStartsSystemStarts. getById(int id)SystemStartsSystemStarts. setTimestamp(java.time.Instant value)SystemStartsUdbSystemStarts. setTimestamp(java.time.Instant value)SystemStartsSystemStarts. setTimestampAsEpochMilli(long value)SystemStartsUdbSystemStarts. setTimestampAsEpochMilli(long value)SystemStartsSystemStarts. setTimestampAsEpochSecond(int value)SystemStartsUdbSystemStarts. setTimestampAsEpochSecond(int value)SystemStartsSystemStarts. setType(Type value)SystemStartsUdbSystemStarts. setType(Type value)Methods in org.teamapps.model.system that return types with arguments of type SystemStarts Modifier and Type Method Description java.util.List<SystemStarts>SystemStartsQuery. execute()java.util.List<SystemStarts>SystemStartsQuery. execute(int startIndex, int length, org.teamapps.universaldb.query.Sorting sorting)java.util.List<SystemStarts>SystemStartsQuery. execute(java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<SystemStarts>SystemStarts. getAll()static java.util.List<SystemStarts>UdbSystemStarts. getAll()static org.teamapps.universaldb.record.EntityBuilder<SystemStarts>SystemStarts. getBuilder()static java.util.List<SystemStarts>SystemStarts. sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<SystemStarts>UdbSystemStarts. sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<SystemStarts>UdbSystemStarts. sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)Method parameters in org.teamapps.model.system with type arguments of type SystemStarts Modifier and Type Method Description SystemStartsQuerySystemStartsQuery. customFilter(java.util.function.Function<SystemStarts,java.lang.Boolean> customFilter)SystemStartsQueryUdbSystemStartsQuery. customFilter(java.util.function.Function<SystemStarts,java.lang.Boolean> customFilter)static java.util.List<SystemStarts>SystemStarts. sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<SystemStarts>UdbSystemStarts. sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)