SubscriptionDao

@Repository
class SubscriptionDao(dslContext: DSLContext)

Constructors

Link copied to clipboard
constructor(dslContext: DSLContext)

Types

Functions

Link copied to clipboard
Link copied to clipboard

key: workbookId value: workbook 구독 전체 기록 수

Link copied to clipboard
fun countAllWorkbookSubscriptionQuery(): <Error class: unknown class>
Link copied to clipboard
fun countWorkbookMappedArticlesQuery(query: CountWorkbookMappedArticlesQuery): <Error class: unknown class>
Link copied to clipboard
fun getLock(memberId: Long, workbookId: Long, timeout: Int = 5): Boolean
Link copied to clipboard
fun insertWorkbookSubscriptionCommand(command: InsertWorkbookSubscriptionCommand): <Error class: unknown class>
Link copied to clipboard
fun releaseLock(memberId: Long, workbookId: Long): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun selectSubscriptionTimeRecordQuery(query: SelectSubscriptionQuery): <Error class: unknown class>
Link copied to clipboard
fun updateArticleProgressCommand(command: UpdateArticleProgressCommand): <Error class: unknown class>
Link copied to clipboard
fun updateLastArticleProgressCommand(command: UpdateLastArticleProgressCommand): <Error class: unknown class>