toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.local.dao
/
FolderDao
Folder
Dao
interface
FolderDao
Members
Functions
delete
Folder
Link copied to clipboard
abstract
suspend
fun
deleteFolder
(
folder
:
FolderEntity
)
delete
Folders
By
Account
Link copied to clipboard
abstract
suspend
fun
deleteFoldersByAccount
(
accountId
:
String
)
get
Folder
By
Id
Link copied to clipboard
abstract
suspend
fun
getFolderById
(
folderId
:
String
,
accountId
:
String
)
:
FolderEntity
?
get
Folders
By
Account
Link copied to clipboard
abstract
fun
getFoldersByAccount
(
accountId
:
String
)
:
Flow
<
List
<
FolderEntity
>
>
get
Folders
By
Account
Sync
Link copied to clipboard
abstract
suspend
fun
getFoldersByAccountSync
(
accountId
:
String
)
:
List
<
FolderEntity
>
insert
Folder
Link copied to clipboard
abstract
suspend
fun
insertFolder
(
folder
:
FolderEntity
)
insert
Folders
Link copied to clipboard
abstract
suspend
fun
insertFolders
(
folders
:
List
<
FolderEntity
>
)
update
Folder
Link copied to clipboard
abstract
suspend
fun
updateFolder
(
folder
:
FolderEntity
)