Interface SavedQueryUserRightsDao
- All Superinterfaces:
SavedQueryDao
- All Known Implementing Classes:
SavedQueryUserRightsDaoImpl
Interface that provides methods to deal with saved queries corresponding for user rights.
-
Method Summary
Modifier and TypeMethodDescriptionfindNotSharedQueriesByUser(UserModel userModel) findReadableSavedQueriesByUser(UserModel userModel) Get the readable collection of SavedQueries for user defined inuserModel.findSharedQueriesByUser(UserModel userModel) Methods inherited from interface de.hybris.platform.cockpit.services.query.daos.SavedQueryDao
findGlobalSavedQueries, findSavedQueriesByUser
-
Method Details
-
findReadableSavedQueriesByUser
Get the readable collection of SavedQueries for user defined inuserModel. Result collection includes:- queries created by user
- queries which the user can access through privileges
- 'global' queries which do not have assigned user
- Parameters:
userModel- the user model- Returns:
- the readable collection of SavedQueries for user
-