Subversion Repositories SmartDukaan

Rev

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

Rev 27615 Rev 27642
Line 35... Line 35...
35
	public long selectCountByStatus(List<LeadStatus> status);
35
	public long selectCountByStatus(List<LeadStatus> status);
36
 
36
 
37
	public long getLeadCount(LeadStatus status, String searchTerm);
37
	public long getLeadCount(LeadStatus status, String searchTerm);
38
 
38
 
39
	public List<Lead> selectBySearchTerm(List<LeadStatus> status, String searchTerm, int offset, int limit);
39
	public List<Lead> selectBySearchTerm(List<LeadStatus> status, String searchTerm, int offset, int limit);
-
 
40
 
-
 
41
	public List<Lead> selectAllByColorStatusAndUpdatedTimestamp(List<LeadStatus> status, String color,
-
 
42
			LocalDateTime updatedTimestamp);
40
}
43
}