Uses of Class
org.exoplatform.task.dao.OrderBy
-
-
Uses of OrderBy in org.exoplatform.task.dao
Subclasses of OrderBy in org.exoplatform.task.dao Modifier and Type Class Description static classOrderBy.ASCstatic classOrderBy.DESCMethods in org.exoplatform.task.dao that return types with arguments of type OrderBy Modifier and Type Method Description List<OrderBy>Query. getOrderBy()Methods in org.exoplatform.task.dao with parameters of type OrderBy Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Project>ProjectHandler. findAllByMembershipsAndKeyword(List<String> membership, String keyword, OrderBy order)org.exoplatform.commons.utils.ListAccess<Task>TaskHandler. findTasksByLabel(long labelId, List<Long> projectIds, String username, OrderBy orderBy)Method parameters in org.exoplatform.task.dao with type arguments of type OrderBy Modifier and Type Method Description voidQuery. setOrderBy(List<OrderBy> orderBy)Constructor parameters in org.exoplatform.task.dao with type arguments of type OrderBy Constructor Description Query(AggregateCondition aggCondition, List<OrderBy> orderBy) -
Uses of OrderBy in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa with parameters of type OrderBy Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Project>ProjectDAOImpl. findAllByMembershipsAndKeyword(List<String> memberships, String keyword, OrderBy order)org.exoplatform.commons.utils.ListAccess<Task>TaskDAOImpl. findTasksByLabel(long labelId, List<Long> projectIds, String username, OrderBy orderBy) -
Uses of OrderBy in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type OrderBy Modifier and Type Method Description intTaskService. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)List<ProjectDto>ProjectService. findProjects(List<String> memberships, String keyword, OrderBy order, int offset, int limit)List<TaskDto>TaskService. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) -
Uses of OrderBy in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl with parameters of type OrderBy Modifier and Type Method Description intTaskServiceImpl. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)List<ProjectDto>ProjectServiceImpl. findProjects(List<String> memberships, String keyword, OrderBy order, int offset, int limit)List<TaskDto>TaskServiceImpl. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) -
Uses of OrderBy in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage with parameters of type OrderBy Modifier and Type Method Description intTaskStorage. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)List<ProjectDto>ProjectStorage. findProjects(List<String> memberships, String keyword, OrderBy order, int offset, int limit)List<TaskDto>TaskStorage. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) -
Uses of OrderBy in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl with parameters of type OrderBy Modifier and Type Method Description intTaskStorageImpl. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)List<ProjectDto>ProjectStorageImpl. findProjects(List<String> memberships, String keyword, OrderBy order, int offset, int limit)List<TaskDto>TaskStorageImpl. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit)
-