HFReferralOpLogManager class

Inheritance

Constructors

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