Subversion Repositories SmartDukaan

Rev

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

Rev 29425 Rev 29435
Line 29... Line 29...
29
 
29
 
30
	public List<Lead> selectAllByStatusAndUpdatedTimestamp(List<LeadStatus> status, LocalDateTime updatedTimestamp);
30
	public List<Lead> selectAllByStatusAndUpdatedTimestamp(List<LeadStatus> status, LocalDateTime updatedTimestamp);
31
 
31
 
32
	public List<Lead> selectAllByStatus(List<LeadStatus> status, int offset, int limit);
32
	public List<Lead> selectAllByStatus(List<LeadStatus> status, int offset, int limit);
33
 
33
 
34
	List<Lead> selectLeadsScheduledBetweenDate(LocalDateTime startDate, LocalDateTime endDate);
34
	List<Lead> selectLeadsScheduledBetweenDate(List<Integer> fofoIds, LocalDateTime startDate, LocalDateTime endDate);
35
 
35
 
36
	public long selectCountByStatus(List<LeadStatus> status);
36
	public long selectCountByStatus(List<LeadStatus> status);
37
 
37
 
38
	public long getLeadCount(LeadStatus status, String searchTerm);
38
	public long getLeadCount(LeadStatus status, String searchTerm);
39
 
39