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 TypeMethodDescriptionvoidUsersManager.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 TypeMethodDescriptionvoidUsersManagerBl.removeSpecificUserOwner(PerunSession sess, User user, User specificUser) Remove specificUser owner (the user) Only disable ownership of user and specificUservoidUsersManagerBl.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 TypeMethodDescriptionvoidUsersManagerBlImpl.removeSpecificUserOwner(PerunSession sess, User user, User specificUser) voidUsersManagerBlImpl.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 TypeMethodDescriptionvoidUsersManagerEntry.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 TypeMethodDescriptionvoidUsersManagerImpl.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 TypeMethodDescriptionvoidUsersManagerImplApi.removeSpecificUserOwner(PerunSession sess, User user, User specificUser) Remove specificUser owner (the user) Only disable ownership of user and specificUser