Uses of Class
de.xima.fc.entities.LicenseFile
-
Packages that use LicenseFile Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.gui.bean.settings de.xima.fc.gui.model.license de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.mdl.license -
-
Uses of LicenseFile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return LicenseFile Modifier and Type Method Description LicenseFile
LicenseFileAPI. getByKey(UserContext uc, String licenseKey)
-
Uses of LicenseFile in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return LicenseFile 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)
LicenseFile
LicenseFileDao. getByKey(IEntityContext ec, String licenseKey)
LicenseFile
LicenseFileDao. getClientLicense(IEntityContext ec, long clientid)
LicenseFile
LicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)
LicenseFile
LicenseFileDao. getSystemLicense(IEntityContext ec)
Methods in de.xima.fc.dao.impl that return types with arguments of type LicenseFile Modifier and Type Method Description protected IFCDaoActionHook<LicenseFile>
LicenseFileDao. getPreActionHook()
-
Uses of LicenseFile in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LicenseFile 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)
LicenseFile
ILicenseFileDao. getByKey(IEntityContext ec, String licenseKey)
LicenseFile
ILicenseFileDao. getClientLicense(IEntityContext ec, long clientid)
LicenseFile
ILicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)
LicenseFile
ILicenseFileDao. getSystemLicense(IEntityContext ec)
-
Uses of LicenseFile in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return LicenseFile Modifier and Type Method Description LicenseFile
LicenseBean. getSelectedLicense()
Methods in de.xima.fc.gui.bean.settings with parameters of type LicenseFile Modifier and Type Method Description LicenseDataSnapshot
LicenseBean. getClientLicenseSnapshot(LicenseFile licenseFile)
LicenseModel
LicenseBean. getLicenseModel(LicenseFile file)
-
Uses of LicenseFile in de.xima.fc.gui.model.license
Constructors in de.xima.fc.gui.model.license with parameters of type LicenseFile Constructor Description LicenseViewModel(LicenseFile file)
-
Uses of LicenseFile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return LicenseFile Modifier and Type Method Description LicenseFile
LicenseFileHandler. getByKey(UserContext uc, String licenseKey)
-
Uses of LicenseFile in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return LicenseFile Modifier and Type Method Description LicenseFile
ILicenseFileHandler. getByKey(UserContext uc, String licenseKey)
Gets the license file by the key -
Uses of LicenseFile in de.xima.fc.mdl.license
Constructors in de.xima.fc.mdl.license with parameters of type LicenseFile Constructor Description LicenseSyncData(LicenseFile license)
LicenseSyncData(LicenseFile license, boolean delete)
-