public interface LicenseService
Modifier and Type | Method and Description |
---|---|
boolean |
deleteLicense(java.lang.Long licenseId)
Delete license from the DB
|
java.util.List<License> |
findAll() |
void |
uploadLicense(byte[] content)
Store license into the DB
|
java.util.List<License> findAll()
void uploadLicense(byte[] content) throws ErrorException
content
- ErrorException
boolean deleteLicense(java.lang.Long licenseId)
licenseId
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.