Subversion Repositories SmartDukaan

Rev

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

Rev 25366 Rev 25383
Line 20... Line 20...
20
 
20
 
21
	public User selectByEmailId(String emailId) throws ProfitMandiBusinessException;
21
	public User selectByEmailId(String emailId) throws ProfitMandiBusinessException;
22
	
22
	
23
	public List<User> selectAllByEmails(List<String> emails,int offset, int limit);
23
	public List<User> selectAllByEmails(List<String> emails,int offset, int limit);
24
 
24
 
-
 
25
	public List<User> selectAllByEmailIds(List<String> emails);
-
 
26
 
25
	public User selectBySecondryEmailId(String emailId) throws ProfitMandiBusinessException;
27
	public User selectBySecondryEmailId(String emailId) throws ProfitMandiBusinessException;
26
 
28
 
27
	public User selectByMobileNumber(String mobileNumber) throws ProfitMandiBusinessException;
29
	public User selectByMobileNumber(String mobileNumber) throws ProfitMandiBusinessException;
28
 
30
 
29
	public User selectByEmailIdOrMobileNumber(String emailIdOrMobileNumber) throws ProfitMandiBusinessException;
31
	public User selectByEmailIdOrMobileNumber(String emailIdOrMobileNumber) throws ProfitMandiBusinessException;