Package com.priint.pubserverapi.project
Interface ProjectQuery
- All Superinterfaces:
QueryBuilder<Project>
A query interface for fetching and filtering
Project entities.-
Method Summary
Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
name
Sets the name of theProjectin the query.- Parameters:
name- the name of the project to filter by- Returns:
- the updated query instance
-
active
Sets the active flag of theProjectin the query.- Parameters:
active- the flag indicating if project is active- Returns:
- the updated query instance
-
userLogin
Sets the user login of theProjectin the query.- Parameters:
userLogin- the user login filter assigned projects by- Returns:
- the updated query instance
-