Subversion Repositories SmartDukaan

Rev

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

Rev 36334 Rev 36596
Line 57... Line 57...
57
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId, LocalDate date) throws ProfitMandiBusinessException;
57
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId, LocalDate date) throws ProfitMandiBusinessException;
58
 
58
 
59
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
59
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
60
 
60
 
61
    List<List<String>> getAllCallDataByDate(LocalDate date) throws Exception;
61
    List<List<String>> getAllCallDataByDate(LocalDate date) throws Exception;
-
 
62
 
-
 
63
    List<List<String>> getAllRbmCallTargetRawData() throws Exception;
62
}
64
}