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 TypeClassDescriptionclassRepresents specific ban of user on facility.classRepresents 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 TypeMethodDescriptionvoidSetter for the banvoidSetter 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