Uses of Class
cz.metacentrum.perun.core.api.Ban
Packages that use Ban
Package
Description
Exceptions.
-
Uses of Ban in cz.metacentrum.perun.core.api
Subclasses of Ban in cz.metacentrum.perun.core.apiModifier and TypeClassDescriptionclass
Represents specific ban of user on facility.class
Represents specific ban of member on resource.class
-
Uses of Ban in cz.metacentrum.perun.core.api.exceptions
Methods in cz.metacentrum.perun.core.api.exceptions that return BanModifier and TypeMethodDescriptionBanAlreadyExistsException.getBan()
Getter for the banBanNotExistsException.getBan()
Getter for the banMethods in cz.metacentrum.perun.core.api.exceptions with parameters of type BanModifier and TypeMethodDescriptionvoid
Setter for the banvoid
Setter for the banConstructors in cz.metacentrum.perun.core.api.exceptions with parameters of type BanModifierConstructorDescriptionConstructor with the ban that already existsBanNotExistsException
(Ban ban) Constructor with ban that does not exist