GetLatestRows class

Get the latest Rows from the server to send to the user

Inheritance

Properties

C_THIS_NAME String
final
defaults ConfigurationNameDefaults
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localUserDto UserDto?
getter/setter pairinherited
localWardenType WardenType?
getter/setter pairinherited
poolStore MySqlStore
getter/setter pairinherited
remoteUserDto UserDto
getter/setter pairinherited
remoteUserStoreDto UserStoreDto?
getter/setter pairinherited
remoteWardenType WardenType?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverWarden ServerWarden?
getter/setter pair
smd SchemaMetaData
getter/setter pairinherited
smdSys SchemaMetaData
getter/setter pairinherited
testMode bool
getter/setter pairinherited
transaction DbTransaction
getter/setter pairinherited
transactionBegun bool
getter/setter pairinherited
userStoreDao UserStoreDao
getter/setter pair
userTools UserTools
getter/setter pairinherited
waterLineDao WaterLineDao
getter/setter pair
waterLineTools WaterLineTools
getter/setter pair

Methods

endTransaction() Future<void>
inherited
getJsonEntries(int? userId, int? waterLineTs, int? limit, String? signature, int? ts, String? testPassword, String? database) Future<String>
init() Future<void>
override
isEmailFresh(int? userId) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validateRequest(String? testPassword, String? database) Future<void>
inherited
validateServer() Future<void>
inherited
validateUser(int userId) Future<void>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited