|
| Future< bool > | isAllOperationsSynced () async |
| Future< bool > | isOperationsSynced (int collectionId) async |
| Future< CollectionStep > | getOperationCurrentStep (int collectionId) async |
| Future< void > | addPendingOperation ({ required int collectionId, required CollectionStep step, required Map< String, dynamic > data, required int operationOrder, }) async |
| Future< void > | syncPendingOperations () async |
| Future< bool > | _processPendingOperation (PendingCollectionOperationIsarModel operation) async |
| Future< bool > | _processStatusUpdate (Map< String, dynamic > data) async |
| Future< bool > | _processValidation (Map< String, dynamic > data) async |
| Future< bool > | _processInformation (Map< String, dynamic > data) async |
| Future< bool > | _processConfirmation (Map< String, dynamic > data) async |
| Future< bool > | _processPayment (Map< String, dynamic > data) async |
| Future< bool > | _processRating (Map< String, dynamic > data) async |
Definition at line 14 of file offline_sync_service.dart.
◆ _processConfirmation()
| Future< bool > OfflineSyncService::_processConfirmation |
( |
Map< String, dynamic > | data | ) |
|
|
inlineprivate |
◆ _processInformation()
| Future< bool > OfflineSyncService::_processInformation |
( |
Map< String, dynamic > | data | ) |
|
|
inlineprivate |
◆ _processPayment()
| Future< bool > OfflineSyncService::_processPayment |
( |
Map< String, dynamic > | data | ) |
|
|
inlineprivate |
◆ _processPendingOperation()
◆ _processRating()
| Future< bool > OfflineSyncService::_processRating |
( |
Map< String, dynamic > | data | ) |
|
|
inlineprivate |
◆ _processStatusUpdate()
| Future< bool > OfflineSyncService::_processStatusUpdate |
( |
Map< String, dynamic > | data | ) |
|
|
inlineprivate |
◆ _processValidation()
| Future< bool > OfflineSyncService::_processValidation |
( |
Map< String, dynamic > | data | ) |
|
|
inlineprivate |
◆ addPendingOperation()
◆ getOperationCurrentStep()
| Future< CollectionStep > OfflineSyncService::getOperationCurrentStep |
( |
int | collectionId | ) |
|
|
inlineprivate |
◆ isAllOperationsSynced()
| Future< bool > OfflineSyncService::isAllOperationsSynced |
( |
| ) |
|
|
inlineprivate |
◆ isOperationsSynced()
| Future< bool > OfflineSyncService::isOperationsSynced |
( |
int | collectionId | ) |
|
|
inlineprivate |
◆ syncPendingOperations()
| Future< void > OfflineSyncService::syncPendingOperations |
( |
| ) |
|
|
inlineprivate |
◆ _localDatabase
◆ _remoteDataSource
The documentation for this class was generated from the following file: