Interface UserDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
findByEmail(String email)
User
findByUserName(String userName)
Collection<GroupAuthority>
loadGroupAuthorities(User u)
Collection<UserGroup>
loadGroups(User user)
-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
-
-
-
Method Detail
-
loadGroupAuthorities
Collection<GroupAuthority> loadGroupAuthorities(User u)
-
loadGroups
Collection<UserGroup> loadGroups(User user)
-
-