Uses of Class
com.bytedesk.kbase.auto_reply.keyword.AutoReplyKeywordEntity
Packages that use AutoReplyKeywordEntity
-
Uses of AutoReplyKeywordEntity in com.bytedesk.kbase.auto_reply.keyword
Fields in com.bytedesk.kbase.auto_reply.keyword with type parameters of type AutoReplyKeywordEntityModifier and TypeFieldDescriptionprivate List<AutoReplyKeywordEntity>
AutoReplyKeywordExcelListener.cachedDataList
缓存的数据Methods in com.bytedesk.kbase.auto_reply.keyword that return AutoReplyKeywordEntityModifier and TypeMethodDescriptionAutoReplyKeywordRestService.convertExcelToAutoReplyKeyword
(AutoReplyKeywordExcel excel, String kbUid, String orgUid) protected AutoReplyKeywordEntity
AutoReplyKeywordRestService.doSave
(AutoReplyKeywordEntity entity) AutoReplyKeywordRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AutoReplyKeywordEntity entity) AutoReplyKeywordRestService.save
(AutoReplyKeywordEntity entity) Methods in com.bytedesk.kbase.auto_reply.keyword that return types with arguments of type AutoReplyKeywordEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AutoReplyKeywordEntity>
AutoReplyKeywordRestService.createSpecification
(AutoReplyKeywordRequest request) protected org.springframework.data.domain.Page<AutoReplyKeywordEntity>
AutoReplyKeywordRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AutoReplyKeywordEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<AutoReplyKeywordEntity>
AutoReplyKeywordSpecification.search
(AutoReplyKeywordRequest request, AuthService authService) Methods in com.bytedesk.kbase.auto_reply.keyword with parameters of type AutoReplyKeywordEntityModifier and TypeMethodDescriptionAutoReplyKeywordRestService.convertToExcel
(AutoReplyKeywordEntity entity) AutoReplyKeywordRestService.convertToResponse
(AutoReplyKeywordEntity entity) protected AutoReplyKeywordEntity
AutoReplyKeywordRestService.doSave
(AutoReplyKeywordEntity entity) AutoReplyKeywordRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AutoReplyKeywordEntity entity) AutoReplyKeywordRestService.save
(AutoReplyKeywordEntity entity) Method parameters in com.bytedesk.kbase.auto_reply.keyword with type arguments of type AutoReplyKeywordEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AutoReplyKeywordEntity>
AutoReplyKeywordRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AutoReplyKeywordEntity> spec, org.springframework.data.domain.Pageable pageable) void
AutoReplyKeywordRestService.save
(List<AutoReplyKeywordEntity> keywords)