PolicyPresentationCache class

Implemented types

Properties

fullCache Map<String?, PolicyPresentationModel?>
final
hashCode int
The hash code for this object.
no setterinherited
reference PolicyPresentationRepository
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(PolicyPresentationModel value) Future<PolicyPresentationModel>
Add a PolicyPresentationModel to the repository, cached
override
addEntity(String documentID, PolicyPresentationEntity value) Future<PolicyPresentationEntity>
Add a PolicyPresentationEntity to the repository, cached
override
changeValue(String documentId, String fieldName, num changeByThisValue) Future<PolicyPresentationModel>
override
delete(PolicyPresentationModel value) Future<void>
Delete a PolicyPresentationModel from the repository, cached
override
deleteAll() Future<void>
override
flush() → void
override
fromMap(Object? o, {Map<String, String>? newDocumentIds}) PolicyPresentationEntity?
override
get(String? id, {dynamic onError(Exception)?}) Future<PolicyPresentationModel?>
Retrieve a PolicyPresentationModel with it's id, cached
override
getEntity(String? id, {dynamic onError(Exception p1)?}) Future<PolicyPresentationEntity?>
override
getSubCollection(String documentId, String name) → dynamic
override
listen(PolicyPresentationModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<PolicyPresentationModel?>>
override
listenTo(String documentId, PolicyPresentationChanged changed, {PolicyPresentationErrorHandler? errorHandler}) StreamSubscription<PolicyPresentationModel?>
override
listenWithDetails(PolicyPresentationModelTrigger trigger, {String? orderBy, bool? descending, Object? startAfter, int? limit, int? privilegeLevel, EliudQuery? eliudQuery}) StreamSubscription<List<PolicyPresentationModel?>>
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(PolicyPresentationModel value) Future<PolicyPresentationModel>
Update a PolicyPresentationModel
override
updateEntity(String documentID, PolicyPresentationEntity value) Future<PolicyPresentationEntity>
Update a PolicyPresentationEntity in the repository, cached
override
values({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<PolicyPresentationModel?>>
Retrieve list of List<PolicyPresentationModel?>
override
valuesList({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<PolicyPresentationModel?>>
override
valuesListWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Future<List<PolicyPresentationModel?>>
override
valuesWithDetails({String? orderBy, bool? descending, Object? startAfter, int? limit, SetLastDoc? setLastDoc, int? privilegeLevel, EliudQuery? eliudQuery}) Stream<List<PolicyPresentationModel?>>
override

Operators

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