Uses of Class
cz.metacentrum.perun.core.api.exceptions.DestinationAlreadyRemovedException
Packages that use DestinationAlreadyRemovedException
Package
Description
-
Uses of DestinationAlreadyRemovedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw DestinationAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidServicesManager.removeDestination(PerunSession perunSession, Service service, Facility facility, Destination destination) Removes an destination from the facility and service.voidServicesManager.removeDestinationsByRichDestinations(PerunSession perunSession, List<RichDestination> richDestinations) Removes destinations defined by list of rich destinations. -
Uses of DestinationAlreadyRemovedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw DestinationAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidServicesManagerBl.deleteDestination(PerunSession sess, Destination destination) Deletes destination.voidServicesManagerBl.removeDestination(PerunSession perunSession, Service service, Facility facility, Destination destination) Removes an destination from the facility and service. -
Uses of DestinationAlreadyRemovedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw DestinationAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidServicesManagerBlImpl.deleteDestination(PerunSession sess, Destination destination) voidServicesManagerBlImpl.removeDestination(PerunSession sess, Service service, Facility facility, Destination destination) -
Uses of DestinationAlreadyRemovedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw DestinationAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidServicesManagerEntry.removeDestination(PerunSession sess, Service service, Facility facility, Destination destination) voidServicesManagerEntry.removeDestinationsByRichDestinations(PerunSession sess, List<RichDestination> richDestinations) -
Uses of DestinationAlreadyRemovedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw DestinationAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidServicesManagerImpl.deleteDestination(PerunSession sess, Destination destination) voidServicesManagerImpl.removeDestination(PerunSession sess, Service service, Facility facility, Destination destination) -
Uses of DestinationAlreadyRemovedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw DestinationAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidServicesManagerImplApi.deleteDestination(PerunSession sess, Destination destination) Deletes destination.voidServicesManagerImplApi.removeDestination(PerunSession perunSession, Service service, Facility facility, Destination destination) Removes an destination from the facility and service.