Uses of Class
cz.metacentrum.perun.core.api.exceptions.ExtSourceAlreadyRemovedException
Packages that use ExtSourceAlreadyRemovedException
Package
Description
-
Uses of ExtSourceAlreadyRemovedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw ExtSourceAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManager.deleteExtSource(PerunSession perunSession, ExtSource extSource) Deletes an external source.voidExtSourcesManager.removeExtSource(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.voidExtSourcesManager.removeExtSource(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.voidExtSourcesManager.removeExtSources(PerunSession perunSession, Group group, List<ExtSource> sources) Remove associations of external sources from the GROUP.voidExtSourcesManager.removeExtSources(PerunSession perunSession, Vo vo, List<ExtSource> sources) Remove associations of external sources from the VO. -
Uses of ExtSourceAlreadyRemovedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw ExtSourceAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerBl.deleteExtSource(PerunSession perunSession, ExtSource extSource) Deletes an external source.voidExtSourcesManagerBl.removeExtSource(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.voidExtSourcesManagerBl.removeExtSource(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.voidExtSourcesManagerBl.removeExtSources(PerunSession perunSession, Group group, List<ExtSource> sources) Remove associations of external sources from the GROUP.voidExtSourcesManagerBl.removeExtSources(PerunSession perunSession, Vo vo, List<ExtSource> sources) Remove associations of external sources from the VO. -
Uses of ExtSourceAlreadyRemovedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw ExtSourceAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerBlImpl.deleteExtSource(PerunSession sess, ExtSource extSource) voidExtSourcesManagerBlImpl.removeExtSource(PerunSession sess, Group group, ExtSource source) voidExtSourcesManagerBlImpl.removeExtSource(PerunSession sess, Vo vo, ExtSource source) voidExtSourcesManagerBlImpl.removeExtSources(PerunSession sess, Group group, List<ExtSource> sources) voidExtSourcesManagerBlImpl.removeExtSources(PerunSession sess, Vo vo, List<ExtSource> sources) -
Uses of ExtSourceAlreadyRemovedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw ExtSourceAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerEntry.deleteExtSource(PerunSession sess, ExtSource extSource) voidExtSourcesManagerEntry.removeExtSource(PerunSession sess, Group group, ExtSource source) voidExtSourcesManagerEntry.removeExtSource(PerunSession sess, Vo vo, ExtSource source) voidExtSourcesManagerEntry.removeExtSources(PerunSession sess, Group group, List<ExtSource> sources) voidExtSourcesManagerEntry.removeExtSources(PerunSession sess, Vo vo, List<ExtSource> sources) -
Uses of ExtSourceAlreadyRemovedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw ExtSourceAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerImpl.deleteExtSource(PerunSession sess, ExtSource extSource) voidExtSourcesManagerImpl.removeExtSource(PerunSession perunSession, Group group, ExtSource source) voidExtSourcesManagerImpl.removeExtSource(PerunSession sess, Vo vo, ExtSource source) -
Uses of ExtSourceAlreadyRemovedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw ExtSourceAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerImplApi.deleteExtSource(PerunSession perunSession, ExtSource extSource) Deletes an external source.voidExtSourcesManagerImplApi.removeExtSource(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.voidExtSourcesManagerImplApi.removeExtSource(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.