Uses of Class
cz.metacentrum.perun.core.api.EnrichedBanOnResource
Packages that use EnrichedBanOnResource
Package
Description
-
Uses of EnrichedBanOnResource in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type EnrichedBanOnResourceModifier and TypeMethodDescriptionResourcesManager.getEnrichedBansForResource
(PerunSession sess, int resourceId, List<String> attrNames) Get all enriched bans for members on the resource.ResourcesManager.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) Get all enriched bans on resources for user. -
Uses of EnrichedBanOnResource in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type EnrichedBanOnResourceModifier and TypeMethodDescriptionResourcesManagerBl.getEnrichedBansForResource
(PerunSession sess, Resource resource, List<String> attrNames) Get all enriched bans for members on the resource with user and member attributesResourcesManagerBl.getEnrichedBansForUser
(PerunSession sess, User user, List<String> attrNames) Get enriched bans for user on all resources where user is assigned with user and member attributes -
Uses of EnrichedBanOnResource in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type EnrichedBanOnResourceModifier and TypeMethodDescriptionResourcesManagerBlImpl.getEnrichedBansForResource
(PerunSession sess, Resource resource, List<String> attrNames) ResourcesManagerBlImpl.getEnrichedBansForUser
(PerunSession sess, User user, List<String> attrNames) -
Uses of EnrichedBanOnResource in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return types with arguments of type EnrichedBanOnResourceModifier and TypeMethodDescriptionResourcesManagerEntry.getEnrichedBansForResource
(PerunSession sess, int resourceId, List<String> attrNames) ResourcesManagerEntry.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames)