@PermitAll public class LicenseServiceBean extends Object implements com.whitestein.lsps.common.LicenseServiceLocal
| Constructor and Description |
|---|
LicenseServiceBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteLicense(Long licenseId) |
List<License> |
findAll() |
List<byte[]> |
getValidLicenses() |
void |
uploadLicense(byte[] content) |
public void uploadLicense(byte[] content)
throws ErrorException
uploadLicense in interface LicenseServiceErrorExceptionpublic List<License> findAll()
findAll in interface LicenseServicepublic boolean deleteLicense(Long licenseId)
deleteLicense in interface LicenseServicepublic List<byte[]> getValidLicenses()
getValidLicenses in interface com.whitestein.lsps.common.LicenseServiceLocalCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.