Subversion Repositories SmartDukaan

Rev

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

Rev 29284 Rev 30441
Line 21... Line 21...
21
 
21
 
22
	public long selectCountAuthUser();
22
	public long selectCountAuthUser();
23
 
23
 
24
	public List<AuthUser> selectAllActiveUser();
24
	public List<AuthUser> selectAllActiveUser();
25
 
25
 
-
 
26
	public List<AuthUser> selectAll();
-
 
27
 
26
	public AuthUser selectById(int id);
28
	public AuthUser selectById(int id);
27
 
29
 
28
	public List<AuthUser> selectAllAuthUserByIds(List<Integer> ids);
30
	public List<AuthUser> selectAllAuthUserByIds(List<Integer> ids);
29
 
31
 
30
	public AuthUser selectByGmailId(String gmailId);
32
	public AuthUser selectByGmailId(String gmailId);