RequestSelectedRows class

This receives a list of water_line_field table entries from the User or Read Server

We return a list of rows from the requested tables.

Inheritance

Properties

abstractFieldWarden AbstractFieldWarden?
getter/setter pair
C_THIS_NAME String
final
defaults ConfigurationNameDefaults
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jsonTools JsonRemoteWaterLineFieldDtoTools
getter/setter pair
localUserDto UserDto?
getter/setter pairinherited
localWardenType WardenType?
getter/setter pairinherited
poolStore MySqlStore
getter/setter pairinherited
remoteDtoList List<RemoteDto>
getter/setter pair
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
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

Methods

endTransaction() Future<void>
inherited
init() Future<void>
override
isEmailFresh(int? userId) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putEntry(int userId, int ts, int version, String? testPassword, String? database, String signature, String? jsonString) Future<String>
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