Subversion Repositories SmartDukaan

Rev

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

Rev 35672 Rev 35730
Line 48... Line 48...
48
 
48
 
49
    List<OutOfSequenceDetailModel> getOutOfSequenceDetails(int authId);
49
    List<OutOfSequenceDetailModel> getOutOfSequenceDetails(int authId);
50
 
50
 
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;
-
 
54
 
53
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
55
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
54
}
56
}