Uses of Class
com.maplander.backend.model.report.OfficeReport
Packages that use OfficeReport
Package
Description
-
Uses of OfficeReport in com.maplander.backend.controller.endpoint.report
Methods in com.maplander.backend.controller.endpoint.report that return types with arguments of type OfficeReportModifier and TypeMethodDescriptionOfficeReportEndpoint.getOfficeReport
(Long OfficeId) OfficeReportEndpoint.saveOfficeReport
(OfficeReport officeReport) Methods in com.maplander.backend.controller.endpoint.report with parameters of type OfficeReportModifier and TypeMethodDescriptionOfficeReportEndpoint.saveOfficeReport
(OfficeReport officeReport) -
Uses of OfficeReport in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return types with arguments of type OfficeReportModifier and TypeMethodDescriptionTestEndpoint.sendOfficeReportTest
(long idOficina, String email) -
Uses of OfficeReport in com.maplander.backend.dao.report
Fields in com.maplander.backend.dao.report with type parameters of type OfficeReportMethods in com.maplander.backend.dao.report that return OfficeReportMethods in com.maplander.backend.dao.report that return types with arguments of type OfficeReportMethods in com.maplander.backend.dao.report with parameters of type OfficeReportMethod parameters in com.maplander.backend.dao.report with type arguments of type OfficeReportModifier and TypeMethodDescriptionstatic void
OfficeReportDAO.deleteManys
(List<OfficeReport> officeReportList) -
Uses of OfficeReport in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type OfficeReportModifier and TypeMethodDescriptionstatic void
SendEmail.sendEmailOfficeReport
(String email, OfficeReport officeReport)