Interface ProjectQuery

All Superinterfaces:
QueryBuilder<Project>

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

    • name

      ProjectQuery name(String name)
      Sets the name of the Project in the query.
      Parameters:
      name - the name of the project to filter by
      Returns:
      the updated query instance
    • active

      ProjectQuery active(Boolean active)
      Sets the active flag of the Project in the query.
      Parameters:
      active - the flag indicating if project is active
      Returns:
      the updated query instance
    • userLogin

      ProjectQuery userLogin(String userLogin)
      Sets the user login of the Project in the query.
      Parameters:
      userLogin - the user login filter assigned projects by
      Returns:
      the updated query instance