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.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 LicenseFileLicenseFileAPI. 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 LicenseFileLicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)LicenseFileLicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)LicenseFileLicenseFileDao. getByKey(IEntityContext ec, String licenseKey)LicenseFileLicenseFileDao. getClientLicense(IEntityContext ec, long clientid)LicenseFileLicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)LicenseFileLicenseFileDao. 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 LicenseFileILicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)LicenseFileILicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)LicenseFileILicenseFileDao. getByKey(IEntityContext ec, String licenseKey)LicenseFileILicenseFileDao. getClientLicense(IEntityContext ec, long clientid)LicenseFileILicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)LicenseFileILicenseFileDao. getSystemLicense(IEntityContext ec) -
Uses of LicenseFile in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type LicenseFile Modifier and Type Method Description IEntityListModel<LicenseFile>LicenseBean. getClientLicensesModel()Methods in de.xima.fc.gui.bean.settings with parameters of type LicenseFile Modifier and Type Method Description LicenseDataSnapshotLicenseBean. getClientLicenseSnapshot(LicenseFile licenseFile)LicenseModelLicenseBean. getLicenseModel(LicenseFile file)voidLicenseBean. updateClientToLicense(LicenseFile license)Method parameters in de.xima.fc.gui.bean.settings with type arguments of type LicenseFile Modifier and Type Method Description voidLicenseBean. setClientLicensesModel(IEntityListModel<LicenseFile> clientLicensesModel) -
Uses of LicenseFile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return LicenseFile Modifier and Type Method Description LicenseFileLicenseFileHandler. 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 LicenseFileILicenseFileHandler. 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)
-