AbstractEntries class abstract

Implementers

Constructors

AbstractEntries(SchemaMetaData smd)

Properties

hashCode int
The hash code for this object.
no setterinherited
localUserDto UserDto?
getter/setter pair
localWardenType WardenType?
getter/setter pair
poolStore MySqlStore
getter/setter pair
remoteUserDto UserDto
getter/setter pair
remoteUserStoreDto UserStoreDto?
getter/setter pair
remoteWardenType WardenType?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smd SchemaMetaData
getter/setter pair
smdSys SchemaMetaData
getter/setter pair
testMode bool
getter/setter pair
transaction DbTransaction
getter/setter pair
transactionBegun bool
getter/setter pair
userTools UserTools
getter/setter pair

Methods

endTransaction() Future<void>
init() Future<void>
isEmailFresh(int? userId) bool
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>
validateServer() Future<void>
validateUser(int userId) Future<void>

Operators

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

Static Properties

C_MINIMUM_VERSION int
final
C_TEST_PASSWORD String
final