Uses of Class
com.bytedesk.service.quality_plan.QualityPlanEntity
Packages that use QualityPlanEntity
-
Uses of QualityPlanEntity in com.bytedesk.service.quality_plan
Methods in com.bytedesk.service.quality_plan that return QualityPlanEntityModifier and TypeMethodDescriptionprotected QualityPlanEntityQualityPlanRestService.doSave(QualityPlanEntity entity) QualityPlanRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityPlanEntity entity) Methods in com.bytedesk.service.quality_plan that return types with arguments of type QualityPlanEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<QualityPlanEntity>QualityPlanRestService.createSpecification(QualityPlanRequest request) protected org.springframework.data.domain.Page<QualityPlanEntity>QualityPlanRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QualityPlanEntity> spec, org.springframework.data.domain.Pageable pageable) QualityPlanRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) QualityPlanRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) QualityPlanRepository.findByTypeAndOrgUidAndDeletedFalse(String type, String orgUid) Find quality indicators by type and organization 根据类型和组织查找质检指标org.springframework.data.domain.Page<QualityPlanEntity>QualityPlanRestService.queryByOrgEntity(QualityPlanRequest request) static org.springframework.data.jpa.domain.Specification<QualityPlanEntity>QualityPlanSpecification.search(QualityPlanRequest request, AuthService authService) Methods in com.bytedesk.service.quality_plan with parameters of type QualityPlanEntityModifier and TypeMethodDescriptionQualityPlanRestService.convertToExcel(QualityPlanEntity entity) QualityPlanRestService.convertToResponse(QualityPlanEntity entity) protected QualityPlanEntityQualityPlanRestService.doSave(QualityPlanEntity entity) QualityPlanRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityPlanEntity entity) voidQualityPlanEntityListener.onPostPersist(QualityPlanEntity plan) voidQualityPlanEntityListener.onPostUpdate(QualityPlanEntity plan) Method parameters in com.bytedesk.service.quality_plan with type arguments of type QualityPlanEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<QualityPlanEntity>QualityPlanRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QualityPlanEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of QualityPlanEntity in com.bytedesk.service.quality_plan.event
Fields in com.bytedesk.service.quality_plan.event declared as QualityPlanEntityModifier and TypeFieldDescriptionprivate QualityPlanEntityQualityPlanCreateEvent.planprivate QualityPlanEntityQualityPlanDeleteEvent.planprivate QualityPlanEntityQualityPlanUpdateEvent.planConstructors in com.bytedesk.service.quality_plan.event with parameters of type QualityPlanEntityModifierConstructorDescription