Subversion Repositories SmartDukaan

Rev

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

Rev 24417 Rev 24479
Line 15... Line 15...
15
	AuthUser selectByEmailOrMobile(String emailOrMobile) throws ProfitMandiBusinessException;
15
	AuthUser selectByEmailOrMobile(String emailOrMobile) throws ProfitMandiBusinessException;
16
	public List<AuthUser> selectAll(int offset,int limit);
16
	public List<AuthUser> selectAll(int offset,int limit);
17
	public long selectCountAuthUser();
17
	public long selectCountAuthUser();
18
	public List<AuthUser> selectAll();
18
	public List<AuthUser> selectAll();
19
	public AuthUser selectById(int id);
19
	public AuthUser selectById(int id);
-
 
20
	public AuthUser selectByGmailId(String gmailId);
20
}
21
}