Package-level declarations

Types

Link copied to clipboard
data class ArticleInfo(val articleId: Long)
Link copied to clipboard
@Component
class BrowseSubscribeWorkbooksUseCase(subscriptionDao: SubscriptionDao, subscriptionArticleService: SubscriptionArticleService, subscriptionWorkbookService: SubscriptionWorkbookService, objectMapper: ObjectMapper)
Link copied to clipboard
@Component
class SubscribeWorkbookUseCase(subscriptionDao: SubscriptionDao, applicationEventPublisher: ApplicationEventPublisher)
Link copied to clipboard
@Component
class UnsubscribeAllUseCase(subscriptionDao: SubscriptionDao)
Link copied to clipboard
@Component
class UnsubscribeWorkbookUseCase(subscriptionDao: SubscriptionDao)
Link copied to clipboard
@Component
class UpdateSubscriptionDayUseCase(subscriptionDao: SubscriptionDao)
Link copied to clipboard
@Component
class UpdateSubscriptionTimeUseCase(subscriptionDao: SubscriptionDao)
Link copied to clipboard
data class WorkbookInfo(val id: Long, val title: String)