Subversion Repositories SmartDukaan

Rev

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

Rev 25139 Rev 25366
Line 17... Line 17...
17
	public void persist(User user);
17
	public void persist(User user);
18
 
18
 
19
	public User selectById(int id) throws ProfitMandiBusinessException;
19
	public User selectById(int id) throws ProfitMandiBusinessException;
20
 
20
 
21
	public User selectByEmailId(String emailId) throws ProfitMandiBusinessException;
21
	public User selectByEmailId(String emailId) throws ProfitMandiBusinessException;
-
 
22
	
-
 
23
	public List<User> selectAllByEmails(List<String> emails,int offset, int limit);
22
 
24
 
23
	public User selectBySecondryEmailId(String emailId) throws ProfitMandiBusinessException;
25
	public User selectBySecondryEmailId(String emailId) throws ProfitMandiBusinessException;
24
 
26
 
25
	public User selectByMobileNumber(String mobileNumber) throws ProfitMandiBusinessException;
27
	public User selectByMobileNumber(String mobileNumber) throws ProfitMandiBusinessException;
26
 
28