Subversion Repositories SmartDukaan

Rev

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

Rev 24479 Rev 24500
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 List<AuthUser> selectAllAuthUserByIds(List<Integer> ids);
20
	public AuthUser selectByGmailId(String gmailId);
21
	public AuthUser selectByGmailId(String gmailId);
21
}
22
}