Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JPA support of AdminUserService.getAll method #586

Closed
skabashnyuk opened this issue Aug 16, 2016 · 0 comments
Closed

JPA support of AdminUserService.getAll method #586

skabashnyuk opened this issue Aug 16, 2016 · 0 comments

Comments

@skabashnyuk
Copy link
Contributor

We need.

  1. Move method 'Page getAll(int maxItems, int skipCount) throws ServerException;' from AdminUserDao to UserDao.
  2. add 'Page getAll(int maxItems, int skipCount) throws ServerException;' to UserManager
  3. Add TCK test to UserDao.
  4. Remove AdminUserDao, AdminUserDaoImpl
  5. Use UserDao in AdminUserService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants