Interface ILicenseHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 LicenseHandler
public interface ILicenseHandler extends IGenericHandler
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELicenseVersionStategetSystemLicenseVersionState(UserContext uc)LicenseModelgetUnchachedLicenseModel(UserContext uc, String licenseKey)Gets the license modelLicenseModelgetUnchachedSystemLicenseModel(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, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getUnchachedLicenseModel
LicenseModel getUnchachedLicenseModel(UserContext uc, String licenseKey)
Gets the license model- Parameters:
 uc- the user-contextlicenseKey- the license key- Returns:
 - the license model or 
null 
 
- 
getUnchachedSystemLicenseModel
LicenseModel getUnchachedSystemLicenseModel(UserContext uc)
 
- 
getSystemLicenseVersionState
ELicenseVersionState getSystemLicenseVersionState(UserContext uc)
 
 - 
 
 -