Uses of Class
cz.metacentrum.perun.core.api.RichDestination
Packages that use RichDestination
Package
Description
-
Uses of RichDestination in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type RichDestinationModifier and TypeMethodDescriptionServicesManager.getAllRichDestinations(PerunSession perunSession, Facility facility) Get list of all rich destinations defined for the facility.ServicesManager.getAllRichDestinations(PerunSession perunSession, Service service) Get list of all rich destinations defined for the service.ServicesManager.getRichDestinations(PerunSession perunSession, Facility facility, Service service) Get list of all rich destinations defined for the facility and the service.Method parameters in cz.metacentrum.perun.core.api with type arguments of type RichDestinationModifier and TypeMethodDescriptionvoidServicesManager.blockServicesOnDestinations(PerunSession perunSession, List<RichDestination> richDestinations) Bans the Service on the destination - each pair defined by the rich destination.voidServicesManager.removeDestinationsByRichDestinations(PerunSession perunSession, List<RichDestination> richDestinations) Removes destinations defined by list of rich destinations.voidServicesManager.unblockServicesOnDestinations(PerunSession perunSession, List<RichDestination> richDestinations) Free the denial of the Service on the destination - each pair defined by the rich destination. -
Uses of RichDestination in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type RichDestinationModifier and TypeMethodDescriptionServicesManagerBl.getAllRichDestinations(PerunSession perunSession, Facility facility) Get list of all rich destinations defined for the facility.ServicesManagerBl.getAllRichDestinations(PerunSession perunSession, Service service) Get list of all rich destinations defined for the service.ServicesManagerBl.getRichDestinations(PerunSession perunSession, Facility facility, Service service) Get list of all rich destinations defined for the service and the facility -
Uses of RichDestination in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type RichDestinationModifier and TypeMethodDescriptionServicesManagerBlImpl.getAllRichDestinations(PerunSession perunSession, Facility facility) ServicesManagerBlImpl.getAllRichDestinations(PerunSession perunSession, Service service) ServicesManagerBlImpl.getRichDestinations(PerunSession perunSession, Facility facility, Service service) -
Uses of RichDestination in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return types with arguments of type RichDestinationModifier and TypeMethodDescriptionServicesManagerEntry.getAllRichDestinations(PerunSession perunSession, Facility facility) ServicesManagerEntry.getAllRichDestinations(PerunSession perunSession, Service service) ServicesManagerEntry.getRichDestinations(PerunSession perunSession, Facility facility, Service service) Method parameters in cz.metacentrum.perun.core.entry with type arguments of type RichDestinationModifier and TypeMethodDescriptionvoidServicesManagerEntry.blockServicesOnDestinations(PerunSession sess, List<RichDestination> richDestinations) voidServicesManagerEntry.removeDestinationsByRichDestinations(PerunSession sess, List<RichDestination> richDestinations) voidServicesManagerEntry.unblockServicesOnDestinations(PerunSession sess, List<RichDestination> richDestinations) -
Uses of RichDestination in cz.metacentrum.perun.core.impl
Fields in cz.metacentrum.perun.core.impl with type parameters of type RichDestinationModifier and TypeFieldDescriptionstatic final RowMapper<RichDestination> ServicesManagerImpl.RICH_DESTINATION_MAPPERMethods in cz.metacentrum.perun.core.impl that return types with arguments of type RichDestinationModifier and TypeMethodDescriptionServicesManagerImpl.getAllRichDestinations(PerunSession perunSession, Facility facility) ServicesManagerImpl.getAllRichDestinations(PerunSession perunSession, Service service) ServicesManagerImpl.getRichDestinations(PerunSession perunSession, Facility facility, Service service) -
Uses of RichDestination in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return types with arguments of type RichDestinationModifier and TypeMethodDescriptionServicesManagerImplApi.getAllRichDestinations(PerunSession perunSession, Facility facility) Get list of all rich destinations defined for the facility.ServicesManagerImplApi.getAllRichDestinations(PerunSession perunSession, Service service) Get list of all rich destinations defined for the service.ServicesManagerImplApi.getRichDestinations(PerunSession perunSession, Facility facility, Service service) Get list of all rich destinations defined for the service and the facility