Class LicensingHelper
- java.lang.Object
 - 
- com.microstrategy.web.app.utils.licensing.LicensingHelper
 
 
- 
public class LicensingHelper extends java.lang.Object- Since:
 - MicroStrategy Web 8.1.1
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LicensingHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontainsFunctionalProduct(ProductLicenseInfo[] licenses)static booleancontainsLicensedProduct(ProductLicenseInfo[] licenses)static java.lang.StringgetLicensingMessage(ProductLicenseInfo license, Messages messages)static java.lang.StringgetLicensingMessage(ProductLicenseInfo license, Messages messages, boolean includeProductName)static ProductLicenseInfogetNonfunctionalProductForError(ProductLicenseInfo[] licenses)static booleanisFunctionalProduct(ProductLicenseInfo license)static booleanisLicensedProduct(ProductLicenseInfo license)static booleanshowExpirationWarning(ProductLicenseInfo license, boolean forAdminUser) 
 - 
 
- 
- 
Method Detail
- 
containsLicensedProduct
public static boolean containsLicensedProduct(ProductLicenseInfo[] licenses)
 
- 
isLicensedProduct
public static boolean isLicensedProduct(ProductLicenseInfo license)
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
containsFunctionalProduct
public static boolean containsFunctionalProduct(ProductLicenseInfo[] licenses)
 
- 
isFunctionalProduct
public static boolean isFunctionalProduct(ProductLicenseInfo license)
 
- 
getNonfunctionalProductForError
public static ProductLicenseInfo getNonfunctionalProductForError(ProductLicenseInfo[] licenses)
 
- 
showExpirationWarning
public static boolean showExpirationWarning(ProductLicenseInfo license, boolean forAdminUser)
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
getLicensingMessage
public static java.lang.String getLicensingMessage(ProductLicenseInfo license, Messages messages)
 
- 
getLicensingMessage
public static java.lang.String getLicensingMessage(ProductLicenseInfo license, Messages messages, boolean includeProductName)
 
 - 
 
 -