Subversion Repositories SmartDukaan

Rev

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

Rev 35730 Rev 35852
Line 51... Line 51...
51
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId) throws ProfitMandiBusinessException;
51
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId) throws ProfitMandiBusinessException;
52
 
52
 
53
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId, LocalDate date) throws ProfitMandiBusinessException;
53
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId, LocalDate date) throws ProfitMandiBusinessException;
54
 
54
 
55
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
55
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
-
 
56
 
-
 
57
    List<List<String>> getAllCallDataByDate(LocalDate date) throws Exception;
56
}
58
}