Subversion Repositories SmartDukaan

Rev

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

Rev 25570 Rev 28769
Line 27... Line 27...
27
 
27
 
28
	public List<AuthUser> selectAllAuthUserByIds(List<Integer> ids);
28
	public List<AuthUser> selectAllAuthUserByIds(List<Integer> ids);
29
 
29
 
30
	public AuthUser selectByGmailId(String gmailId);
30
	public AuthUser selectByGmailId(String gmailId);
31
 
31
 
-
 
32
	List<AuthUser> selectHOUsers();
-
 
33
 
32
}
34
}