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 LicenseFile
LicenseFileAPI. 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 LicenseFile
LicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)
LicenseFile
LicenseFileDao. createOrUpdateItemLicense(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName)
LicenseFile
LicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)
LicenseFile
LicenseFileDao. getByKey(IEntityContext ec, String licenseKey, ELicenseFileType licenseType)
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 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 LicenseFile
ILicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)
LicenseFile
ILicenseFileDao. createOrUpdateItemLicense(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName)
LicenseFile
ILicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)
LicenseFile
ILicenseFileDao. getByKey(IEntityContext ec, String licenseKey, ELicenseFileType licenseType)
LicenseFile
ILicenseFileDao. getClientLicense(IEntityContext ec, long clientid)
LicenseFile
ILicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)
LicenseFile
ILicenseFileDao. 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 void
LicenseFile. 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 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, 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 LicenseFile
ILicenseFileHandler. 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)
-