Uses of Class
org.exoplatform.task.domain.Status
Packages that use Status
Package
Description
-
Uses of Status in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return StatusModifier and TypeMethodDescriptionStatusHandler.findByName(String name, long projectID) StatusHandler.findHighestRankStatusByProject(long projectId) StatusHandler.findLowestRankStatusByProject(Long projectId) Methods in org.exoplatform.task.dao that return types with arguments of type StatusMethods in org.exoplatform.task.dao with parameters of type StatusModifier and TypeMethodDescriptionvoidvoidTaskHandler.updateStatus(Status stOld, Status stNew) voidTaskHandler.updateTaskOrder(long currentTaskId, Status newStatus, long[] orders) -
Uses of Status in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa that return StatusModifier and TypeMethodDescriptionStatusDAOImpl.findByName(String name, long projectID) StatusDAOImpl.findHighestRankStatusByProject(long projectId) StatusDAOImpl.findLowestRankStatusByProject(Long projectId) Methods in org.exoplatform.task.dao.jpa that return types with arguments of type StatusModifier and TypeMethodDescriptionStatusDAOImpl.findByNamedQuery(String query, Map<String, Object> params, int limit) StatusDAOImpl.getStatuses(long projectId) Methods in org.exoplatform.task.dao.jpa with parameters of type StatusModifier and TypeMethodDescriptionvoidTaskDAOImpl.updateStatus(Status stOld, Status stNew) voidTaskDAOImpl.updateTaskOrder(long currentTaskId, Status newStatus, long[] orders) -
Uses of Status in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return StatusMethods in org.exoplatform.task.domain with parameters of type StatusConstructors in org.exoplatform.task.domain with parameters of type StatusModifierConstructorDescriptionTask(String title, String description, Priority priority, String context, String assignee, Set<String> coworker, Set<String> watcher, Status status, String createdBy, Date endDate, Date startDate, Date dueDate) Constructor parameters in org.exoplatform.task.domain with type arguments of type Status -
Uses of Status in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type StatusModifier and TypeMethodDescriptionvoidTaskService.updateTaskOrder(long currentTaskId, Status newStatus, long[] orders) -
Uses of Status in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl with parameters of type StatusModifier and TypeMethodDescriptionvoidTaskServiceImpl.updateTaskOrder(long currentTaskId, Status newStatus, long[] orders) -
Uses of Status in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage with parameters of type StatusModifier and TypeMethodDescriptionvoidTaskStorage.updateStatus(Status stOld, Status stNew) voidTaskStorage.updateTaskOrder(long currentTaskId, Status newStatus, long[] orders) -
Uses of Status in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl with parameters of type StatusModifier and TypeMethodDescriptionvoidTaskStorageImpl.updateStatus(Status stOld, Status stNew) voidTaskStorageImpl.updateTaskOrder(long currentTaskId, Status newStatus, long[] orders) -
Uses of Status in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return StatusModifier and TypeMethodDescriptionstatic StatusStorageUtil.getStatusEntityById(Long statusId) static StatusStorageUtil.statusToEntity(StatusDto statusDto) Methods in org.exoplatform.task.util with parameters of type StatusModifier and TypeMethodDescriptionstatic 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 StatusDtoStorageUtil.statusToDTO(Status status, ProjectStorage projectStorage) Method parameters in org.exoplatform.task.util with type arguments of type StatusModifier and TypeMethodDescriptionStorageUtil.listStatusToDTOs(List<Status> status, ProjectStorage projectStorage)