Package de.xima.fc.api.entity
Class LicenseFileAPI
- java.lang.Object
-
- de.xima.fc.api.ASubAPI
-
- de.xima.fc.api.entity.AEntityAPI<LicenseFile>
-
- de.xima.fc.api.entity.LicenseFileAPI
-
public class LicenseFileAPI extends AEntityAPI<LicenseFile>
API class for mainpulation ofLicenseFile
entites.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
-
Constructor Summary
Constructors Constructor Description LicenseFileAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseFile
getByKey(UserContext uc, String licenseKey)
LicenseSyncData
getClientLicenseSyncMeta(UserContext uc, Mandant client)
LicenseSyncData
getSystemLicenseSyncMeta(UserContext uc)
-
Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
-
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
-
-
-
Method Detail
-
getByKey
public LicenseFile getByKey(UserContext uc, String licenseKey)
-
getSystemLicenseSyncMeta
public LicenseSyncData getSystemLicenseSyncMeta(UserContext uc)
-
getClientLicenseSyncMeta
public LicenseSyncData getClientLicenseSyncMeta(UserContext uc, Mandant client) throws IOException
- Throws:
IOException
-
-