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 TypeMethodDescriptionStatisticReportRestService.recover
(Exception e, StatisticReportEntity entity) 重试失败后的回调方法StatisticReportRestService.save
(StatisticReportEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法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) void
StatisticReportRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, StatisticReportEntity entity) void
StatisticReportEntityListener.onPostPersist
(StatisticReportEntity statistic_report) void
StatisticReportEntityListener.onPostUpdate
(StatisticReportEntity statistic_report) StatisticReportRestService.recover
(Exception e, StatisticReportEntity entity) 重试失败后的回调方法StatisticReportRestService.save
(StatisticReportEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法 -
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)