cz.muni.fi.pclis.service
Interface UserService
- All Known Implementing Classes:
- UserServiceImpl
public interface UserService
User: Ľuboš Pecho
Date: 11.8.2009
Time: 14:29:59
getById
User getById(long id)
searchById
User searchById(long id)
getAll
List<User> getAll()
create
User create(User entity)
update
User update(User entity)
remove
void remove(User entity)
refresh
User refresh(User entity)
getAllAdmins
List<User> getAllAdmins()
searchByUIN
User searchByUIN(String uin)
getByUIN
User getByUIN(String uin)
getAvailableRolesForTerm
List<Role> getAvailableRolesForTerm(User user,
Term term)
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.