LocalDataSource
interface LocalDataSource
Data source interface for managing local storage operations related to JetpackEntity objects.
Functions
Link copied to clipboard
Permanently deletes a jetpack from the database.
Link copied to clipboard
Retrieves a specific jetpack by its ID.
Link copied to clipboard
Retrieves a list of jetpacks for a specific user.
Link copied to clipboard
Gets the most recent lastUpdated timestamp for a specific user's jetpacks.
Link copied to clipboard
Retrieves a list of jetpacks for a specific user that need to be synced.
Link copied to clipboard
Inserts a new jetpack into the database.
Link copied to clipboard
Marks a jetpack as synced.
Link copied to clipboard
Marks a jetpack as deleted.
Link copied to clipboard
Updates an existing jetpack in the database.
Link copied to clipboard
Inserts or updates a jetpack in the database.
Link copied to clipboard
Upserts (insert or update) jetpacks from a remote source.