Uses of Class
org.exoplatform.task.exception.NotAllowedOperationOnEntityException
-
Packages that use NotAllowedOperationOnEntityException Package Description org.exoplatform.task.service org.exoplatform.task.service.impl org.exoplatform.task.storage org.exoplatform.task.storage.impl -
-
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.service
Methods in org.exoplatform.task.service that throw NotAllowedOperationOnEntityException Modifier and Type Method Description StatusDtoStatusService. createStatus(ProjectDto project, String status, int rank)voidUserService. hideProject(org.exoplatform.services.security.Identity identity, Long projectId, boolean hide)voidStatusService. removeStatus(long statusId)StatusDtoStatusService. updateStatus(long statusId, String statusName)StatusDtoStatusService. updateStatus(StatusDto statusDto) -
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that throw NotAllowedOperationOnEntityException Modifier and Type Method Description StatusDtoStatusServiceImpl. createStatus(ProjectDto project, String name, int rank)voidUserServiceImpl. hideProject(org.exoplatform.services.security.Identity identity, Long projectId, boolean hide)StatusDtoStatusServiceImpl. updateStatus(long id, String name)StatusDtoStatusServiceImpl. updateStatus(StatusDto statusDto) -
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that throw NotAllowedOperationOnEntityException Modifier and Type Method Description StatusDtoStatusStorage. createStatus(ProjectDto project, String status, int rank)StatusDtoStatusStorage. updateStatus(long statusId, String statusName)StatusDtoStatusStorage. updateStatus(StatusDto statusDto) -
Uses of NotAllowedOperationOnEntityException in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that throw NotAllowedOperationOnEntityException Modifier and Type Method Description StatusDtoStatusStorageImpl. createStatus(ProjectDto project, String status, int rank)StatusDtoStatusStorageImpl. updateStatus(long statusId, String statusName)StatusDtoStatusStorageImpl. updateStatus(StatusDto statusDto)
-