Uses of Class
io.meeds.tenant.hub.model.HubReportLocalStatus
Packages that use HubReportLocalStatus
-
Uses of HubReportLocalStatus in io.meeds.tenant.hub.rest
Methods in io.meeds.tenant.hub.rest that return HubReportLocalStatusModifier and TypeMethodDescriptionHubReportController.getReport(long periodId, boolean refresh) HubReportController.sendReport(long periodId) Methods in io.meeds.tenant.hub.rest that return types with arguments of type HubReportLocalStatusModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<HubReportLocalStatus>> HubReportController.getReports(jakarta.servlet.http.HttpServletRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<HubReportLocalStatus> assembler) Method parameters in io.meeds.tenant.hub.rest with type arguments of type HubReportLocalStatusModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<HubReportLocalStatus>> HubReportController.getReports(jakarta.servlet.http.HttpServletRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<HubReportLocalStatus> assembler) -
Uses of HubReportLocalStatus in io.meeds.tenant.hub.service
Methods in io.meeds.tenant.hub.service that return HubReportLocalStatusModifier and TypeMethodDescriptionHubReportService.getReport(long periodId, boolean refresh) HubReportService.sendReport(long periodId) HubReportService.sendReport(io.meeds.wallet.model.RewardReport rewardReport) Methods in io.meeds.tenant.hub.service that return types with arguments of type HubReportLocalStatusModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<HubReportLocalStatus> HubReportService.getReports(org.springframework.data.domain.Pageable pageable) -
Uses of HubReportLocalStatus in io.meeds.tenant.hub.utils
Methods in io.meeds.tenant.hub.utils that return HubReportLocalStatusModifier and TypeMethodDescriptionstatic HubReportLocalStatusEntityMapper.toHubLocalReport(io.meeds.wom.api.model.HubReportPayload reportData, long periodId, long reportId, boolean canRefresh, boolean canSend, HubReportStatusType statusType, String errorMessageKey) static HubReportLocalStatusEntityMapper.toHubLocalReport(io.meeds.wom.api.model.HubReport report, long id, boolean canRefresh, boolean canSend, HubReportStatusType status, String error)