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