Uses of Class
com.maplander.backend.model.report.ModelReport
Packages that use ModelReport
-
Uses of ModelReport in com.maplander.backend.model.report
Methods in com.maplander.backend.model.report that return types with arguments of type ModelReportModifier and TypeMethodDescriptionOfficeReport.getLeadtop3()
OfficeReport.getPropertytop3()
OfficeReport.getUsertop3()
Method parameters in com.maplander.backend.model.report with type arguments of type ModelReportModifier and TypeMethodDescriptionvoid
OfficeReport.setLeadtop3
(List<ModelReport> leadtop3) void
OfficeReport.setPropertytop3
(List<ModelReport> propertytop3) void
OfficeReport.setUsertop3
(List<ModelReport> usertop3) Constructor parameters in com.maplander.backend.model.report with type arguments of type ModelReportModifierConstructorDescriptionOfficeReport
(Long id, int viewProperty, int viewCard, int printProperty, int printCard, int leadTotal, List<ModelReport> usertop3, List<ModelReport> leadtop3, List<ModelReport> propertytop3, int propertyClick, int cardClick, int shareCard, int infoProperty, int shareProperty)