HFReferralLocalRepository class
- Inheritance
-
- Object
- DataRepository<
HFReferralModel, HFReferralSearchModel> - LocalRepository<
HFReferralModel, HFReferralSearchModel> - HFReferralLocalRepository
Constructors
-
HFReferralLocalRepository(LocalSqlDataStore sql, OpLogManager<
HFReferralModel> opLogManager)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
opLogManager
→ OpLogManager<
HFReferralModel> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sql → LocalSqlDataStore
-
finalinherited
- type → DataModelType
-
The
type
getter returns the type of the data model.no setteroverride
Methods
-
bulkCreate(
List< HFReferralModel> entities) → FutureOr<void> -
override
-
create(
HFReferralModel entity, {bool createOpLog = true, DataOperation dataOperation = DataOperation.create}) → FutureOr< void> -
The
create
method creates a new entity.override -
createOplogEntry(
HFReferralModel entity, DataOperation operation) → FutureOr< void> -
inherited
-
delete(
HFReferralModel entity, {bool createOpLog = true}) → FutureOr< void> -
The
delete
method deletes an existing entity.inherited -
getItemsToBeSyncedDown(
String createdBy) → Future< List< OpLogEntry< >HFReferralModel> > -
inherited
-
getItemsToBeSyncedUp(
String createdBy) → Future< List< OpLogEntry< >HFReferralModel> > -
inherited
-
markSyncedUp(
{OpLogEntry< HFReferralModel> ? entry, String? clientReferenceId, int? id, bool? nonRecoverableError}) → FutureOr<void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
HFReferralSearchModel query, [String? userId]) → FutureOr< List< HFReferralModel> > -
The
search
method searches for entities that match the given query.override -
toString(
) → String -
A string representation of this object.
inherited
-
update(
HFReferralModel entity, {bool createOpLog = true}) → FutureOr< void> -
The
update
method updates an existing entity.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited