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 QualityAppealEntityQualityAppealRestService.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 QualityAppealEntityQualityAppealRestService.doSave(QualityAppealEntity entity) QualityAppealRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityAppealEntity entity) voidQualityAppealEntityListener.onPostPersist(QualityAppealEntity appeal) voidQualityAppealEntityListener.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 QualityAppealEntityQualityAppealCreateEvent.appealprivate QualityAppealEntityQualityAppealDeleteEvent.appealprivate QualityAppealEntityQualityAppealUpdateEvent.appealConstructors in com.bytedesk.service.quality_appeal.event with parameters of type QualityAppealEntityModifierConstructorDescription