toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.room.attendance
/
AttendanceDao
Attendance
Dao
interface
AttendanceDao
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
attendance
:
AttendanceModel
)
delete
ALl
Link copied to clipboard
abstract
suspend
fun
deleteALl
(
)
delete
From
Subject
Name
Link copied to clipboard
abstract
suspend
fun
deleteFromSubjectName
(
name
:
String
)
get
All
Archive
Attendance
Link copied to clipboard
abstract
fun
getAllArchiveAttendance
(
)
:
Flow
<
List
<
AttendanceModel
>
>
get
All
Attendance
Link copied to clipboard
abstract
suspend
fun
getAllAttendance
(
)
:
List
<
AttendanceModel
>
get
Attendance
Link copied to clipboard
abstract
fun
getAttendance
(
)
:
PagingSource
<
Int
,
AttendanceModel
>
get
Attendance
By
Id
Link copied to clipboard
abstract
suspend
fun
getAttendanceById
(
id
:
Int
)
:
AttendanceModel
?
get
Attendance
Sorted
Link copied to clipboard
abstract
fun
getAttendanceSorted
(
query
:
SupportSQLiteQuery
)
:
PagingSource
<
Int
,
AttendanceModel
>
get
Element
Id
From
Subject
Link copied to clipboard
abstract
suspend
fun
getElementIdFromSubject
(
subjectName
:
String
)
:
Int
?
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
attendance
:
AttendanceModel
)
insert
All
Link copied to clipboard
abstract
suspend
fun
insertAll
(
attendances
:
List
<
AttendanceModel
>
)
update
Link copied to clipboard
abstract
suspend
fun
update
(
attendance
:
AttendanceModel
)