Class BaseRestServiceWithExcel<T,TRequest,TResponse,TExcel>

java.lang.Object
com.bytedesk.core.base.BaseRestService<T,TRequest,TResponse>
com.bytedesk.core.base.BaseRestServiceWithExcel<T,TRequest,TResponse,TExcel>
Direct Known Subclasses:
ActionRestService, ArticleRestService, AutoReplyFixedRestService, AutoReplyKeywordRestService, ChunkRestService, FaqRestService, FileRestService, GroupRestService, IntentionSettingsRestService, InviteSettingsRestService, MemberRestService, MessageLeaveRestService, MessageRatingRestService, MessageRestService, QueueRestService, QuickReplyRestService, RatedownSettingsRestService, RobotMessageRestService, ServiceSettingsRestService, ServiceStatisticRestService, TabooMessageRestService, TabooRestService, TagRestService, TextRestService, ThreadInviteRestService, ThreadRatingRestService, ThreadRestService, ThreadSummaryRestService, ThreadTransferRestService, TicketRestService, TicketStatisticRestService, TransferKeywordRestService, UserRestService, VisitorRatingRestService, WebsiteRestService

public abstract class BaseRestServiceWithExcel<T,TRequest,TResponse,TExcel> extends BaseRestService<T,TRequest,TResponse>
  • Constructor Details

    • BaseRestServiceWithExcel

      public BaseRestServiceWithExcel()
  • Method Details

    • queryByOrgEntity

      public abstract org.springframework.data.domain.Page<T> queryByOrgEntity(TRequest request)
    • convertToExcel

      public abstract TExcel convertToExcel(T entity)