Package info.mikethomas.fahweb.service
Class UserService
- java.lang.Object
-
- info.mikethomas.fahweb.service.UserService
-
public class UserService extends Object
UserService class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description UserService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUser(User user)
addUser.List<User>
listUser(int firstResult, int maxResults)
listUser.void
setUserDao(UserDao userDao)
Setter for the fielduserDao
.
-