Interface ILicenseFileHandler
-
- All Superinterfaces:
IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
LicenseFileHandler
public interface ILicenseFileHandler extends IGenericHandler
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseFilegetByKey(UserContext uc, String licenseKey, ELicenseFileType licenseType)Gets the license file by the keyLicenseSyncDatagetClientLicenseSyncData(UserContext uc, long id)LicenseSyncDatagetSystemLicenseSyncData(UserContext uc)-
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 Detail
-
getByKey
LicenseFile getByKey(UserContext uc, String licenseKey, ELicenseFileType licenseType)
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
LicenseSyncData getSystemLicenseSyncData(UserContext uc)
-
getClientLicenseSyncData
LicenseSyncData getClientLicenseSyncData(UserContext uc, long id)
-
-