java.lang.Object | |
↳ | com.microstrategy.web.objects.WebSubscriptionHelper |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Comparator | WEB_SUBSCRIPTION_COMPONENT_NAME_COMPARATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebSubscriptionHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SimpleList |
filterDeviceByAccessGranted(SimpleList devices, int accessGranted)
Filters out devices that the current user doesn't have access to, as specified by the parameter
accessGranted
| ||||||||||
static String | getAddressID(String locationKey) | ||||||||||
static String | getDeviceID(String locationKey) | ||||||||||
static SimpleList |
getLocations(SimpleList addressList, SimpleList deviceList)
Create a location list from an list of addresses and a list of devices
| ||||||||||
static boolean | isBulkExportable(WebObjectInfo woi) | ||||||||||
static boolean | isExpandPageByEnabled(int contentFormatMode) | ||||||||||
static boolean | isExpandUseSeparateSheetsEnabled(int contentFormatMode) | ||||||||||
static boolean | isFlash(int contentFormatType) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Filters out devices that the current user doesn't have access to, as specified by the parameter accessGranted
devices | SimpleList of WebIServerSubscriptionDevice objects |
---|---|
accessGranted | int bitwise-or from EnumDSSXMLAccessRightFlags |
SimpleList
containing devices that have at least rights specified in accessGrantedCreate a location list from an list of addresses and a list of devices
addressList | SimpleList of addresses |
---|---|
deviceList | SimpleList of devices |
SimpleList
of locations