public class EntitlementManager extends BaseManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENTERPRISE_ENTITLED |
static Entitlement |
MANAGEMENT |
static java.lang.String |
UNENTITLED |
static Entitlement |
VIRTUALIZATION |
static java.lang.String |
VIRTUALIZATION_ENTITLED |
| Constructor and Description |
|---|
EntitlementManager() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<Entitlement> |
getAddonEntitlements()
Returns the static set of addon entitlements.
|
static java.util.Set<Entitlement> |
getBaseEntitlements()
Returns the static set of base entitlements.
|
static Entitlement |
getByName(java.lang.String name)
Returns the entitlement whose name matches the given
name |
makeDataResult, makeDataResult, makeDataResult, makeDataResult, makeDataResultNoPagination, makeDataResultNoPagination, processListControl, processPageControlpublic static final Entitlement MANAGEMENT
public static final Entitlement VIRTUALIZATION
public static final java.lang.String UNENTITLED
public static final java.lang.String ENTERPRISE_ENTITLED
public static final java.lang.String VIRTUALIZATION_ENTITLED
public static Entitlement getByName(java.lang.String name)
namename - Name of Entitlement.public static java.util.Set<Entitlement> getAddonEntitlements()
public static java.util.Set<Entitlement> getBaseEntitlements()