AbstractRepositorySingleton class abstract

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cartRepository(String? appId) CartRepository?
flush(String? appId) → void
memberCartRepository(String? appId) MemberCartRepository?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderOverviewRepository(String? appId) OrderOverviewRepository?
orderRepository(String? appId) OrderRepository?
payConfirmationRepository(String? appId) PayConfirmationRepository?
payRepository(String? appId) PayRepository?
productDisplayRepository(String? appId) ProductDisplayRepository?
productRepository(String? appId) ProductRepository?
shopFrontRepository(String? appId) ShopFrontRepository?
shopRepository(String? appId) ShopRepository?
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

collections List<MemberCollectionInfo>
getter/setter pair
singleton AbstractRepositorySingleton
getter/setter pair