Uses of Class
com.bytedesk.kanban.report.ReportEntity
Packages that use ReportEntity
-
Uses of ReportEntity in com.bytedesk.kanban.report
Methods in com.bytedesk.kanban.report that return ReportEntityModifier and TypeMethodDescriptionprotected ReportEntityReportRestService.doSave(ReportEntity entity) ReportRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ReportEntity entity) Methods in com.bytedesk.kanban.report that return types with arguments of type ReportEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ReportEntity>ReportRestService.createSpecification(ReportRequest request) protected org.springframework.data.domain.Page<ReportEntity>ReportRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ReportEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<ReportEntity>ReportSpecification.search(ReportRequest request, AuthService authService) Methods in com.bytedesk.kanban.report with parameters of type ReportEntityModifier and TypeMethodDescriptionReportRestService.convertToResponse(ReportEntity entity) protected ReportEntityReportRestService.doSave(ReportEntity entity) ReportRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ReportEntity entity) voidReportEntityListener.onPostPersist(ReportEntity report) voidReportEntityListener.onPostUpdate(ReportEntity report) Method parameters in com.bytedesk.kanban.report with type arguments of type ReportEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ReportEntity>ReportRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ReportEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ReportEntity in com.bytedesk.kanban.report.event
Fields in com.bytedesk.kanban.report.event declared as ReportEntityModifier and TypeFieldDescriptionprivate ReportEntityReportCreateEvent.reportprivate ReportEntityReportDeleteEvent.reportprivate ReportEntityReportUpdateEvent.reportConstructors in com.bytedesk.kanban.report.event with parameters of type ReportEntityModifierConstructorDescriptionReportCreateEvent(ReportEntity report) ReportDeleteEvent(ReportEntity report) ReportUpdateEvent(ReportEntity report)