Subversion Repositories SmartDukaan

Rev

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

Rev 35852 Rev 36234
Line 44... Line 44...
44
 
44
 
45
    long getRemainingDaysInMonth(LocalDate date);
45
    long getRemainingDaysInMonth(LocalDate date);
46
 
46
 
47
    List<RbmCallTargetModel> getRbmCallTargetModels() throws Exception;
47
    List<RbmCallTargetModel> getRbmCallTargetModels() throws Exception;
48
 
48
 
-
 
49
    List<RbmCallTargetModel> getRbmCallTargetModels(LocalDate queryDate) throws Exception;
-
 
50
 
49
    List<OutOfSequenceDetailModel> getOutOfSequenceDetails(int authId);
51
    List<OutOfSequenceDetailModel> getOutOfSequenceDetails(int authId);
50
 
52
 
51
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId) throws ProfitMandiBusinessException;
53
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId) throws ProfitMandiBusinessException;
52
 
54
 
53
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId, LocalDate date) throws ProfitMandiBusinessException;
55
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId, LocalDate date) throws ProfitMandiBusinessException;