Uses of Class
de.xima.fc.license.LicenseAccess
Packages that use LicenseAccess
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für konkrete Helperklassen
Commonly used enumeration that are mainly used in model classes.
-
Uses of LicenseAccess in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type LicenseAccessModifier and TypeMethodDescriptionBenutzerAPI.getUserAccess(LicenseAccess licenseAccess) Deprecated.Creates an useraccess based on an license access -
Uses of LicenseAccess in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return LicenseAccessModifier and TypeMethodDescriptionLicenseAPI.getLicenseAccess(Mandant client) Gets the license access based on the given client.LicenseAPI.getSystemLicenseAccess()Gets the access for the system license only! -
Uses of LicenseAccess in de.xima.fc.auth
Methods in de.xima.fc.auth with parameters of type LicenseAccessModifier and TypeMethodDescriptionstatic booleanClientDescriptorHelper.hasLicenseAccess(IClientDescriptor descriptor, LicenseAccess licenseAccess) -
Uses of LicenseAccess in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type LicenseAccessModifierConstructorDescriptionAccessPropertyEntryModel(EAccessProperty prop, LicenseAccess access, Locale loc) -
Uses of LicenseAccess in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type LicenseAccessModifier and TypeMethodDescriptionstatic booleanUserProfileHelper.updateSystemPermissions(UserProfile profile, LicenseAccess licenseAccess) Updates the system permissions of a system admin user profile based on the system license. -
Uses of LicenseAccess in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums with parameters of type LicenseAccessModifier and TypeMethodDescriptionbooleanELicenseFeature.checkLicense(LicenseAccess licenseAccess) Determines whether this license feature needs to be checked given the license context (LicenseAccess). -
Uses of LicenseAccess in de.xima.fc.user
Methods in de.xima.fc.user that return LicenseAccessConstructors in de.xima.fc.user with parameters of type LicenseAccess -
Uses of LicenseAccess in de.xima.fc.web.common.utils.auth
Methods in de.xima.fc.web.common.utils.auth with parameters of type LicenseAccessModifier and TypeMethodDescriptionstatic booleanAuthHelper.hasAuthClientLicenseAccess(EAuthClientType type, LicenseAccess licenseAccess)