Package com.hp.ucmdb.api.license
Interface LicensingService
public interface LicensingService
User: Voina Bianca
Date: 6/11/12
The interface for querying information about licenses.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLicense
(Integer customerID, String licenseKey) Add License to customervoid
addLicenseToPool
(String licenseKey) Add License to poolReturns information about all licensesgetAllLicenses
(int customerID) Returns information about all licenses regarding to input customer ID
-
Method Details
-
getAllLicenses
Collection<LicenseDetails> getAllLicenses()Returns information about all licenses- Returns:
- information about licenses
-
getAllLicenses
Returns information about all licenses regarding to input customer ID- Returns:
- information about licenses regarding to input customer ID
-
addLicense
Add License to customer- Parameters:
customerID
-licenseKey
-
-
addLicenseToPool
Add License to pool- Parameters:
licenseKey
-
-