Uses of Class
com.bytedesk.service.quality_appeal.QualityAppealEntity
Packages that use QualityAppealEntity
-
Uses of QualityAppealEntity in com.bytedesk.service.quality_appeal
Methods in com.bytedesk.service.quality_appeal that return QualityAppealEntityModifier and TypeMethodDescriptionprotected QualityAppealEntity
QualityAppealRestService.doSave
(QualityAppealEntity entity) QualityAppealRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityAppealEntity entity) Methods in com.bytedesk.service.quality_appeal that return types with arguments of type QualityAppealEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<QualityAppealEntity>
QualityAppealRestService.createSpecification
(QualityAppealRequest request) protected org.springframework.data.domain.Page<QualityAppealEntity>
QualityAppealRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<QualityAppealEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<QualityAppealEntity>
QualityAppealSpecification.search
(QualityAppealRequest request, AuthService authService) Methods in com.bytedesk.service.quality_appeal with parameters of type QualityAppealEntityModifier and TypeMethodDescriptionQualityAppealRestService.convertToExcel
(QualityAppealEntity entity) QualityAppealRestService.convertToResponse
(QualityAppealEntity entity) protected QualityAppealEntity
QualityAppealRestService.doSave
(QualityAppealEntity entity) QualityAppealRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityAppealEntity entity) void
QualityAppealEntityListener.onPostPersist
(QualityAppealEntity appeal) void
QualityAppealEntityListener.onPostUpdate
(QualityAppealEntity appeal) Method parameters in com.bytedesk.service.quality_appeal with type arguments of type QualityAppealEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<QualityAppealEntity>
QualityAppealRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<QualityAppealEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of QualityAppealEntity in com.bytedesk.service.quality_appeal.event
Fields in com.bytedesk.service.quality_appeal.event declared as QualityAppealEntityModifier and TypeFieldDescriptionprivate QualityAppealEntity
QualityAppealCreateEvent.appeal
private QualityAppealEntity
QualityAppealDeleteEvent.appeal
private QualityAppealEntity
QualityAppealUpdateEvent.appeal
Constructors in com.bytedesk.service.quality_appeal.event with parameters of type QualityAppealEntityModifierConstructorDescription