Uses of Class
de.xima.fc.entities.LicenseFile
Packages that use LicenseFile
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of LicenseFile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return LicenseFileModifier and TypeMethodDescriptionLicenseFileAPI.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 LicenseFileModifier and TypeMethodDescriptionLicenseFileDao.createOrUpdateClientLicense
(IEntityContext ec, LicenseModel model, String licenseKey, String userName) LicenseFileDao.createOrUpdateItemLicense
(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName) LicenseFileDao.createOrUpdateSystemLicense
(IEntityContext ec, LicenseModel model, String userName) LicenseFileDao.getByKey
(IEntityContext ec, String licenseKey, ELicenseFileType licenseType) LicenseFileDao.getClientLicense
(IEntityContext ec, long clientid) LicenseFileDao.getClientLicense
(IEntityContext ec, Mandant client) LicenseFileDao.getSystemLicense
(IEntityContext ec) Methods in de.xima.fc.dao.impl that return types with arguments of type LicenseFileModifier and TypeMethodDescriptionLicenseFileDao.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 LicenseFileModifier and TypeMethodDescriptionILicenseFileDao.createOrUpdateClientLicense
(IEntityContext ec, LicenseModel model, String licenseKey, String userName) ILicenseFileDao.createOrUpdateItemLicense
(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName) ILicenseFileDao.createOrUpdateSystemLicense
(IEntityContext ec, LicenseModel model, String userName) ILicenseFileDao.getByKey
(IEntityContext ec, String licenseKey, ELicenseFileType licenseType) ILicenseFileDao.getClientLicense
(IEntityContext ec, long clientid) ILicenseFileDao.getClientLicense
(IEntityContext ec, Mandant client) ILicenseFileDao.getSystemLicense
(IEntityContext ec) Methods in de.xima.fc.dao.interfaces that return types with arguments of type LicenseFileModifier and TypeMethodDescriptionILicenseFileDao.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 LicenseFileMethod parameters in de.xima.fc.entities with type arguments of type LicenseFile -
Uses of LicenseFile in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return LicenseFileMethods in de.xima.fc.gui.bean.settings with parameters of type LicenseFileModifier and TypeMethodDescriptionLicenseBean.getClientLicenseSnapshot
(LicenseFile licenseFile) 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 -
Uses of LicenseFile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return LicenseFileModifier and TypeMethodDescriptionLicenseFileHandler.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 LicenseFileModifier and TypeMethodDescriptionILicenseFileHandler.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 LicenseFileModifierConstructorDescriptionLicenseSyncData
(LicenseFile license, List<LicenseFile> itemLicenses) Constructor parameters in de.xima.fc.mdl.license with type arguments of type LicenseFileModifierConstructorDescriptionLicenseSyncData
(LicenseFile license, List<LicenseFile> itemLicenses)