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 -
-
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 LicenseModel
LicenseCache. getCachedLicense(String cacheKey, 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 LicenseSyncData
LicenseFileAPI. getClientLicenseSyncMeta(UserContext uc, Mandant client)
LicenseSyncData
LicenseFileAPI. 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 LicenseSyncData
LicenseFileHandler. getClientLicenseSyncData(UserContext uc, long id)
LicenseSyncData
LicenseFileHandler. 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 LicenseSyncData
ILicenseFileHandler. getClientLicenseSyncData(UserContext uc, long id)
LicenseSyncData
ILicenseFileHandler. getSystemLicenseSyncData(UserContext uc)
-