Interface PublicationRightQuery
- All Superinterfaces:
QueryBuilder<PublicationRight>
A query interface for fetching and filtering
PublicationRight entities.-
Method Summary
Modifier and TypeMethodDescriptionFilters the query by person Id.publicationId(String publicationId) Filters the query by publication Id.Filters the query by team Id.Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
publicationId
Filters the query by publication Id.- Parameters:
publicationId- the publication Id to filter by- Returns:
- the updated query instance
-
teamId
Filters the query by team Id.- Parameters:
teamId- the team Id to filter by- Returns:
- the updated query instance
-
personId
Filters the query by person Id.- Parameters:
personId- the person Id to filter by- Returns:
- the updated query instance
-