Uses of Class
cz.metacentrum.perun.core.api.exceptions.SpecificUserOwnerAlreadyRemovedException
Packages that use SpecificUserOwnerAlreadyRemovedException
Package
Description
-
Uses of SpecificUserOwnerAlreadyRemovedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw SpecificUserOwnerAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
UsersManager.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) Remove specificUser owner (the user) Only disable ownership of user and specificUser -
Uses of SpecificUserOwnerAlreadyRemovedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw SpecificUserOwnerAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) Remove specificUser owner (the user) Only disable ownership of user and specificUservoid
UsersManagerBl.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser, boolean forceDelete) Remove specificUser owner (the user). -
Uses of SpecificUserOwnerAlreadyRemovedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw SpecificUserOwnerAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) void
UsersManagerBlImpl.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser, boolean forceDelete) -
Uses of SpecificUserOwnerAlreadyRemovedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw SpecificUserOwnerAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) -
Uses of SpecificUserOwnerAlreadyRemovedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw SpecificUserOwnerAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImpl.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) -
Uses of SpecificUserOwnerAlreadyRemovedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw SpecificUserOwnerAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImplApi.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) Remove specificUser owner (the user) Only disable ownership of user and specificUser