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 ReportEntity
ReportRestService.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 ReportEntity
ReportRestService.doSave
(ReportEntity entity) ReportRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ReportEntity entity) void
ReportEntityListener.onPostPersist
(ReportEntity report) void
ReportEntityListener.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 ReportEntity
ReportCreateEvent.report
private ReportEntity
ReportDeleteEvent.report
private ReportEntity
ReportUpdateEvent.report
Constructors in com.bytedesk.kanban.report.event with parameters of type ReportEntityModifierConstructorDescriptionReportCreateEvent
(ReportEntity report) ReportDeleteEvent
(ReportEntity report) ReportUpdateEvent
(ReportEntity report)