AppPolicyRepository class abstract

Inheritance
Implementers

Constructors

AppPolicyRepository()

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

Operators

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