|
FreeRDP
|
Public Member Functions | |
| LiveData< List< BookmarkEntity > > | getAllLiveData () |
| List< BookmarkEntity > | getAll () |
| BookmarkEntity | getById (long id) |
| List< BookmarkEntity > | search (String query) |
| LiveData< List< BookmarkEntity > > | searchLive (String query) |
| long | insert (BookmarkEntity entity) |
| void | update (BookmarkEntity entity) |
| void | delete (BookmarkEntity entity) |
| void | deleteById (long id) |
Definition at line 16 of file BookmarkDao.java.