Uses of Class
com.bytedesk.ticket.attachment.TicketAttachmentEntity
Packages that use TicketAttachmentEntity
Package
Description
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of TicketAttachmentEntity in com.bytedesk.ticket.attachment
Methods in com.bytedesk.ticket.attachment that return TicketAttachmentEntityModifier and TypeMethodDescriptionTicketAttachmentRestService.save
(TicketAttachmentEntity entity) Methods in com.bytedesk.ticket.attachment that return types with arguments of type TicketAttachmentEntityModifier and TypeMethodDescriptionMethods in com.bytedesk.ticket.attachment with parameters of type TicketAttachmentEntityModifier and TypeMethodDescriptionTicketAttachmentRestService.convertToResponse
(TicketAttachmentEntity entity) void
TicketAttachmentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TicketAttachmentEntity entity) TicketAttachmentRestService.save
(TicketAttachmentEntity entity) -
Uses of TicketAttachmentEntity in com.bytedesk.ticket.comment
Fields in com.bytedesk.ticket.comment with type parameters of type TicketAttachmentEntityModifier and TypeFieldDescriptionprivate List<TicketAttachmentEntity>
TicketCommentEntity.attachments
-
Uses of TicketAttachmentEntity in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket with type parameters of type TicketAttachmentEntityMethods in com.bytedesk.ticket.ticket that return TicketAttachmentEntityModifier and TypeMethodDescriptionTicketRestController.uploadAttachment
(Long id, org.springframework.web.multipart.MultipartFile file) TicketRestService.uploadAttachment
(Long ticketId, org.springframework.web.multipart.MultipartFile file)