Uses of Class
org.exoplatform.task.exception.NotAllowedOperationOnEntityException
Packages that use NotAllowedOperationOnEntityException
Package
Description
-
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.service
Methods in org.exoplatform.task.service that throw NotAllowedOperationOnEntityExceptionModifier and TypeMethodDescriptionStatusService.createStatus(ProjectDto project, String status, int rank) voidUserService.hideProject(org.exoplatform.services.security.Identity identity, Long projectId, boolean hide) voidStatusService.removeStatus(long statusId) StatusService.updateStatus(long statusId, String statusName) StatusService.updateStatus(StatusDto statusDto) -
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that throw NotAllowedOperationOnEntityExceptionModifier and TypeMethodDescriptionStatusServiceImpl.createStatus(ProjectDto project, String name, int rank) voidUserServiceImpl.hideProject(org.exoplatform.services.security.Identity identity, Long projectId, boolean hide) StatusServiceImpl.updateStatus(long id, String name) StatusServiceImpl.updateStatus(StatusDto statusDto) -
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that throw NotAllowedOperationOnEntityExceptionModifier and TypeMethodDescriptionStatusStorage.createStatus(ProjectDto project, String status, int rank) StatusStorage.updateStatus(long statusId, String statusName) StatusStorage.updateStatus(StatusDto statusDto) -
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that throw NotAllowedOperationOnEntityExceptionModifier and TypeMethodDescriptionStatusStorageImpl.createStatus(ProjectDto project, String status, int rank) StatusStorageImpl.updateStatus(long statusId, String statusName) StatusStorageImpl.updateStatus(StatusDto statusDto)