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 boolean
containsFunctionalProduct(ProductLicenseInfo[] licenses)
static boolean
containsLicensedProduct(ProductLicenseInfo[] licenses)
static java.lang.String
getLicensingMessage(ProductLicenseInfo license, Messages messages)
static java.lang.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)
-
-
-
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)
-
-