public interface

ContactLicenseInfo

com.microstrategy.web.objects.admin.licensing.ContactLicenseInfo

Class Overview

The ContactLicenseInfo interface represents a single contact’s license information. It contains an array containing the license types the contact uses, a flag as to whether the contact is enabled or not, and a method to return the contact object.

Summary

Public Methods
abstract WebSubscriptionComponent getContact()
Returns the Subscription component object representing a contact.
abstract String getContactID()
Returns the contact DSSID.
abstract String getContactName()
Returns the contact name.
abstract int[] getLicenseTypes()
Returns the license types for a contact.
abstract boolean isEnabled()
Returns whether the contact is enabled or not.

Public Methods

public abstract WebSubscriptionComponent getContact ()

Returns the Subscription component object representing a contact.

Returns
  • the contact object.

public abstract String getContactID ()

Returns the contact DSSID. This is a shortcut method to get contact DSSID.

Returns
  • the contact DSSID.

public abstract String getContactName ()

Returns the contact name. This is a shortcut method to get contact name.

Returns
  • the contact name.

public abstract int[] getLicenseTypes ()

Returns the license types for a contact.

Returns
  • the license types.

public abstract boolean isEnabled ()

Returns whether the contact is enabled or not.

Returns
  • true if the contact is enabled.