Uses of Class
org.exoplatform.task.dao.ProjectQuery
Packages that use ProjectQuery
Package
Description
-
Uses of ProjectQuery in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return ProjectQueryModifier and TypeMethodDescriptionProjectQuery.setKeyword(String keyword) ProjectQuery.setManager(List<String> managers) ProjectQuery.setMembership(List<String> memberships) ProjectQuery.setParticipator(List<String> participators) Methods in org.exoplatform.task.dao with parameters of type ProjectQueryModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Project> ProjectHandler.findProjects(ProjectQuery query) <T> List<T> ProjectHandler.selectProjectField(ProjectQuery query, String fieldName) -
Uses of ProjectQuery in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa with parameters of type ProjectQueryModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Project> ProjectDAOImpl.findProjects(ProjectQuery query) <T> List<T> ProjectDAOImpl.selectProjectField(ProjectQuery query, String fieldName) -
Uses of ProjectQuery in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type ProjectQueryModifier and TypeMethodDescriptionintProjectService.countProjects(ProjectQuery query) ProjectService.findProjects(ProjectQuery query, int offset, int limit) -
Uses of ProjectQuery in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl with parameters of type ProjectQueryModifier and TypeMethodDescriptionintProjectServiceImpl.countProjects(ProjectQuery query) ProjectServiceImpl.findProjects(ProjectQuery query, int offset, int limit) -
Uses of ProjectQuery in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage with parameters of type ProjectQueryModifier and TypeMethodDescriptionintProjectStorage.countProjects(ProjectQuery query) ProjectStorage.findProjects(ProjectQuery query, int offset, int limit) -
Uses of ProjectQuery in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl with parameters of type ProjectQueryModifier and TypeMethodDescriptionintProjectStorageImpl.countProjects(ProjectQuery query) ProjectStorageImpl.findProjects(ProjectQuery query, int offset, int limit)