Uses of Class
org.exoplatform.task.dto.StatusDto
Packages that use StatusDto
Package
Description
-
Uses of StatusDto in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao with parameters of type StatusDto -
Uses of StatusDto in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return StatusDtoConstructors in org.exoplatform.task.dto with parameters of type StatusDtoConstructor parameters in org.exoplatform.task.dto with type arguments of type StatusDto -
Uses of StatusDto in org.exoplatform.task.rest
Methods in org.exoplatform.task.rest with parameters of type StatusDtoModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseStatusRestService.updateStatus(long statusId, StatusDto statusDto) Method parameters in org.exoplatform.task.rest with type arguments of type StatusDto -
Uses of StatusDto in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return StatusDtoModifier and TypeMethodDescriptionStatusService.createStatus(ProjectDto project, String status) StatusService.createStatus(ProjectDto project, String status, int rank) StatusService.getDefaultStatus(long projectId) Return the default status of the project which is ideally the first step in the project workflow.StatusService.getStatus(long statusId) Return theStatuswith givenstatusId.StatusService.updateStatus(long statusId, String statusName) StatusService.updateStatus(StatusDto statusDto) Methods in org.exoplatform.task.service that return types with arguments of type StatusDtoModifier and TypeMethodDescriptionStatusService.getStatuses(long projectId) Return the list of statuses from a project with givenprojectId.Methods in org.exoplatform.task.service with parameters of type StatusDtoModifier and TypeMethodDescriptionStatusService.updateStatus(StatusDto statusDto) TaskBuilder.withStatus(StatusDto status) -
Uses of StatusDto in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return StatusDtoModifier and TypeMethodDescriptionStatusServiceImpl.createStatus(ProjectDto project, String name) StatusServiceImpl.createStatus(ProjectDto project, String name, int rank) StatusServiceImpl.getDefaultStatus(long projectId) StatusServiceImpl.getStatus(long statusId) StatusServiceImpl.updateStatus(long id, String name) StatusServiceImpl.updateStatus(StatusDto statusDto) Methods in org.exoplatform.task.service.impl that return types with arguments of type StatusDtoMethods in org.exoplatform.task.service.impl with parameters of type StatusDto -
Uses of StatusDto in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return StatusDtoModifier and TypeMethodDescriptionStatusStorage.createStatus(ProjectDto project, String status) StatusStorage.createStatus(ProjectDto project, String status, int rank) StatusStorage.getDefaultStatus(long projectId) Return the default status of the project which is ideally the first step in the project workflow.StatusStorage.getStatus(long statusId) Return theStatuswith givenstatusId.StatusStorage.updateStatus(long statusId, String statusName) StatusStorage.updateStatus(StatusDto statusDto) Methods in org.exoplatform.task.storage that return types with arguments of type StatusDtoModifier and TypeMethodDescriptionStatusStorage.getStatuses(long projectId) Return the list of statuses from a project with givenprojectId.Methods in org.exoplatform.task.storage with parameters of type StatusDto -
Uses of StatusDto in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that return StatusDtoModifier and TypeMethodDescriptionStatusStorageImpl.createStatus(ProjectDto project, String status) StatusStorageImpl.createStatus(ProjectDto project, String status, int rank) StatusStorageImpl.getDefaultStatus(long projectId) StatusStorageImpl.getStatus(long statusId) StatusStorageImpl.updateStatus(long statusId, String statusName) StatusStorageImpl.updateStatus(StatusDto statusDto) Methods in org.exoplatform.task.storage.impl that return types with arguments of type StatusDtoMethods in org.exoplatform.task.storage.impl with parameters of type StatusDto -
Uses of StatusDto in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return StatusDtoModifier and TypeMethodDescriptionstatic StatusDtoStorageUtil.statusToDTO(Status status, ProjectStorage projectStorage) Methods in org.exoplatform.task.util that return types with arguments of type StatusDtoModifier and TypeMethodDescriptionStorageUtil.listStatusToDTOs(List<Status> status, ProjectStorage projectStorage) Methods in org.exoplatform.task.util with parameters of type StatusDtoModifier and TypeMethodDescriptionstatic 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)