Uses of Class
de.xima.fc.mdl.license.LicenseSyncData
-
Packages that use LicenseSyncData Package Description de.xima.fc.api.cache de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.mdl.license -
-
Uses of LicenseSyncData in de.xima.fc.api.cache
Method parameters in de.xima.fc.api.cache with type arguments of type LicenseSyncData Modifier and Type Method Description static LicenseModelLicenseCache. getCachedLicense(String licenseKey, Callable<LicenseSyncData> function) -
Uses of LicenseSyncData in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return LicenseSyncData Modifier and Type Method Description LicenseSyncDataLicenseFileAPI. getClientLicenseSyncMeta(UserContext uc, Mandant client)LicenseSyncDataLicenseFileAPI. getSystemLicenseSyncMeta(UserContext uc) -
Uses of LicenseSyncData in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return LicenseSyncData Modifier and Type Method Description LicenseSyncDataLicenseFileHandler. getClientLicenseSyncData(UserContext uc, long id)LicenseSyncDataLicenseFileHandler. getSystemLicenseSyncData(UserContext uc) -
Uses of LicenseSyncData in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return LicenseSyncData Modifier and Type Method Description LicenseSyncDataILicenseFileHandler. getClientLicenseSyncData(UserContext uc, long id)LicenseSyncDataILicenseFileHandler. getSystemLicenseSyncData(UserContext uc) -
Uses of LicenseSyncData in de.xima.fc.mdl.license
Subclasses of LicenseSyncData in de.xima.fc.mdl.license Modifier and Type Class Description static classLicenseSyncData.Empty
-