GetLatestWaterLineFields class

Get the Latest Fields using ChangeSuperType

ChangeSuperType can be :
VOTING (For LIKE/DISLIKE)
NUMERALS (For INCREMENT/DECREMENT)
CHANGES (For NOTIFY)

Response is the water_line_field entries
This is used to update the appropriate table values

VOTING will return the total LIKE/DISLIKE counts
NUMERALS will return the total INCREMENT/DECREMENT counts
CHANGES will return water_line_field entries to indicate that those rows have been updated

Inheritance

Properties

abstractRemoteFieldWarden AbstractRemoteFieldWarden?
getter/setter pair
C_THIS_NAME String
final
changeSuperType ChangeSuperType?
getter/setter pair
defaults ConfigurationNameDefaults
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jsonRemoteWaterLineFieldDtoTools JsonRemoteWaterLineFieldDtoTools
getter/setter pair
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
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
userTools UserTools
getter/setter pairinherited

Methods

endTransaction() Future<void>
inherited
getJsonEntries(int? userId, int? remoteTs, int? changeSuperTypeInt, 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