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.entities Package für Datenbankentitätende.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 LicenseFileLicenseFileAPI. getByKey(UserContext uc, String licenseKey, ELicenseFileType licenseType) -
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. createOrUpdateItemLicense(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName)LicenseFileLicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)LicenseFileLicenseFileDao. getByKey(IEntityContext ec, String licenseKey, ELicenseFileType licenseType)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 List<LicenseFile>LicenseFileDao. getItemLicenses(IEntityContext ec, String licenseKey)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. createOrUpdateItemLicense(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName)LicenseFileILicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)LicenseFileILicenseFileDao. getByKey(IEntityContext ec, String licenseKey, ELicenseFileType licenseType)LicenseFileILicenseFileDao. getClientLicense(IEntityContext ec, long clientid)LicenseFileILicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)LicenseFileILicenseFileDao. getSystemLicense(IEntityContext ec)Methods in de.xima.fc.dao.interfaces that return types with arguments of type LicenseFile Modifier and Type Method Description List<LicenseFile>ILicenseFileDao. getItemLicenses(IEntityContext ec, String licenseKey) -
Uses of LicenseFile in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type LicenseFile Modifier and Type Method Description List<LicenseFile>LicenseFile. getChildren()Method parameters in de.xima.fc.entities with type arguments of type LicenseFile Modifier and Type Method Description voidLicenseFile. setChildren(List<LicenseFile> children) -
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 LicenseFileLicenseBean. getSelectedLicense()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) -
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 LicenseFileLicenseFileHandler. getByKey(UserContext uc, String licenseKey, ELicenseFileType licenseType) -
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, ELicenseFileType licenseType)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, List<LicenseFile> itemLicenses)Constructor parameters in de.xima.fc.mdl.license with type arguments of type LicenseFile Constructor Description LicenseSyncData(LicenseFile license, List<LicenseFile> itemLicenses)
-