Subversion Repositories SmartDukaan

Rev

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

Rev 35769 Rev 36957
Line 58... Line 58...
58
    List<Lead> selectAllByColorStatusAndBetweenCreatedDateAndAuthIds(List<LeadStatus> status, List<Integer> authIds, List<String> color, LocalDateTime startDate, LocalDateTime endDate);
58
    List<Lead> selectAllByColorStatusAndBetweenCreatedDateAndAuthIds(List<LeadStatus> status, List<Integer> authIds, List<String> color, LocalDateTime startDate, LocalDateTime endDate);
59
 
59
 
60
    public void persistLeadDetail(LeadDetailModel leadDetailModel, AuthUser authUser) throws ProfitMandiBusinessException;
60
    public void persistLeadDetail(LeadDetailModel leadDetailModel, AuthUser authUser) throws ProfitMandiBusinessException;
61
 
61
 
62
    Lead selectByMobileNumber(String mobileNumber);
62
    Lead selectByMobileNumber(String mobileNumber);
-
 
63
 
-
 
64
    Lead selectByMobileNumberAndSource(String mobileNumber, String source);
63
}
65
}