BoutiqueStore class
- Inheritance
-
- Object
- BoutiqueStoreBase<
BoutiqueServiceAbstract, QueueServiceAbstract, FenceServiceClient, SessionContext> - BoutiqueStore
Constructors
- BoutiqueStore(BoutiqueServiceAbstract _boutiqueService, QueueServiceAbstract _queueService, FenceServiceClient _fenceStub, SessionContext _gatekeeper)
Properties
-
boutiques
↔ ObservableList<
BoutiqueWeebi> -
getter/setter pairinherited
- 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 pairinherited
- myBoutique → BoutiqueWeebi
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createBoutique(
BoutiqueWeebi boutiqueData) → Future< BoutiqueWeebi> -
inherited
-
deleteBoutique(
BoutiqueWeebi data) → Future< BoutiqueWeebi> -
not used by weebi_app yet, but will be handy for weebi web
inherited
-
init(
) → Future< bool> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setStub(
FenceServiceClient fenceServiceClient) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateBoutique(
BoutiqueWeebi boutiqueData, {bool? isCallingCloud}) → Future< BoutiqueWeebi> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited