BoutiqueStoreBase<S extends BoutiqueServiceAbstract, Q extends QueueServiceAbstract, P extends FenceServiceClient, CH extends SessionContext> class abstract

Mixed-in types
Implementers

Constructors

BoutiqueStoreBase(S _boutiqueService, Q _queueService, P _fenceStub, CH _gatekeeper)

Properties

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

Methods

createBoutique(BoutiqueWeebi boutiqueData) Future<BoutiqueWeebi>
deleteBoutique(BoutiqueWeebi data) Future<BoutiqueWeebi>
not used by weebi_app yet, but will be handy for weebi web
init() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setStub(P fenceServiceClient) → void
toString() String
A string representation of this object.
inherited
updateBoutique(BoutiqueWeebi boutiqueData, {bool? isCallingCloud}) Future<BoutiqueWeebi>

Operators

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