ContactsStoreBase<S extends ContactsServiceAbstract, Q extends QueueServiceAbstract, C extends ContactServiceClient, CH extends SessionContext> class abstract

Mixed-in types
Implementers

Constructors

ContactsStoreBase(S _contactsService, Q _queueService, C _contactStub, CH _gatekeeper)

Properties

contacts ObservableList<ContactWeebi>
getter/setter pair
context ReactiveContext
Override this method to use a custom context.
no setterinherited
generateNextContactId Future<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
initialLoading bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAllContacts(List<ContactWeebi> newContacts) Future<int>
createContact(ContactWeebi data) Future<ContactWeebi>
deleteAllContacts() Future<bool>
deleteContactForever(ContactWeebi data) Future<ObservableList<ContactWeebi>>
init({List<ContactWeebi>? testData}) Future<bool>
loadTasks() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setStub(C contactServiceClient) → void
toString() String
A string representation of this object.
inherited
updateContact(ContactWeebi data) Future<ContactWeebi>
upsertContactsBasedOnId(List<ContactWeebi> data) Future<int>

Operators

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