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 TypeMethodDescriptionprotected TicketAttachmentEntityTicketAttachmentRestService.doSave(TicketAttachmentEntity entity) TicketAttachmentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TicketAttachmentEntity entity) TicketAttachmentRestService.save(TicketAttachmentEntity entity) Methods in com.bytedesk.ticket.attachment that return types with arguments of type TicketAttachmentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TicketAttachmentEntity>TicketAttachmentRestService.createSpecification(TicketAttachmentRequest request) protected org.springframework.data.domain.Page<TicketAttachmentEntity>TicketAttachmentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TicketAttachmentEntity> specification, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.ticket.attachment with parameters of type TicketAttachmentEntityModifier and TypeMethodDescriptionTicketAttachmentRestService.convertToResponse(TicketAttachmentEntity entity) protected TicketAttachmentEntityTicketAttachmentRestService.doSave(TicketAttachmentEntity entity) TicketAttachmentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TicketAttachmentEntity entity) TicketAttachmentRestService.save(TicketAttachmentEntity entity) Method parameters in com.bytedesk.ticket.attachment with type arguments of type TicketAttachmentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TicketAttachmentEntity>TicketAttachmentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TicketAttachmentEntity> specification, org.springframework.data.domain.Pageable pageable) -
Uses of TicketAttachmentEntity in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket with type parameters of type TicketAttachmentEntityModifier and TypeFieldDescriptionprivate Set<TicketAttachmentEntity>TicketEntity.attachmentsAttachments associated with the ticket