Interface UserDao
- All Known Implementing Classes:
DefaultChineseUserDao,DefaultUserDao
public interface UserDao
Dao for
UserModel access.- Since:
- 4.3
- Spring Bean ID:
- userDao
-
Method Summary
Modifier and TypeMethodDescriptionfindUserByUID(String uid) Returns for the givenuidtheUserModel.
-
Method Details
-
findUserByUID
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
-