HouseholdOpLogManager class

Inheritance

Constructors

HouseholdOpLogManager(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(HouseholdModel entity, String serverGeneratedId, int rowVersion) HouseholdModel
override
getClientReferenceId(HouseholdModel entity) String
override
getEntries(String clientReferenceId, DataOperation operation) Future<List<OpLogEntry<HouseholdModel>>>
inherited
getNonRecoverableError(HouseholdModel entity) bool?
override
getPendingDownSync(DataModelType type, {required String createdBy}) Future<List<OpLogEntry<HouseholdModel>>>
inherited
getPendingUpSync(DataModelType type, {required String createdBy}) Future<List<OpLogEntry<HouseholdModel>>>
inherited
getRowVersion(HouseholdModel entity) int?
override
getServerGeneratedId(HouseholdModel entity) String?
override
getSyncDownRetryList(String clientReferenceId) Future<List<OpLog>>
inherited
markSyncUp({OpLogEntry<HouseholdModel>? 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