Uses of Class
cz.metacentrum.perun.core.api.exceptions.SpecificUserAlreadyRemovedException
Packages that use SpecificUserAlreadyRemovedException
Package
Description
-
Uses of SpecificUserAlreadyRemovedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw SpecificUserAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidUsersManager.deleteUser(PerunSession perunSession, User user) Deletes user.voidUsersManager.deleteUser(PerunSession perunSession, User user, boolean forceDelete) Deletes user. -
Uses of SpecificUserAlreadyRemovedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw SpecificUserAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidUsersManagerBl.deleteUser(PerunSession perunSession, User user) Deletes user.voidUsersManagerBl.deleteUser(PerunSession perunSession, User user, boolean forceDelete) Deletes user. -
Uses of SpecificUserAlreadyRemovedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw SpecificUserAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidUsersManagerBlImpl.deleteUser(PerunSession sess, User user) voidUsersManagerBlImpl.deleteUser(PerunSession sess, User user, boolean forceDelete) -
Uses of SpecificUserAlreadyRemovedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw SpecificUserAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidUsersManagerEntry.deleteUser(PerunSession sess, User user) voidUsersManagerEntry.deleteUser(PerunSession sess, User user, boolean forceDelete) -
Uses of SpecificUserAlreadyRemovedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw SpecificUserAlreadyRemovedException -
Uses of SpecificUserAlreadyRemovedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw SpecificUserAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidUsersManagerImplApi.deleteUser(PerunSession perunSession, User user) Deletes user (normal or specific) including all relations to other users (normal,specific,sponsor)