| Package | Description |
|---|---|
| com.h3c.sdn.adm.dao |
Definitions of data access services for persisting and retrieving
information applicable at the Administrator tier of the SDN Controller.
|
| com.h3c.sdn.license |
Definitions of the domain model pertaining to the Licenses.
|
| Modifier and Type | Method and Description |
|---|---|
WriteQuery<LicenseKey> |
QueryService.getAddLicenseQuery(LicenseKey licenseKey)
Creates a write query to add a new license.
|
ReadQuery<List<LicenseKey>> |
QueryService.getFindLicensesQuery()
Creates a find query that will find all LicenseKey objects.
|
WriteQuery<LicenseKey> |
QueryService.getUpdateLicenseQuery(LicenseKey licenseKey)
Creates a query to update a license in the database.
|
| Modifier and Type | Method and Description |
|---|---|
WriteQuery<LicenseKey> |
QueryService.getAddLicenseQuery(LicenseKey licenseKey)
Creates a write query to add a new license.
|
WriteQuery<Void> |
QueryService.getDeleteLicenseQuery(LicenseKey licenseKey)
Creates a delete query to remove a license.
|
WriteQuery<LicenseKey> |
QueryService.getUpdateLicenseQuery(LicenseKey licenseKey)
Creates a query to update a license in the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppLicense
Application license DTO to hold license info.
|
| Constructor and Description |
|---|
LicenseKey(Id<? extends LicenseKey,Long> id,
short sno,
String key)
License key DTO to hold a license serial number and it's key
|
LicenseKey(Id<? extends LicenseKey,Long> id,
short sno,
String key,
Date lastUpdated)
License key DTO to hold a license serial number, key and the last
modified date.
|
Copyright © 2014. All Rights Reserved.