Interface PublicationRightQuery

All Superinterfaces:
QueryBuilder<PublicationRight>

public interface PublicationRightQuery extends QueryBuilder<PublicationRight>
A query interface for fetching and filtering PublicationRight entities.
  • Method Details

    • publicationId

      PublicationRightQuery publicationId(String publicationId)
      Filters the query by publication Id.
      Parameters:
      publicationId - the publication Id to filter by
      Returns:
      the updated query instance
    • teamId

      PublicationRightQuery teamId(String teamId)
      Filters the query by team Id.
      Parameters:
      teamId - the team Id to filter by
      Returns:
      the updated query instance
    • personId

      PublicationRightQuery personId(String personId)
      Filters the query by person Id.
      Parameters:
      personId - the person Id to filter by
      Returns:
      the updated query instance