Subversion Repositories SmartDukaan

Rev

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

Rev 34894 Rev 35079
Line 51... Line 51...
51
 
51
 
52
    List<Lead> selectAllByColorStatusAndUpdatedTimestampAndAuthIds(List<LeadStatus> status, List<Integer> authIds, List<String> color, LocalDateTime updatedTimestamp);
52
    List<Lead> selectAllByColorStatusAndUpdatedTimestampAndAuthIds(List<LeadStatus> status, List<Integer> authIds, List<String> color, LocalDateTime updatedTimestamp);
53
 
53
 
54
    public void persistLeadDetail(LeadDetailModel leadDetailModel, AuthUser authUser) throws ProfitMandiBusinessException;
54
    public void persistLeadDetail(LeadDetailModel leadDetailModel, AuthUser authUser) throws ProfitMandiBusinessException;
55
 
55
 
56
    List<Lead> selectByMobileNumber(String mobileNumber);
56
    Lead selectByMobileNumber(String mobileNumber);
57
}
57
}