Uses of Class
org.exoplatform.task.dao.TaskQuery
-
-
Uses of TaskQuery in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return TaskQuery Modifier and Type Method Description TaskQueryTaskQuery. add(TaskQuery taskQuery)TaskQueryTaskQuery. clone()static TaskQueryTaskQuery. or(TaskQuery... queries)Methods in org.exoplatform.task.dao with parameters of type TaskQuery Modifier and Type Method Description TaskQueryTaskQuery. add(TaskQuery taskQuery)org.exoplatform.commons.utils.ListAccess<Task>TaskHandler. findTasks(TaskQuery query)static TaskQueryTaskQuery. or(TaskQuery... queries)<T> List<T>TaskHandler. selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa with parameters of type TaskQuery Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Task>TaskDAOImpl. findTasks(TaskQuery query)<T> List<T>TaskDAOImpl. selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type TaskQuery Modifier and Type Method Description intTaskService. countTasks(TaskQuery query)List<TaskDto>TaskService. findTasks(TaskQuery query, int offset, int limit)Find tasks assigned to a user using a term to find in title or description of the task<T> List<T>TaskService. selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl with parameters of type TaskQuery Modifier and Type Method Description intTaskServiceImpl. countTasks(TaskQuery query)List<TaskDto>TaskServiceImpl. findTasks(TaskQuery query, int offset, int limit)<T> List<T>TaskServiceImpl. selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage with parameters of type TaskQuery Modifier and Type Method Description intTaskStorage. countTasks(TaskQuery query)List<TaskDto>TaskStorage. findTasks(TaskQuery query, int offset, int limit)<T> List<T>TaskStorage. selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl with parameters of type TaskQuery Modifier and Type Method Description intTaskStorageImpl. countTasks(TaskQuery query)List<TaskDto>TaskStorageImpl. findTasks(TaskQuery query, int offset, int limit)<T> List<T>TaskStorageImpl. selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return TaskQuery Modifier and Type Method Description static TaskQueryTaskUtil. buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone)static TaskQueryTaskUtil. buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, List<String> searchCoworker, List<String> searchWatcher, Boolean showCompleted, TimeZone timezone)static TaskQueryTaskUtil. buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, StatusDto status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone)Methods in org.exoplatform.task.util with parameters of type TaskQuery Modifier and Type Method Description static TaskQueryTaskUtil. buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone)static TaskQueryTaskUtil. buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, List<String> searchCoworker, List<String> searchWatcher, Boolean showCompleted, TimeZone timezone)static TaskQueryTaskUtil. buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, StatusDto status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone)
-