Package com.bytedesk.core.base
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TExcel
convertToExcel
(T entity) abstract org.springframework.data.domain.Page<T>
queryByOrgEntity
(TRequest request) Methods inherited from class com.bytedesk.core.base.BaseRestService
convertToResponse, create, delete, deleteByUid, doSave, findByUid, getUidFromRequest, handleOptimisticLockingFailureException, queryByOrg, queryByUid, queryByUser, recover, save, update
-
Constructor Details
-
BaseRestServiceWithExcel
public BaseRestServiceWithExcel()
-
-
Method Details
-
queryByOrgEntity
-
convertToExcel
-