Interface UserDao
-
- All Known Implementing Classes:
DefaultChineseUserDao,DefaultUserDao
public interface UserDaoDao forUserModelaccess.- Since:
- 4.3
- Spring Bean ID:
- userDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserModelfindUserByUID(java.lang.String uid)Returns for the givenuidtheUserModel.
-
-
-
Method Detail
-
findUserByUID
UserModel findUserByUID(java.lang.String uid)
Returns for the givenuidtheUserModel.- Parameters:
uid- the unique identifier of the user- Returns:
nullif for the givenuidnoUserModelwas found.- Throws:
AmbiguousIdentifierException- if more as one User was found for the givenuid
-
-