public class

LicensingHelper

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.licensing.LicensingHelper

Summary

Public Constructors
LicensingHelper()
Public Methods
static boolean containsFunctionalProduct(ProductLicenseInfo[] licenses)
static boolean containsLicensedProduct(ProductLicenseInfo[] licenses)
static String getLicensingMessage(ProductLicenseInfo license, Messages messages)
static String getLicensingMessage(ProductLicenseInfo license, Messages messages, boolean includeProductName)
static ProductLicenseInfo getNonfunctionalProductForError(ProductLicenseInfo[] licenses)
static boolean isFunctionalProduct(ProductLicenseInfo license)
static boolean isLicensedProduct(ProductLicenseInfo license)
static boolean showExpirationWarning(ProductLicenseInfo license, boolean forAdminUser)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LicensingHelper ()

Public Methods

public static boolean containsFunctionalProduct (ProductLicenseInfo[] licenses)

public static boolean containsLicensedProduct (ProductLicenseInfo[] licenses)

public static String getLicensingMessage (ProductLicenseInfo license, Messages messages)

public static String getLicensingMessage (ProductLicenseInfo license, Messages messages, boolean includeProductName)

public static ProductLicenseInfo getNonfunctionalProductForError (ProductLicenseInfo[] licenses)

public static boolean isFunctionalProduct (ProductLicenseInfo license)

public static boolean isLicensedProduct (ProductLicenseInfo license)

public static boolean showExpirationWarning (ProductLicenseInfo license, boolean forAdminUser)