TimeTableBasicPlatformApi class
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
-
deleteTimeTable(String sdkId, TimeTable timeTable)
→ Future<DocIdentifier>
-
-
deleteTimeTableById(String sdkId, String entityId, String rev)
→ Future<DocIdentifier>
-
-
deleteTimeTables(String sdkId, List<TimeTable> timeTables)
→ Future<List<DocIdentifier>>
-
-
deleteTimeTablesByIds(String sdkId, List<IdWithMandatoryRev> entityIds)
→ Future<List<DocIdentifier>>
-
-
filterTimeTablesBy(String sdkId, BaseFilterOptions<TimeTable> filter)
→ Future<PaginatedListIterator<EncryptedTimeTable>>
-
-
filterTimeTablesBySorted(String sdkId, BaseSortableFilterOptions<TimeTable> filter)
→ Future<PaginatedListIterator<EncryptedTimeTable>>
-
-
getTimeTable(String sdkId, String entityId)
→ Future<EncryptedTimeTable>
-
-
getTimeTables(String sdkId, List<String> timeTableIds)
→ Future<List<EncryptedTimeTable>>
-
-
matchTimeTablesBy(String sdkId, BaseFilterOptions<TimeTable> filter)
→ Future<List<String>>
-
-
matchTimeTablesBySorted(String sdkId, BaseSortableFilterOptions<TimeTable> filter)
→ Future<List<String>>
-
-
modifyTimeTable(String sdkId, EncryptedTimeTable entity)
→ Future<EncryptedTimeTable>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
purgeTimeTable(String sdkId, TimeTable timeTable)
→ Future<void>
-
-
purgeTimeTableById(String sdkId, String id, String rev)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
undeleteTimeTable(String sdkId, TimeTable timeTable)
→ Future<TimeTable>
-
-
undeleteTimeTableById(String sdkId, String id, String rev)
→ Future<EncryptedTimeTable>
-