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 QualityFlowEntity
QualityFlowRestService.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 QualityFlowEntity
QualityFlowRestService.doSave
(QualityFlowEntity entity) QualityFlowRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, QualityFlowEntity entity) void
QualityFlowEntityListener.onPostPersist
(QualityFlowEntity tag) void
QualityFlowEntityListener.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 QualityFlowEntity
QualityFlowCreateEvent.tag
private QualityFlowEntity
QualityFlowDeleteEvent.tag
private QualityFlowEntity
QualityFlowUpdateEvent.tag
Constructors in com.bytedesk.service.quality_flow.event with parameters of type QualityFlowEntityModifierConstructorDescription