Uses of Class
org.exoplatform.task.exception.EntityNotFoundException
Packages that use EntityNotFoundException
Package
Description
-
Uses of EntityNotFoundException in org.exoplatform.task.service
Methods in org.exoplatform.task.service that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionCommentService.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentService.addComment(TaskDto task, String username, String commentText) TaskService.addTaskLog(long taskId, String username, String actionName, String target) Create a log associated with a task with giventaskId.voidLabelService.addTaskToLabel(TaskDto task, Long labelId) ProjectService.cloneProject(long projectId, boolean cloneTask) Clone a project with givenprojectId.TaskService.cloneTask(long taskId) Clone the task from a task with giventaskId.ProjectService.createProject(ProjectDto project, long parentId) Create a sub-project with givenprojectmodel object and parent project ID.ProjectService.getProject(Long projectId) Return the project with givenprojectId.TaskService.getTask(long taskId) Return the task with giventaskId.voidUserService.hideProject(org.exoplatform.services.security.Identity identity, Long projectId, boolean hide) voidCommentService.removeComment(long commentId) voidProjectService.removeProject(long projectId, boolean deleteChild) Remove the project with givenprojectId, and also its descendants ifdeleteChildis true.voidStatusService.removeStatus(long statusId) voidTaskService.removeTask(long taskId) Remove the task with giventaskIdvoidLabelService.removeTaskFromLabel(TaskDto task, Long labelId) LabelService.updateLabel(LabelDto label) LabelService.updateLabel(LabelDto label, List<Label.FIELDS> fields) StatusService.updateStatus(long statusId, String statusName) StatusService.updateStatus(StatusDto statusDto) -
Uses of EntityNotFoundException in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionCommentServiceImpl.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentServiceImpl.addComment(TaskDto task, String username, String comment) TaskServiceImpl.addTaskLog(long id, String username, String actionName, String target) voidLabelServiceImpl.addTaskToLabel(TaskDto task, Long labelId) TaskServiceImpl.cloneTask(long id) ProjectServiceImpl.createProject(ProjectDto project, long parentId) ProjectServiceImpl.getProject(Long id) TaskServiceImpl.getTask(long id) voidUserServiceImpl.hideProject(org.exoplatform.services.security.Identity identity, Long projectId, boolean hide) voidCommentServiceImpl.removeComment(long commentId) voidProjectServiceImpl.removeProject(long id, boolean deleteChild) voidTaskServiceImpl.removeTask(long id) voidLabelServiceImpl.removeTaskFromLabel(TaskDto task, Long labelId) LabelServiceImpl.updateLabel(LabelDto label) LabelServiceImpl.updateLabel(LabelDto label, List<Label.FIELDS> fields) StatusServiceImpl.updateStatus(long id, String name) StatusServiceImpl.updateStatus(StatusDto statusDto) -
Uses of EntityNotFoundException in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionCommentStorage.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentStorage.addComment(TaskDto task, String username, String commentText) TaskStorage.addTaskLog(ChangeLogEntry changeLogEntry) Create a log associated with a task with givenchangeLogEntry.voidLabelStorage.addTaskToLabel(TaskDto task, Long labelId) ProjectStorage.cloneProject(long projectId, boolean cloneTask) Clone a project with givenprojectId.ProjectStorage.createProject(ProjectDto project, long parentId) Create a sub-project with givenprojectmodel object and parent project ID.ProjectStorage.getProject(Long projectId) Return the project with givenprojectId.voidCommentStorage.removeComment(long commentId) voidProjectStorage.removeProject(long projectId, boolean deleteChild) Remove the project with givenprojectId, and also its descendants ifdeleteChildis true.voidLabelStorage.removeTaskFromLabel(TaskDto task, Long labelId) LabelStorage.updateLabel(LabelDto label, List<Label.FIELDS> fields) StatusStorage.updateStatus(long statusId, String statusName) StatusStorage.updateStatus(StatusDto statusDto) -
Uses of EntityNotFoundException in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionCommentStorageImpl.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentStorageImpl.addComment(TaskDto task, String username, String comment) TaskStorageImpl.addTaskLog(ChangeLogEntry changeLogEntry) voidLabelStorageImpl.addTaskToLabel(TaskDto task, Long labelId) ProjectStorageImpl.cloneProject(long projectId, boolean cloneTask) ProjectStorageImpl.createProject(ProjectDto project, long parentId) ProjectStorageImpl.getProject(Long projectId) voidCommentStorageImpl.removeComment(long commentId) voidProjectStorageImpl.removeProject(long projectId, boolean deleteChild) voidLabelStorageImpl.removeTaskFromLabel(TaskDto task, Long labelId) LabelStorageImpl.updateLabel(LabelDto label, List<Label.FIELDS> fields) StatusStorageImpl.updateStatus(long statusId, String statusName) StatusStorageImpl.updateStatus(StatusDto statusDto) -
Uses of EntityNotFoundException in org.exoplatform.task.util
Methods in org.exoplatform.task.util that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionstatic Map<GroupKey,List<TaskEntity>> TaskUtil.groupTasks(List<TaskEntity> tasks, String groupBy, org.exoplatform.services.security.Identity userId, TimeZone userTimezone, LabelService labelService, UserService userService) static ProjectDtoProjectUtil.saveProjectField(ProjectService projService, long projectId, Map<String, String[]> fields) static TaskDtoTaskUtil.saveTaskField(TaskDto task, org.exoplatform.services.security.Identity userId, String param, String[] values, TimeZone timezone, TaskService taskService, LabelService labelService, StatusService statusService)