Uses of Class
com.bytedesk.core.quality.QualityInspectionEntity
Packages that use QualityInspectionEntity
-
Uses of QualityInspectionEntity in com.bytedesk.core.quality
Methods in com.bytedesk.core.quality that return QualityInspectionEntityModifier and TypeMethodDescriptionQualityService.createInspection
(String threadUid, String inspectorUid) QualityServiceImpl.createInspection
(String threadUid, String inspectorUid) QualityService.getInspection
(Long inspectionId) QualityServiceImpl.getInspection
(Long inspectionId) QualityService.updateInspection
(Long inspectionId, QualityInspectionDTO dto) QualityServiceImpl.updateInspection
(Long inspectionId, QualityInspectionDTO dto) Methods in com.bytedesk.core.quality that return types with arguments of type QualityInspectionEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<QualityInspectionEntity>
QualityController.createInspection
(String threadUid, org.springframework.security.core.userdetails.UserDetails userDetails) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityInspectionRepository.findByAgentUid
(String agentUid, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityInspectionRepository.findByInspectorUid
(String inspectorUid, org.springframework.data.domain.Pageable pageable) QualityInspectionRepository.findLowScoreInspections
(Integer threshold) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<QualityInspectionEntity>>
QualityController.getInspections
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityService.getInspections
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityServiceImpl.getInspections
(org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<QualityInspectionEntity>>
QualityController.getInspectionsByAgent
(String agentUid, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityService.getInspectionsByAgent
(String agentUid, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityServiceImpl.getInspectionsByAgent
(String agentUid, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityService.getInspectionsByInspector
(String inspectorUid, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<QualityInspectionEntity>
QualityServiceImpl.getInspectionsByInspector
(String inspectorUid, org.springframework.data.domain.Pageable pageable) QualityService.getLowScoreInspections
(Integer threshold) QualityServiceImpl.getLowScoreInspections
(Integer threshold) org.springframework.http.ResponseEntity<QualityInspectionEntity>
QualityController.updateInspection
(Long inspectionId, @Valid QualityInspectionDTO dto)