Uses of Class
cz.metacentrum.perun.core.api.exceptions.BanNotExistsException
Packages that use BanNotExistsException
Package
Description
-
Uses of BanNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw BanNotExistsExceptionModifier and TypeMethodDescriptionFacilitiesManager.getBan(PerunSession sess, int userId, int faclityId) Get ban by userId and facilityId.ResourcesManager.getBan(PerunSession sess, int memberId, int resourceId) Get ban by memberId and resource idFacilitiesManager.getBanById(PerunSession sess, int banId) Get Ban for user on facility by it's idResourcesManager.getBanById(PerunSession sess, int banId) Get Ban for member on resource by it's idVosManager.getBanById(PerunSession sess, int banId) Get vo ban with given id.voidFacilitiesManager.removeBan(PerunSession sess, int banId) Remove existing ban by it's id.voidFacilitiesManager.removeBan(PerunSession sess, int userId, int facilityId) Remove existing ban by id of user and facility.voidResourcesManager.removeBan(PerunSession sess, int banId) Remove specific ban by it's id.voidResourcesManager.removeBan(PerunSession sess, int memberId, int resourceId) Remove specific ban by memberId and resourceId.voidVosManager.removeBan(PerunSession sess, int banId) Remove vo ban with given id.voidVosManager.removeBanForMember(PerunSession sess, Member member) Remove vo ban for given member.FacilitiesManager.updateBan(PerunSession sess, BanOnFacility banOnFacility) Update existing ban (description and validation timestamp)ResourcesManager.updateBan(PerunSession sess, BanOnResource banOnResource) Update existing ban (description, validation timestamp)VosManager.updateBan(PerunSession sess, BanOnVo banOnVo) Update existing ban (description, validation timestamp) -
Uses of BanNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw BanNotExistsExceptionModifier and TypeMethodDescriptionvoidFacilitiesManagerBl.checkBanExists(PerunSession sess, int banId) Check if ban already exists.voidFacilitiesManagerBl.checkBanExists(PerunSession sess, int userId, int facilityId) Check if ban already exists.voidResourcesManagerBl.checkBanExists(PerunSession sess, int banId) Check if ban already exists.voidResourcesManagerBl.checkBanExists(PerunSession sess, int memberId, int resourceId) Check if ban already exists.FacilitiesManagerBl.getBan(PerunSession sess, int userId, int faclityId) Get specific facility ban.ResourcesManagerBl.getBan(PerunSession sess, int memberId, int resourceId) Get specific resource ban.FacilitiesManagerBl.getBanById(PerunSession sess, int banId) Get Ban for user on facility by it's idResourcesManagerBl.getBanById(PerunSession sess, int banId) Get Ban for member on resource by it's idVosManagerBl.getBanById(PerunSession sess, int banId) Get ban by its id.voidFacilitiesManagerBl.removeBan(PerunSession sess, int banId) Remove ban by id from facilities bans.voidFacilitiesManagerBl.removeBan(PerunSession sess, int userId, int facilityId) Remove ban by user_id and facility_id.voidResourcesManagerBl.removeBan(PerunSession sess, int banId) Remove ban by id from resources bans.voidResourcesManagerBl.removeBan(PerunSession sess, int memberId, int resourceId) Remove ban by member_id and facility_idvoidVosManagerBl.removeBan(PerunSession sess, int banId) Removes ban with given id.voidVosManagerBl.removeBanForMember(PerunSession sess, int memberId) Removes ban for member with given id. -
Uses of BanNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw BanNotExistsExceptionModifier and TypeMethodDescriptionvoidFacilitiesManagerBlImpl.checkBanExists(PerunSession sess, int banId) voidFacilitiesManagerBlImpl.checkBanExists(PerunSession sess, int userId, int facilityId) voidResourcesManagerBlImpl.checkBanExists(PerunSession sess, int banId) voidResourcesManagerBlImpl.checkBanExists(PerunSession sess, int memberId, int resourceId) FacilitiesManagerBlImpl.getBan(PerunSession sess, int userId, int faclityId) ResourcesManagerBlImpl.getBan(PerunSession sess, int memberId, int resourceId) FacilitiesManagerBlImpl.getBanById(PerunSession sess, int banId) ResourcesManagerBlImpl.getBanById(PerunSession sess, int banId) VosManagerBlImpl.getBanById(PerunSession sess, int banId) voidFacilitiesManagerBlImpl.removeBan(PerunSession sess, int banId) voidFacilitiesManagerBlImpl.removeBan(PerunSession sess, int userId, int facilityId) voidResourcesManagerBlImpl.removeBan(PerunSession sess, int banId) voidResourcesManagerBlImpl.removeBan(PerunSession sess, int memberId, int resourceId) voidVosManagerBlImpl.removeBan(PerunSession sess, int banId) voidVosManagerBlImpl.removeBanForMember(PerunSession sess, int memberId) -
Uses of BanNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw BanNotExistsExceptionModifier and TypeMethodDescriptionFacilitiesManagerEntry.getBan(PerunSession sess, int userId, int faclityId) ResourcesManagerEntry.getBan(PerunSession sess, int memberId, int resourceId) FacilitiesManagerEntry.getBanById(PerunSession sess, int banId) ResourcesManagerEntry.getBanById(PerunSession sess, int banId) VosManagerEntry.getBanById(PerunSession sess, int banId) voidFacilitiesManagerEntry.removeBan(PerunSession sess, int banId) voidFacilitiesManagerEntry.removeBan(PerunSession sess, int userId, int facilityId) voidResourcesManagerEntry.removeBan(PerunSession sess, int banId) voidResourcesManagerEntry.removeBan(PerunSession sess, int memberId, int resourceId) voidVosManagerEntry.removeBan(PerunSession sess, int banId) voidVosManagerEntry.removeBanForMember(PerunSession sess, Member member) FacilitiesManagerEntry.updateBan(PerunSession sess, BanOnFacility banOnFacility) ResourcesManagerEntry.updateBan(PerunSession sess, BanOnResource banOnResource) VosManagerEntry.updateBan(PerunSession sess, BanOnVo banOnVo) -
Uses of BanNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw BanNotExistsExceptionModifier and TypeMethodDescriptionFacilitiesManagerImpl.getBan(PerunSession sess, int userId, int faclityId) ResourcesManagerImpl.getBan(PerunSession sess, int memberId, int resourceId) FacilitiesManagerImpl.getBanById(PerunSession sess, int banId) ResourcesManagerImpl.getBanById(PerunSession sess, int banId) VosManagerImpl.getBanById(PerunSession sess, int banId) voidFacilitiesManagerImpl.removeBan(PerunSession sess, int banId) voidFacilitiesManagerImpl.removeBan(PerunSession sess, int userId, int facilityId) voidResourcesManagerImpl.removeBan(PerunSession sess, int banId) voidResourcesManagerImpl.removeBan(PerunSession sess, int memberId, int resourceId) voidVosManagerImpl.removeBan(PerunSession sess, int banId) -
Uses of BanNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw BanNotExistsExceptionModifier and TypeMethodDescriptionFacilitiesManagerImplApi.getBan(PerunSession sess, int userId, int faclityId) Get specific facility ban.ResourcesManagerImplApi.getBan(PerunSession sess, int memberId, int resourceId) Get specific resource ban.FacilitiesManagerImplApi.getBanById(PerunSession sess, int banId) Get Ban for user on facility by it's idResourcesManagerImplApi.getBanById(PerunSession sess, int banId) Get Ban for member on resource by it's idVosManagerImplApi.getBanById(PerunSession sess, int banId) Get ban by its id.voidFacilitiesManagerImplApi.removeBan(PerunSession sess, int banId) Remove ban by id from facilities bans.voidFacilitiesManagerImplApi.removeBan(PerunSession sess, int userId, int facilityId) Remove ban by user_id and facility_id.voidResourcesManagerImplApi.removeBan(PerunSession sess, int banId) Remove ban by id from resources bans.voidResourcesManagerImplApi.removeBan(PerunSession sess, int memberId, int resourceId) Remove ban by member_id and facility_idvoidVosManagerImplApi.removeBan(PerunSession sess, int banId) Removes ban with given id.