Class SalesReport
java.lang.Object
csce331.group13.project2.backend.SalesReport
Handles collection of sales data from the database
- Author:
- Hussam Makhoul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSalesData(LocalDate start, LocalDate end) Retrieves sales data from the database
-
Constructor Details
-
SalesReport
public SalesReport()
-
-
Method Details
-
getSalesData
-