Uses of Class
com.bytedesk.voc.feedback.FeedbackEntity
Packages that use FeedbackEntity
-
Uses of FeedbackEntity in com.bytedesk.voc.feedback
Methods in com.bytedesk.voc.feedback that return FeedbackEntityModifier and TypeMethodDescriptionprotected FeedbackEntityFeedbackRestService.doSave(FeedbackEntity entity) FeedbackRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FeedbackEntity entity) FeedbackEntity.setClosed()FeedbackEntity.setConfirmed()FeedbackEntity.setProcessing()FeedbackEntity.setRead()FeedbackEntity.setRejected()FeedbackEntity.setReplied()FeedbackEntity.setResolved()FeedbackEntity.setSpam()FeedbackEntity.setTransferred()Methods in com.bytedesk.voc.feedback that return types with arguments of type FeedbackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<FeedbackEntity>FeedbackRestService.createSpecification(FeedbackRequest request) protected org.springframework.data.domain.Page<FeedbackEntity>FeedbackRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FeedbackEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<FeedbackEntity>FeedbackSpecification.search(FeedbackRequest request, AuthService authService) Methods in com.bytedesk.voc.feedback with parameters of type FeedbackEntityModifier and TypeMethodDescriptionFeedbackRestService.convertToExcel(FeedbackEntity entity) FeedbackRestService.convertToResponse(FeedbackEntity entity) protected FeedbackEntityFeedbackRestService.doSave(FeedbackEntity entity) FeedbackRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FeedbackEntity entity) voidFeedbackEntityListener.onPostPersist(FeedbackEntity feedback) voidFeedbackEntityListener.onPostUpdate(FeedbackEntity feedback) Method parameters in com.bytedesk.voc.feedback with type arguments of type FeedbackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<FeedbackEntity>FeedbackRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FeedbackEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of FeedbackEntity in com.bytedesk.voc.feedback.event
Fields in com.bytedesk.voc.feedback.event declared as FeedbackEntityModifier and TypeFieldDescriptionprivate FeedbackEntityFeedbackCreateEvent.feedbackprivate FeedbackEntityFeedbackDeleteEvent.feedbackprivate FeedbackEntityFeedbackUpdateEvent.feedbackConstructors in com.bytedesk.voc.feedback.event with parameters of type FeedbackEntityModifierConstructorDescriptionFeedbackCreateEvent(FeedbackEntity feedback) FeedbackDeleteEvent(FeedbackEntity feedback) FeedbackUpdateEvent(FeedbackEntity feedback)