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 TypeMethodDescriptionvoid
ExtSourcesManager.deleteExtSource
(PerunSession perunSession, ExtSource extSource) Deletes an external source.void
ExtSourcesManager.removeExtSource
(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.void
ExtSourcesManager.removeExtSource
(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.void
ExtSourcesManager.removeExtSources
(PerunSession perunSession, Group group, List<ExtSource> sources) Remove associations of external sources from the GROUP.void
ExtSourcesManager.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 TypeMethodDescriptionvoid
ExtSourcesManagerBl.deleteExtSource
(PerunSession perunSession, ExtSource extSource) Deletes an external source.void
ExtSourcesManagerBl.removeExtSource
(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.void
ExtSourcesManagerBl.removeExtSource
(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.void
ExtSourcesManagerBl.removeExtSources
(PerunSession perunSession, Group group, List<ExtSource> sources) Remove associations of external sources from the GROUP.void
ExtSourcesManagerBl.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 TypeMethodDescriptionvoid
ExtSourcesManagerBlImpl.deleteExtSource
(PerunSession sess, ExtSource extSource) void
ExtSourcesManagerBlImpl.removeExtSource
(PerunSession sess, Group group, ExtSource source) void
ExtSourcesManagerBlImpl.removeExtSource
(PerunSession sess, Vo vo, ExtSource source) void
ExtSourcesManagerBlImpl.removeExtSources
(PerunSession sess, Group group, List<ExtSource> sources) void
ExtSourcesManagerBlImpl.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 TypeMethodDescriptionvoid
ExtSourcesManagerEntry.deleteExtSource
(PerunSession sess, ExtSource extSource) void
ExtSourcesManagerEntry.removeExtSource
(PerunSession sess, Group group, ExtSource source) void
ExtSourcesManagerEntry.removeExtSource
(PerunSession sess, Vo vo, ExtSource source) void
ExtSourcesManagerEntry.removeExtSources
(PerunSession sess, Group group, List<ExtSource> sources) void
ExtSourcesManagerEntry.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 TypeMethodDescriptionvoid
ExtSourcesManagerImpl.deleteExtSource
(PerunSession sess, ExtSource extSource) void
ExtSourcesManagerImpl.removeExtSource
(PerunSession perunSession, Group group, ExtSource source) void
ExtSourcesManagerImpl.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 TypeMethodDescriptionvoid
ExtSourcesManagerImplApi.deleteExtSource
(PerunSession perunSession, ExtSource extSource) Deletes an external source.void
ExtSourcesManagerImplApi.removeExtSource
(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.void
ExtSourcesManagerImplApi.removeExtSource
(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.