LocationTrackerOpLogManager class

Inheritance
  • Object
  • OpLogManager<UserActionModel>
  • LocationTrackerOpLogManager

Constructors

LocationTrackerOpLogManager(Isar isar)

Properties

hashCode int
The hash code for this object.
no setterinherited
isar → Isar
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyServerGeneratedIdToEntity(UserActionModel entity, String serverGeneratedId, int rowVersion) → UserActionModel
override
getClientReferenceId(UserActionModel entity) String
override
getEntries(String clientReferenceId, DataOperation operation) Future<List<OpLogEntry<UserActionModel>>>
inherited
getNonRecoverableError(UserActionModel entity) bool?
override
getPendingDownSync(DataModelType type, {required String createdBy}) Future<List<OpLogEntry<UserActionModel>>>
inherited
getPendingUpSync(DataModelType type, {required String createdBy}) Future<List<OpLogEntry<UserActionModel>>>
inherited
getRowVersion(UserActionModel entity) int?
override
getServerGeneratedId(UserActionModel entity) String?
override
getSyncDownRetryList(String clientReferenceId) Future<List<OpLog>>
inherited
markSyncUp({OpLogEntry<UserActionModel>? entry, int? id, String? clientReferenceId, bool? nonRecoverableError}) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(OpLogEntry entry) Future<void>
inherited
toString() String
A string representation of this object.
inherited
updateServerGeneratedIds({required UpdateServerGeneratedIdModel model}) Future<void>
inherited
updateSyncDownRetry(String clientReferenceId) Future<bool>
inherited

Operators

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