org.zeroexchange.dao.user.reader
Class UserReaderFactoryImpl
java.lang.Object
org.zeroexchange.dao.HibernateSessionHolder
org.zeroexchange.dao.user.reader.UserReaderFactoryImpl
- All Implemented Interfaces:
- UserReaderFactory
public class UserReaderFactoryImpl
- extends HibernateSessionHolder
- implements UserReaderFactory
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserReaderFactoryImpl
public UserReaderFactoryImpl()
getUser
public User getUser(Integer userId)
- Returns the user by it's name.
- Specified by:
getUser
in interface UserReaderFactory
getUsers
public SlicingDataSet<User> getUsers(String query,
User excludedUser)
- Returns users according the query.
- Specified by:
getUsers
in interface UserReaderFactory
Copyright © 2013. All Rights Reserved.