DocumentSqlDao

class DocumentSqlDao(documentQueries: DocumentEntityQueries, storyStepQueries: StoryStepEntityQueries)

Constructors

Link copied to clipboard
constructor(documentQueries: DocumentEntityQueries, storyStepQueries: StoryStepEntityQueries)

Functions

Link copied to clipboard
fun deleteDocumentById(document: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun insertDocument(document: <Error class: unknown class>)
Link copied to clipboard
fun insertDocuments(vararg documents: <Error class: unknown class>)
Link copied to clipboard
fun insertDocumentWithContent(document: <Error class: unknown class>)
Link copied to clipboard
fun insertStoryStep(storyStep: <Error class: unknown class>, position: Long, documentId: String)
Link copied to clipboard
fun loadDocumentsWithContentByUserId(userId: String): List<<Error class: unknown class>>
Link copied to clipboard
fun loadDocumentWithContentById(documentId: String): <Error class: unknown class>?
Link copied to clipboard
fun loadDocumentWithContentByIds(id: List<String>): List<<Error class: unknown class>>