Uses of Class
cz.metacentrum.perun.core.api.exceptions.DestinationNotExistsException
Packages that use DestinationNotExistsException
Package
Description
-
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoid
ServicesManager.blockAllServicesOnDestination
(PerunSession perunSession, int destinationId) Block all services currently assigned on this destination.void
ServicesManager.blockServiceOnDestination
(PerunSession perunSession, Service service, int destinationId) Bans Service on destination.void
ServicesManager.blockServicesOnDestinations
(PerunSession perunSession, List<RichDestination> richDestinations) Bans the Service on the destination - each pair defined by the rich destination.ServicesManager.getDestinationById
(PerunSession perunSession, int id) Get destination by idint
ServicesManager.getDestinationIdByName
(PerunSession sess, String name, String type) Return ID of Destination by its value (name) and type.ServicesManager.getServicesBlockedOnDestination
(PerunSession perunSession, int destinationId) List all the Services that are banned on this destination.TasksManager.getTaskResultsByTaskAndDestination
(PerunSession session, int taskId, int destinationId) Find all task results for given task and destination.boolean
ServicesManager.isServiceBlockedOnDestination
(PerunSession sess, Service service, int destinationId) Is this Service denied on the destination?void
ServicesManager.unblockAllServicesOnDestination
(PerunSession perunSession, int destinationId) Erase all the possible denials on this destination.void
ServicesManager.unblockServiceOnDestination
(PerunSession perunSession, Service service, int destinationId) Free the denial of the Service on this destination.void
ServicesManager.unblockServicesOnDestinations
(PerunSession perunSession, List<RichDestination> richDestinations) Free the denial of the Service on the destination - each pair defined by the rich destination. -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoid
ServicesManagerBl.blockAllServicesOnDestination
(PerunSession perunSession, int destinationId) Block all services currently assigned on this destination.void
ServicesManagerBl.blockServiceOnDestination
(PerunSession perunSession, Service service, int destinationId) Bans Service on destination.ServicesManagerBl.getDestinationById
(PerunSession perunSession, int id) Get destination by idint
ServicesManagerBl.getDestinationIdByName
(PerunSession sess, String name, String type) Returns Destinations ID based on destination name and type. -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoid
ServicesManagerBlImpl.blockAllServicesOnDestination
(PerunSession sess, int destinationId) ServicesManagerBlImpl.getDestinationById
(PerunSession sess, int id) int
ServicesManagerBlImpl.getDestinationIdByName
(PerunSession sess, String name, String type) -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoid
ServicesManagerEntry.blockAllServicesOnDestination
(PerunSession sess, int destinationId) void
ServicesManagerEntry.blockServiceOnDestination
(PerunSession sess, Service service, int destinationId) void
ServicesManagerEntry.blockServicesOnDestinations
(PerunSession sess, List<RichDestination> richDestinations) ServicesManagerEntry.getDestinationById
(PerunSession sess, int id) int
ServicesManagerEntry.getDestinationIdByName
(PerunSession sess, String name, String type) ServicesManagerEntry.getServicesBlockedOnDestination
(PerunSession sess, int destinationId) TasksManagerEntry.getTaskResultsByTaskAndDestination
(PerunSession session, int taskId, int destinationId) boolean
ServicesManagerEntry.isServiceBlockedOnDestination
(PerunSession sess, Service service, int destinationId) void
ServicesManagerEntry.unblockAllServicesOnDestination
(PerunSession sess, int destinationId) void
ServicesManagerEntry.unblockServiceOnDestination
(PerunSession sess, Service service, int destinationId) void
ServicesManagerEntry.unblockServicesOnDestinations
(PerunSession sess, List<RichDestination> richDestinations) -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionServicesManagerImpl.getDestination
(PerunSession sess, String destination, String type) ServicesManagerImpl.getDestinationById
(PerunSession sess, int id) -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionServicesManagerImplApi.getDestination
(PerunSession sess, String destination, String type) Get destination by String destination and typeServicesManagerImplApi.getDestinationById
(PerunSession perunSession, int id) Get destination by id