Class UserReadServiceImpl

java.lang.Object
ubic.gemma.core.security.authentication.UserReadServiceImpl
All Implemented Interfaces:
UserReadService

@Service("userReadService") public class UserReadServiceImpl extends Object implements UserReadService
Read-only implementation of the UserService read cluster.

Depends only on UserDao and UserGroupDao; orchestrates nothing. All methods are @Transactional(readOnly = true).

Author:
paul
See Also: