DecoratedContentRepository class abstract

Inheritance
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

add(DecoratedContentModel value) Future<DecoratedContentModel>
override
addEntity(String documentID, DecoratedContentEntity value) Future<DecoratedContentEntity>
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<DecoratedContentModel?>
override
delete(DecoratedContentModel value) Future<void>
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) DecoratedContentEntity?
inherited
get(String? id, {dynamic onError(Exception)?}) Future<DecoratedContentModel?>
override
getEntity(String? id, {dynamic onError(Exception)?}) Future<DecoratedContentEntity?>
inherited
getSubCollection(String documentId, String name) → dynamic
override
listen(DecoratedContentModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<DecoratedContentModel?>>
override
listenTo(String documentId, DecoratedContentChanged changed, {DecoratedContentErrorHandler? errorHandler}) StreamSubscription<DecoratedContentModel?>
override
listenWithDetails(DecoratedContentModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<DecoratedContentModel?>>
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(DecoratedContentModel value) Future<DecoratedContentModel>
override
updateEntity(String documentID, DecoratedContentEntity value) Future<DecoratedContentEntity>
override
values({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<DecoratedContentModel?>>
override
valuesList({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<DecoratedContentModel?>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<DecoratedContentModel?>>
override
valuesWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<DecoratedContentModel?>>
override

Operators

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