Uses of Class
org.exoplatform.task.domain.Status
-
-
Uses of Status in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return Status Modifier and Type Method Description StatusStatusHandler. findByName(String name, long projectID)StatusStatusHandler. findHighestRankStatusByProject(long projectId)StatusStatusHandler. findLowestRankStatusByProject(Long projectId)Methods in org.exoplatform.task.dao that return types with arguments of type Status Modifier and Type Method Description List<Status>StatusHandler. getStatuses(long projectId)Methods in org.exoplatform.task.dao with parameters of type Status Modifier and Type Method Description voidTaskQuery. setStatus(Status status)voidTaskHandler. 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 Status Modifier and Type Method Description StatusStatusDAOImpl. findByName(String name, long projectID)StatusStatusDAOImpl. findHighestRankStatusByProject(long projectId)StatusStatusDAOImpl. findLowestRankStatusByProject(Long projectId)Methods in org.exoplatform.task.dao.jpa that return types with arguments of type Status Modifier and Type Method Description List<Status>StatusDAOImpl. findByNamedQuery(String query, Map<String,Object> params, int limit)List<Status>StatusDAOImpl. getStatuses(long projectId)Methods in org.exoplatform.task.dao.jpa with parameters of type Status Modifier and Type Method Description voidTaskDAOImpl. 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 Status Modifier and Type Method Description StatusStatus. clone()StatusTask. getStatus()Methods in org.exoplatform.task.domain that return types with arguments of type Status Modifier and Type Method Description Set<Status>Project. getStatus()Deprecated.Methods in org.exoplatform.task.domain with parameters of type Status Modifier and Type Method Description intStatus. compareTo(Status o)voidTask. setStatus(Status status)Method parameters in org.exoplatform.task.domain with type arguments of type Status Modifier and Type Method Description voidProject. setStatus(Set<Status> status)Deprecated.Constructors in org.exoplatform.task.domain with parameters of type Status Constructor Description Task(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 Constructor Description Project(String name, String description, Set<Status> status, Set<String> manager, Set<String> participator) -
Uses of Status in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type Status Modifier and Type Method Description voidTaskService. 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 Status Modifier and Type Method Description voidTaskServiceImpl. 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 Status Modifier and Type Method Description voidTaskStorage. 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 Status Modifier and Type Method Description voidTaskStorageImpl. 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 Status Modifier and Type Method Description static StatusStorageUtil. statusToEntity(StatusDto statusDto)Methods in org.exoplatform.task.util that return types with arguments of type Status Modifier and Type Method Description static List<Status>StorageUtil. listStatusToEntitys(List<StatusDto> status)Methods in org.exoplatform.task.util with parameters of type Status 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 StatusDtoStorageUtil. statusToDTO(Status status, ProjectStorage projectStorage)Method parameters in org.exoplatform.task.util with type arguments of type Status Modifier and Type Method Description static List<StatusDto>StorageUtil. listStatusToDTOs(List<Status> status, ProjectStorage projectStorage)
-