WaterLineTools class

Properties

defaults ConfigurationNameDefaults
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smd SchemaMetaData
getter/setter pair
smdSys SchemaMetaData
getter/setter pair
wardenFilter WardenFilter?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processWaterLine(WaterLineDto waterLineDto, AbstractTransactionTrDao trDao, DbTransaction transaction, WardenType? localWardenType, UserDto remoteUserDto) Future<RemoteDto>
processWaterLineList(List<WaterLineDto>? waterLineList, WaterLineDao waterLineDao, bool noMoreEntries, WardenType? localWardenType, UserDto remoteUserDto, DbTransaction transaction) Future<List<RemoteDto>>
Processes a list of WaterLineDto entries Uses the water_line table timestamp and table_type to find the entry in the corresponding table and returns a JSONArray of those various table entries
toString() String
A string representation of this object.
inherited

Operators

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