Uses of Class
cz.metacentrum.perun.core.api.EnrichedBanOnVo
Packages that use EnrichedBanOnVo
Package
Description
-
Uses of EnrichedBanOnVo in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type EnrichedBanOnVoModifier and TypeMethodDescriptionVosManager.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) Gets all Enriched Bans for given user.VosManager.getEnrichedBansForVo
(PerunSession sess, int voId, List<String> attrNames) Gets all Enriched Bans for given vo. -
Uses of EnrichedBanOnVo in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type EnrichedBanOnVoModifier and TypeMethodDescriptionVosManagerBl.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) Get all Enriched Bans for given UserVosManagerBl.getEnrichedBansForVo
(PerunSession sess, Vo vo, List<String> attrNames) Get all Enriched Bans for given VO and attribute names -
Uses of EnrichedBanOnVo in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type EnrichedBanOnVoModifier and TypeMethodDescriptionVosManagerBlImpl.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) VosManagerBlImpl.getEnrichedBansForVo
(PerunSession sess, Vo vo, List<String> attrNames) -
Uses of EnrichedBanOnVo in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return types with arguments of type EnrichedBanOnVoModifier and TypeMethodDescriptionVosManagerEntry.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) VosManagerEntry.getEnrichedBansForVo
(PerunSession sess, int voId, List<String> attrNames)