Uses of Class
de.xima.fc.license.LicenseAccess
-
Packages that use LicenseAccess Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.gui.model de.xima.fc.user -
-
Uses of LicenseAccess in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type LicenseAccess Modifier and Type Method Description UserAccess
BenutzerAPI. getUserAccess(LicenseAccess licenseAccess)
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 LicenseAccess Modifier and Type Method Description LicenseAccess
LicenseAPI. getLicenseAccess(Mandant client)
Gets the license access based on the given clientLicenseAccess
LicenseAPI. getSystemLicenseAccess()
Gets the access for the system license only! -
Uses of LicenseAccess in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type LicenseAccess Constructor Description RolePropertyEntryModel(EAccessProperty prop, LicenseAccess access, Locale loc)
-
Uses of LicenseAccess in de.xima.fc.user
Methods in de.xima.fc.user that return LicenseAccess Modifier and Type Method Description LicenseAccess
UserAccess. getLicenseAccess()
Gets the licenseAccessConstructors in de.xima.fc.user with parameters of type LicenseAccess Constructor Description UserAccess(LicenseAccess licenseAccess)
-