SectionRepository class abstract

Inheritance
Implementers

Constructors

SectionRepository()

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

add(SectionModel value) Future<SectionModel>
override
addEntity(String documentID, SectionEntity value) Future<SectionEntity>
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<SectionModel?>
override
delete(SectionModel value) Future<void>
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) SectionEntity?
inherited
get(String? id, {dynamic onError(Exception)?}) Future<SectionModel?>
override
getEntity(String? id, {dynamic onError(Exception)?}) Future<SectionEntity?>
inherited
getSubCollection(String documentId, String name) → dynamic
override
listen(SectionModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<SectionModel?>>
override
listenTo(String documentId, SectionChanged changed, {SectionErrorHandler? errorHandler}) StreamSubscription<SectionModel?>
override
listenWithDetails(SectionModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<SectionModel?>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeStampToString(dynamic timeStamp) String?
override
toString() String
A string representation of this object.
inherited
update(SectionModel value) Future<SectionModel>
override
updateEntity(String documentID, SectionEntity value) Future<SectionEntity>
override
values({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<SectionModel?>>
override
valuesList({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<SectionModel?>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<SectionModel?>>
override
valuesWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<SectionModel?>>
override

Operators

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