Package-level declarations

Types

Link copied to clipboard
@Component
class AddArticleUseCase(articleDao: ArticleDao, memberDao: MemberDao, problemDao: ProblemDao, documentDao: DocumentDao, articleViewCountDao: ArticleViewCountDao, convertDocumentService: ConvertDocumentService, putDocumentService: PutDocumentProvider, getUrlService: GetUrlService, adminArticleMainCardService: AdminArticleMainCardService)
Link copied to clipboard
@Component
class AddWorkbookUseCase(workbookDao: WorkbookDao)
Link copied to clipboard
@Component
class ConvertContentUseCase(documentDao: DocumentDao, convertDocumentService: ConvertDocumentService, putDocumentService: PutDocumentProvider, getUrlService: GetUrlService)
Link copied to clipboard
@Component
class MapArticleUseCase(workbookDao: WorkbookDao, adminArticleMainCardService: AdminArticleMainCardService)
Link copied to clipboard
@Component
class PutImageUseCase(imageDao: ImageDao, putImageService: PutImageProvider, getUrlService: GetUrlService)