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

Proposal: make ResourceService expose a getAllResources() method #16

Open
DPyrovolou opened this issue Jul 3, 2020 · 0 comments
Open

Comments

@DPyrovolou
Copy link

Currently com.eurodyn.qlack.fuse.aaa.service.ResourceService does not expose any method to get all available resources without previously knowing their Ids.

Since the respective repository does have the appropriate findAll() method, it would be better to get this functionality directly from the Service. So that we won't have to either use the repository and the mapper or extend QLACK's service ourselves in order to get it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant