Uses of Class
de.xima.fc.mdl.license.LicenseModel
Packages that use LicenseModel
Package
Description
Package for API access to system configuration.
-
Uses of LicenseModel in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache that return LicenseModelModifier and TypeMethodDescriptionstatic LicenseModel
LicenseCache.getCachedLicense
(Mandant client) static LicenseModel
LicenseCache.getCachedLicense
(String licenseKey, Callable<LicenseSyncData> function) static LicenseModel
LicenseCache.getCachedSystemLicense()
-
Uses of LicenseModel in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return LicenseModelModifier and TypeMethodDescriptionLicenseAPI.getUnchachedLicenseModel
(UserContext uc, String licenseKey) Gets the uncached model of an licenseLicenseAPI.getUnchachedSystemLicenseModel
(UserContext uc) Gets the uncached model of the system license -
Uses of LicenseModel in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return LicenseModelModifier and TypeMethodDescriptionLicenseFileDao.getClientLicenseModel
(IEntityContext ec, Mandant client) LicenseFileDao.getSystemLicenseModel
(IEntityContext ec) Methods in de.xima.fc.dao.impl with parameters of type LicenseModelModifier and TypeMethodDescriptionLicenseFileDao.createOrUpdateClientLicense
(IEntityContext ec, LicenseModel model, String licenseKey, String userName) LicenseFileDao.createOrUpdateSystemLicense
(IEntityContext ec, LicenseModel model, String userName) -
Uses of LicenseModel in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LicenseModelModifier and TypeMethodDescriptionILicenseFileDao.getClientLicenseModel
(IEntityContext ec, Mandant client) ILicenseFileDao.getSystemLicenseModel
(IEntityContext ec) Methods in de.xima.fc.dao.interfaces with parameters of type LicenseModelModifier and TypeMethodDescriptionILicenseFileDao.createOrUpdateClientLicense
(IEntityContext ec, LicenseModel model, String licenseKey, String userName) ILicenseFileDao.createOrUpdateSystemLicense
(IEntityContext ec, LicenseModel model, String userName) -
Uses of LicenseModel in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return LicenseModelModifier and TypeMethodDescriptionLicenseBean.getClientLicenseModelByKey
(String licenseKey) ClientBean.getLicenseModel()
Gets the licenseModelLicenseBean.getLicenseModel
(LicenseFile file) LicenseBean.getSystemLicense()
Methods in de.xima.fc.gui.bean.settings with parameters of type LicenseModelModifier and TypeMethodDescriptionLicenseBean.getAllItemLicenses
(LicenseModel license) com.alibaba.fastjson.JSONObject
ClientBean.getLicenseDataAsJson
(LicenseModel license) void
ClientBean.setLicenseModel
(LicenseModel licenseModel) Sets the licenseModel -
Uses of LicenseModel in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return LicenseModelModifier and TypeMethodDescriptionILicenseHandler.getUnchachedLicenseModel
(UserContext uc, String licenseKey) Gets the license modelILicenseHandler.getUnchachedSystemLicenseModel
(UserContext uc) -
Uses of LicenseModel in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return LicenseModelModifier and TypeMethodDescriptionLicenseHandler.getUnchachedLicenseModel
(UserContext uc, String licenseKey) LicenseHandler.getUnchachedSystemLicenseModel
(UserContext uc) -
Uses of LicenseModel in de.xima.fc.license
Methods in de.xima.fc.license that return LicenseModelModifier and TypeMethodDescriptionLicenseAccess.getClientLicense()
Gets the clientLicenseLicenseAccess.getSystemLicense()
Gets the systemLicenseConstructors in de.xima.fc.license with parameters of type LicenseModelModifierConstructorDescriptionLicenseAccess
(LicenseModel systemLicense) LicenseAccess
(LicenseModel systemLicense, LicenseModel clientLicense) Creates a new license wrapper with a client and system license. -
Uses of LicenseModel in de.xima.fc.mdl.cache
Methods in de.xima.fc.mdl.cache that return LicenseModelConstructors in de.xima.fc.mdl.cache with parameters of type LicenseModelModifierConstructorDescriptionLicenseCacheModel
(LicenseModel license, String licenseKey, String syncHash)