Offloading Service Repository Impl
@Singleton
The class that implements the OffloadingServiceRepository interface.
Parameters
offloading Service Dao
The OffloadingServiceDao object that is used to access the database.
Constructors
Functions
Link copied to clipboard
Changes the state of an OffloadingService by using offloadingServiceDao.
Link copied to clipboard
Delete an OffloadingService from the offloadingservices table based on its ID by using offloadingServiceDao.
Link copied to clipboard
Get the stream of all OffloadingServices in the database by using offloadingServiceDao.
Link copied to clipboard
Get the stream of OffloadingServices by serviceId from the database by using offloadingServiceDao.
Link copied to clipboard
Insert a OffloadingService into the database by using offloadingServiceDao.
Link copied to clipboard
Update the given OffloadingService in the database by using offloadingServiceDao.