Interface ILicenseFileHandler
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
LicenseFileHandler
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetByKey
(UserContext uc, String licenseKey, ELicenseFileType licenseType) Gets the license file by the keygetClientLicenseSyncData
(UserContext uc, long id) Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
getByKey
Gets the license file by the key- Parameters:
uc
- the user contextlicenseKey
- the license keylicenseType
- the license type- Returns:
- the license file or
null
-
getSystemLicenseSyncData
-
getClientLicenseSyncData
-