This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| access:internet_key_api_development [2011/02/03 22:36] mjallison | access:internet_key_api_development [2012/10/10 16:20] (current) | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| * **void addUser( LicenseKey l, StorageUser u )** - Adds a user to the specific key. | * **void addUser( LicenseKey l, StorageUser u )** - Adds a user to the specific key. | ||
| * **void removeUser( LicenseKey l, StorageUser u )** -- Removes a user from the specified key. | * **void removeUser( LicenseKey l, StorageUser u )** -- Removes a user from the specified key. | ||
| - | * **void updateLicenseDuration( LicenseKey l, long newDuration )** -- Modifies the license duration. | + | * **void updateLicenseMaxCheckout( LicenseKey l, long newDuration )** -- Modifies the license duration. | 
| ===== SupportAPI (AGTEK Employees only) ===== | ===== SupportAPI (AGTEK Employees only) ===== | ||
| Line 44: | Line 44: | ||
| * **void deleteLicense( LicenseKey l )** - Delete a key, and all of it's user assignments. | * **void deleteLicense( LicenseKey l )** - Delete a key, and all of it's user assignments. | ||
| * **void updateLicense( LicenseKey l )** - Updates the contents of the key in the database (same id) with changes. | * **void updateLicense( LicenseKey l )** - Updates the contents of the key in the database (same id) with changes. | ||
| + | * **void unlockLicense( LicenseKey l )** - Removes the checkout of the License Key. | ||
| * **void updateUser( StorageUser u )** - Modified to handle Role. | * **void updateUser( StorageUser u )** - Modified to handle Role. | ||
| - | * **void updateCustomer( StorageCustomer c )** - Updated to handle //hasAccess// and //hasLicense// flags. | + | * **void updateCustomer( StorageCustomer c )** - Updated to handle //maxUsers//, //hasAccess// and //hasLicense// flags. | 
| ===== Storage User ===== | ===== Storage User ===== | ||