Uses of Class
com.bytedesk.service.statistic_report.StatisticReportEntity
Packages that use StatisticReportEntity
Package
Description
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
-
Uses of StatisticReportEntity in com.bytedesk.service.statistic_report
Methods in com.bytedesk.service.statistic_report that return StatisticReportEntityModifier and TypeMethodDescriptionprotected StatisticReportEntity
StatisticReportRestService.doSave
(StatisticReportEntity entity) StatisticReportRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, StatisticReportEntity entity) StatisticReportRestService.save
(StatisticReportEntity entity) Methods in com.bytedesk.service.statistic_report that return types with arguments of type StatisticReportEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<StatisticReportEntity>
StatisticReportSpecification.search
(StatisticReportRequest request) Methods in com.bytedesk.service.statistic_report with parameters of type StatisticReportEntityModifier and TypeMethodDescriptionStatisticReportRestService.convertToResponse
(StatisticReportEntity entity) protected StatisticReportEntity
StatisticReportRestService.doSave
(StatisticReportEntity entity) StatisticReportRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, StatisticReportEntity entity) void
StatisticReportEntityListener.onPostPersist
(StatisticReportEntity statistic_report) void
StatisticReportEntityListener.onPostUpdate
(StatisticReportEntity statistic_report) StatisticReportRestService.save
(StatisticReportEntity entity) -
Uses of StatisticReportEntity in com.bytedesk.service.statistic_report.event
Fields in com.bytedesk.service.statistic_report.event declared as StatisticReportEntityModifier and TypeFieldDescriptionprivate StatisticReportEntity
StatisticReportCreateEvent.statistic_report
private StatisticReportEntity
StatisticReportDeleteEvent.statistic_report
private StatisticReportEntity
StatisticReportUpdateEvent.statistic_report
Constructors in com.bytedesk.service.statistic_report.event with parameters of type StatisticReportEntityModifierConstructorDescriptionStatisticReportCreateEvent
(StatisticReportEntity statistic_report) StatisticReportDeleteEvent
(StatisticReportEntity statistic_report) StatisticReportUpdateEvent
(StatisticReportEntity statistic_report)