Uses of Enum Class
org.craftercms.commons.entitlements.model.Module
Packages that use Module
Package
Description
-
Uses of Module in org.craftercms.commons.entitlements.exception
Fields in org.craftercms.commons.entitlements.exception declared as ModuleModifier and TypeFieldDescriptionprotected Module
EntitlementExceededException.module
The module that requested the validation.protected Module
UnsupportedEntitlementException.module
The requested module.Methods in org.craftercms.commons.entitlements.exception that return ModuleModifier and TypeMethodDescriptionEntitlementExceededException.getModule()
UnsupportedEntitlementException.getModule()
Methods in org.craftercms.commons.entitlements.exception with parameters of type ModuleConstructors in org.craftercms.commons.entitlements.exception with parameters of type ModuleModifierConstructorDescriptionEntitlementExceededException
(Module module, EntitlementType entitlementType, Number entitlementValue, Number currentValue) UnsupportedEntitlementException
(Module module, EntitlementType entitlementType) -
Uses of Module in org.craftercms.commons.entitlements.model
Methods in org.craftercms.commons.entitlements.model that return Module -
Uses of Module in org.craftercms.commons.entitlements.usage
Methods in org.craftercms.commons.entitlements.usage that return Module