Uses of Class
org.exoplatform.task.dto.StatusDto
-
-
Uses of StatusDto in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao with parameters of type StatusDto Modifier and Type Method Description voidTaskQuery. setStatus(StatusDto status) -
Uses of StatusDto in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return StatusDto Modifier and Type Method Description StatusDtoStatusDto. clone()Constructors in org.exoplatform.task.dto with parameters of type StatusDto Constructor Description StatusDto(StatusDto status)Constructor parameters in org.exoplatform.task.dto with type arguments of type StatusDto Constructor Description ProjectDto(String name, String description, HashSet<StatusDto> statuses, Set<String> managers, Set<String> participators) -
Uses of StatusDto in org.exoplatform.task.rest
Methods in org.exoplatform.task.rest with parameters of type StatusDto Modifier and Type Method Description javax.ws.rs.core.ResponseStatusRestService. updateStatus(long statusId, StatusDto statusDto)Method parameters in org.exoplatform.task.rest with type arguments of type StatusDto Modifier and Type Method Description javax.ws.rs.core.ResponseStatusRestService. addStatus(List<StatusDto> status)javax.ws.rs.core.ResponseStatusRestService. moveStatus(List<StatusDto> status) -
Uses of StatusDto in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return StatusDto Modifier and Type Method Description StatusDtoStatusService. createStatus(ProjectDto project, String status)StatusDtoStatusService. createStatus(ProjectDto project, String status, int rank)StatusDtoStatusService. getDefaultStatus(long projectId)Return the default status of the project which is ideally the first step in the project workflow.StatusDtoStatusService. getStatus(long statusId)Return theStatuswith givenstatusId.StatusDtoStatusService. updateStatus(long statusId, String statusName)StatusDtoStatusService. updateStatus(StatusDto statusDto)Methods in org.exoplatform.task.service that return types with arguments of type StatusDto Modifier and Type Method Description List<StatusDto>StatusService. getStatuses(long projectId)Return the list of statuses from a project with givenprojectId.Methods in org.exoplatform.task.service with parameters of type StatusDto Modifier and Type Method Description StatusDtoStatusService. updateStatus(StatusDto statusDto)TaskBuilderTaskBuilder. withStatus(StatusDto status) -
Uses of StatusDto in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return StatusDto Modifier and Type Method Description StatusDtoStatusServiceImpl. createStatus(ProjectDto project, String name)StatusDtoStatusServiceImpl. createStatus(ProjectDto project, String name, int rank)StatusDtoStatusServiceImpl. getDefaultStatus(long projectId)StatusDtoStatusServiceImpl. getStatus(long statusId)StatusDtoStatusServiceImpl. updateStatus(long id, String name)StatusDtoStatusServiceImpl. updateStatus(StatusDto statusDto)Methods in org.exoplatform.task.service.impl that return types with arguments of type StatusDto Modifier and Type Method Description List<StatusDto>StatusServiceImpl. getStatuses(long projectId)Methods in org.exoplatform.task.service.impl with parameters of type StatusDto Modifier and Type Method Description StatusDtoStatusServiceImpl. updateStatus(StatusDto statusDto) -
Uses of StatusDto in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return StatusDto Modifier and Type Method Description StatusDtoStatusStorage. createStatus(ProjectDto project, String status)StatusDtoStatusStorage. createStatus(ProjectDto project, String status, int rank)StatusDtoStatusStorage. getDefaultStatus(long projectId)Return the default status of the project which is ideally the first step in the project workflow.StatusDtoStatusStorage. getStatus(long statusId)Return theStatuswith givenstatusId.StatusDtoStatusStorage. updateStatus(long statusId, String statusName)StatusDtoStatusStorage. updateStatus(StatusDto statusDto)Methods in org.exoplatform.task.storage that return types with arguments of type StatusDto Modifier and Type Method Description List<StatusDto>StatusStorage. getStatuses(long projectId)Return the list of statuses from a project with givenprojectId.Methods in org.exoplatform.task.storage with parameters of type StatusDto Modifier and Type Method Description StatusDtoStatusStorage. updateStatus(StatusDto statusDto) -
Uses of StatusDto in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that return StatusDto Modifier and Type Method Description StatusDtoStatusStorageImpl. createStatus(ProjectDto project, String status)StatusDtoStatusStorageImpl. createStatus(ProjectDto project, String status, int rank)StatusDtoStatusStorageImpl. getDefaultStatus(long projectId)StatusDtoStatusStorageImpl. getStatus(long statusId)StatusDtoStatusStorageImpl. updateStatus(long statusId, String statusName)StatusDtoStatusStorageImpl. updateStatus(StatusDto statusDto)Methods in org.exoplatform.task.storage.impl that return types with arguments of type StatusDto Modifier and Type Method Description List<StatusDto>StatusStorageImpl. getStatuses(long projectId)Methods in org.exoplatform.task.storage.impl with parameters of type StatusDto Modifier and Type Method Description StatusDtoStatusStorageImpl. updateStatus(StatusDto statusDto) -
Uses of StatusDto in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return StatusDto Modifier and Type Method Description static StatusDtoStorageUtil. statusToDTO(Status status, ProjectStorage projectStorage)Methods in org.exoplatform.task.util that return types with arguments of type StatusDto Modifier and Type Method Description static List<StatusDto>StorageUtil. listStatusToDTOs(List<Status> status, ProjectStorage projectStorage)Methods in org.exoplatform.task.util with parameters of type StatusDto Modifier and Type Method Description static TaskQueryTaskUtil. buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, StatusDto status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone)static StatusStorageUtil. statusToEntity(StatusDto statusDto)Method parameters in org.exoplatform.task.util with type arguments of type StatusDto Modifier and Type Method Description static List<Status>StorageUtil. listStatusToEntitys(List<StatusDto> status)
-