Class BaseRestServiceWithExport<T,TRequest extends PageableRequest,TResponse,TExcel>

java.lang.Object
com.bytedesk.core.base.BaseRestService<T,TRequest,TResponse>
com.bytedesk.core.base.BaseRestServiceWithExport<T,TRequest,TResponse,TExcel>
Direct Known Subclasses:
ActionRestService, AgentStatusSettingRestService, AiStatisticRestService, AnnouncementRestService, ArticleRestService, AssetRestService, AutoReplyFixedRestService, AutoReplyKeywordRestService, BlackRestService, BlogRestService, BookingRestService, BrowseRestService, CalendarRestService, CallMrcpRestService, CallStatisticRestService, ChannelAppRestService, ChunkRestService, ComplaintRestService, ConnectionRestService, ConsumerRestService, ContractRestService, CustomerRestService, DocumentRestService, DouyinAppRestService, EmailMessageRestService, EmailRestService, FaqRestService, FeedbackRestService, FileRestService, FormResultRestService, GoodsRestService, GroupRestService, IntentionRestService, IntentionSettingsRestService, InviteSettingsRestService, IpBlackRestService, JanusAudioRestService, JanusVideoRestService, KakaoRestService, KbaseStatisticRestService, LineRestService, MaterialRestService, McpClientRestService, McpServerRestService, MemberRestService, MenuRestService, MessageLeaveRestService, MessageRatingRestService, MessageRestService, MessageTemplateRestService, MetaAppRestService, MomentRestService, NoteRestService, OpenPlatformRestService, OpinionRestService, OrganizationApplyRestService, PromptRestService, QualityAppealRestService, QualityCheckRestService, QualityFlowRestService, QualityPlanRestService, QualityStatisticRestService, QuartzTaskRestService, QueueMemberRestService, QueueRestService, QuickReplyRestService, RatedownSettingsRestService, RecommendationRestService, RelationRestService, RobotMessageRestService, RobotRestService, RoutingQueueRestService, RoutingRuleRestService, ScheduleRestService, ScreenRestService, ServiceStatisticRestService, SettingsRestService, ShopAppRestService, SlackRestService, SmsProviderRestService, SmsRestService, SmsTemplateRestService, StatisticTokenRestService, SubscriptionRestService, TabooMessageRestService, TabooRestService, TagRestService, TaskCommentRestService, TaskListRestService, TaskRestService, TelegramRestService, TextRestService, ThreadEmotionRestService, ThreadIntentionRestService, ThreadInviteRestService, ThreadRatingRestService, ThreadRestService, ThreadSummaryRestService, ThreadTransferRestService, TicketRatingRestService, TicketRestService, TicketSettingsRestService, TicketStatisticRestService, TiktokRestService, TraceRestService, TransferKeywordRestService, TriggerRestService, UserRestService, VisitorRatingRestService, VisitorRestService, VocCommentRestService, WebhookMessageRestService, WebhookRestService, WebpageRestService, WebsiteRestService, WeChatAppRestService, WhatsAppRestService, WorkflowEdgeRestService, WorkflowLogRestService, WorkflowNodeRestService, WorkgroupRoutingRestService, ZaloRestService

public abstract class BaseRestServiceWithExport<T,TRequest extends PageableRequest,TResponse,TExcel> extends BaseRestService<T,TRequest,TResponse>
改进的带Excel导出功能的基础RestService类 继承自BaseRestServiceImproved,增加Excel相关抽象方法
  • Constructor Details

    • BaseRestServiceWithExport

      public BaseRestServiceWithExport()
  • Method Details

    • queryByOrgEntity

      public org.springframework.data.domain.Page<T> queryByOrgEntity(TRequest request)
      查询实体对象(用于Excel导出) 子类必须实现此方法
    • convertToExcel

      public abstract TExcel convertToExcel(T entity)
      转换为Excel对象 子类必须实现此方法