Uses of Class
com.bytedesk.service.quality_flow.QualityFlowEntity
Packages that use QualityFlowEntity
-
Uses of QualityFlowEntity in com.bytedesk.service.quality_flow
Methods in com.bytedesk.service.quality_flow that return QualityFlowEntityModifier and TypeMethodDescriptionprotected QualityFlowEntityQualityFlowRestService.doSave(QualityFlowEntity entity) QualityFlowRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityFlowEntity entity) Methods in com.bytedesk.service.quality_flow that return types with arguments of type QualityFlowEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<QualityFlowEntity>QualityFlowRestService.createSpecification(QualityFlowRequest request) protected org.springframework.data.domain.Page<QualityFlowEntity>QualityFlowRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QualityFlowEntity> spec, org.springframework.data.domain.Pageable pageable) QualityFlowRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) QualityFlowRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<QualityFlowEntity>QualityFlowSpecification.search(QualityFlowRequest request, AuthService authService) Methods in com.bytedesk.service.quality_flow with parameters of type QualityFlowEntityModifier and TypeMethodDescriptionQualityFlowRestService.convertToExcel(QualityFlowEntity entity) QualityFlowRestService.convertToResponse(QualityFlowEntity entity) protected QualityFlowEntityQualityFlowRestService.doSave(QualityFlowEntity entity) QualityFlowRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityFlowEntity entity) voidQualityFlowEntityListener.onPostPersist(QualityFlowEntity tag) voidQualityFlowEntityListener.onPostUpdate(QualityFlowEntity tag) Method parameters in com.bytedesk.service.quality_flow with type arguments of type QualityFlowEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<QualityFlowEntity>QualityFlowRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QualityFlowEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of QualityFlowEntity in com.bytedesk.service.quality_flow.event
Fields in com.bytedesk.service.quality_flow.event declared as QualityFlowEntityModifier and TypeFieldDescriptionprivate QualityFlowEntityQualityFlowCreateEvent.tagprivate QualityFlowEntityQualityFlowDeleteEvent.tagprivate QualityFlowEntityQualityFlowUpdateEvent.tagConstructors in com.bytedesk.service.quality_flow.event with parameters of type QualityFlowEntityModifierConstructorDescription