Subversion Repositories SmartDukaan

Rev

Rev 34835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34835 Rev 36854
Line 6... Line 6...
6
 
6
 
7
@Service
7
@Service
8
public interface LocationTrackingService {
8
public interface LocationTrackingService {
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
 
-
 
12
    public File generateRedesignedReport(int userId, String startDate, String endDate) throws Exception;
11
    
13
 
12
}
14
}