Subversion Repositories SmartDukaan

Rev

Rev 36854 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36854 Rev 36858
Line 9... Line 9...
9
    
9
    
10
    public File generateReport(int userId, String startDate, String endDate) throws Exception;
10
    public File generateReport(int userId, String startDate, String endDate) throws Exception;
11
 
11
 
12
    public File generateRedesignedReport(int userId, String startDate, String endDate) throws Exception;
12
    public File generateRedesignedReport(int userId, String startDate, String endDate) throws Exception;
13
 
13
 
-
 
14
    public void sendRedesignedReportEmails(String startDate, String endDate) throws Exception;
-
 
15
 
14
}
16
}