org.zeroexchange.dao.user.reader
Interface UserReaderFactory

All Known Implementing Classes:
UserReaderFactoryImpl

public interface UserReaderFactory

Interface for readers of users of different types.

Author:
black

Method Summary
 User getUser(Integer userId)
          Returns the user by it's name.
 SlicingDataSet<User> getUsers(String query, User excludedUser)
          Returns users according the query.
 

Method Detail

getUser

User getUser(Integer userId)
Returns the user by it's name.


getUsers

SlicingDataSet<User> getUsers(String query,
                              User excludedUser)
Returns users according the query.



Copyright © 2013. All Rights Reserved.