Method DetailInternalKey copyKey(InternalKey key, String name) Creates copy of this activation key
Parameters:
Returns: InternalKey Since: 01-16-2012 InternalKey createActivationKey(String name, Data data) Creates a new InternalKey for the given enterprise with the specified settings.
Parameters:
Returns: InternalKey Since: 03-02-2010 InternalKey createAffiliateActivationKey(String name, String inviteCode) Creates a new affiliate InternalKey for the given enterprise and store item.
Parameters:
Returns: InternalKey Since: 04-29-2010 InternalKey createResellerActivationKey(String name, String inviteCode) Creates a new reseller InternalKey for the given enterprise and store item.
Parameters:
Returns: InternalKey Since: 04-29-2010 boolean deleteActivationKey(String id) Deletes the specified key. The key must not be associated with any pals or transactions. Returns true on success.
Parameters:
Returns: boolean Since: 03-08-2010 InternalKey getActivationKey(String id) Returns the InternalKey identified by id.
Parameters:
Returns: InternalKey Since: 03-02-2010 SystemDataView getActivationKeys() Returns a view for accessing activation keys for this enterprise. Returns: SystemDataView DataList Name: Keys
Since: 03-02-2010 boolean isActivationKeyNameUnique(String name) Returns true if the enterprise does not have an activation key with the given name.
Parameters:
Returns: boolean Since: 03-02-2010 boolean setActivationKeyActive(String id) Sets the specified key to active. The key must have been approved for use.
Parameters:
Returns: boolean Since: 03-22-2010 boolean setActivationKeyInActive(String id) Sets the specified key to inactive. The key must have been approved for use.
Parameters:
Returns: boolean Since: 03-22-2010 String toString() Returns a description of this object. Returns: String Since: 03-02-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 22, 2024 11:54 AM |