Uses of Class
de.xima.fc.mdl.license.LicenseModel
-
Packages that use LicenseModel Package Description de.xima.fc.api.cache de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.gui.bean.settings de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.license de.xima.fc.mdl.cache de.xima.fc.mdl.license -
-
Uses of LicenseModel in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache that return LicenseModel Modifier and Type Method Description static 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 LicenseModel Modifier and Type Method Description LicenseModel
LicenseAPI. getUnchachedLicenseModel(UserContext uc, String licenseKey)
Gets the uncached model of an licenseLicenseModel
LicenseAPI. 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 LicenseModel Modifier and Type Method Description LicenseModel
LicenseFileDao. getClientLicenseModel(IEntityContext ec, Mandant client)
LicenseModel
LicenseFileDao. getSystemLicenseModel(IEntityContext ec)
Methods in de.xima.fc.dao.impl with parameters of type LicenseModel Modifier and Type Method Description LicenseFile
LicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)
LicenseFile
LicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)
boolean
ServerNodeDao. isCurrentNodeAccepted(IEntityContext ec, LicenseModel systemLicense)
-
Uses of LicenseModel in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LicenseModel Modifier and Type Method Description LicenseModel
ILicenseFileDao. getClientLicenseModel(IEntityContext ec, Mandant client)
LicenseModel
ILicenseFileDao. getSystemLicenseModel(IEntityContext ec)
Methods in de.xima.fc.dao.interfaces with parameters of type LicenseModel Modifier and Type Method Description LicenseFile
ILicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)
LicenseFile
ILicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)
boolean
IServerNodeDao. isCurrentNodeAccepted(IEntityContext ec, LicenseModel systemLicense)
Checks if the current node is accepted with the given system license. -
Uses of LicenseModel in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return LicenseModel Modifier and Type Method Description LicenseModel
LicenseBean. getClientLicenseModelByKey(String licenseKey)
LicenseModel
ClientBean. getLicenseModel()
Gets the licenseModelLicenseModel
LicenseBean. getLicenseModel(LicenseFile file)
LicenseModel
LicenseBean. getSystemLicense()
Methods in de.xima.fc.gui.bean.settings with parameters of type LicenseModel Modifier and Type Method Description List<ItemLicenseViewModel>
LicenseBean. 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 LicenseModel Modifier and Type Method Description LicenseModel
ILicenseHandler. getUnchachedLicenseModel(UserContext uc, String licenseKey)
Gets the license modelLicenseModel
ILicenseHandler. getUnchachedSystemLicenseModel(UserContext uc)
-
Uses of LicenseModel in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return LicenseModel Modifier and Type Method Description LicenseModel
LicenseHandler. getUnchachedLicenseModel(UserContext uc, String licenseKey)
LicenseModel
LicenseHandler. getUnchachedSystemLicenseModel(UserContext uc)
-
Uses of LicenseModel in de.xima.fc.license
Methods in de.xima.fc.license that return LicenseModel Modifier and Type Method Description LicenseModel
LicenseAccess. getClientLicense()
Gets the clientLicenseLicenseModel
LicenseAccess. getSystemLicense()
Gets the systemLicenseConstructors in de.xima.fc.license with parameters of type LicenseModel Constructor Description LicenseAccess(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 LicenseModel Modifier and Type Method Description LicenseModel
LicenseCacheModel. getLicense()
Constructors in de.xima.fc.mdl.cache with parameters of type LicenseModel Constructor Description LicenseCacheModel(LicenseModel license, String licenseKey, String syncHash)
-
Uses of LicenseModel in de.xima.fc.mdl.license
Constructor parameters in de.xima.fc.mdl.license with type arguments of type LicenseModel Constructor Description LicenseModel(byte[] licenseFileData, Predicate<LicenseModel> serverNodeAcceptedFunction)
LicenseModel(byte[] licenseFileData, List<byte[]> subLicensesFileData, Predicate<LicenseModel> serverNodeAcceptedFunction)
-