com.microstrategy.web.app.gui.SubscriptionFileWidget |
![]() |
This interface is deprecated.
Please use SubscriptionFileWidget from the transforms package.
Renders the Widget to create/edit Narrowcast File Subscriptions.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String | getFileName() | ||||||||||
abstract String | getFileNameArg() | ||||||||||
abstract boolean | getIsDeliveryNotificationAvailable() | ||||||||||
abstract String | getNotificationAddressArg() | ||||||||||
abstract String | getNotificationAddressId() | ||||||||||
abstract String | getNotificationAddressTypeArg() | ||||||||||
abstract SimpleList | getNotificationAddresses() | ||||||||||
abstract String | getNotificationDeviceArg() | ||||||||||
abstract String | getNotificationDeviceId() | ||||||||||
abstract SimpleList | getNotificationDevices() | ||||||||||
abstract String | getNotificationNewAddressArg() | ||||||||||
abstract String | getNotificationNewAddressValue() | ||||||||||
abstract boolean | getUseDeliveryNotification() | ||||||||||
abstract String | getUseDeliveryNotificationArg() | ||||||||||
abstract void |
renderAvailableLocations(MarkupOutput out, SimpleList locations, String locationID, String argLocation)
Renders the list of available locations for the Subscriptions.
| ||||||||||
abstract void |
renderNotificationAddressList(MarkupOutput out, SimpleList addresses, String addressId, String addressArg, String addressTypeArg, String newAddressValue, String newAddressArg, SimpleList devices, String deviceId, String deviceArg, boolean bUseNotification)
Renders the list of addresses for the Subscription.
| ||||||||||
abstract void |
setFileName(String value)
Sets the name of the file to which the export will be sent.
| ||||||||||
abstract void |
setFileNameArg(String value)
The FileName argument name.
| ||||||||||
abstract void |
setIsBulkExport(boolean value)
Set to true if the current object is a bulk export report.
| ||||||||||
abstract void |
setIsDeliveryNotificationAvailable(boolean value)
Set to true if the feature for creating delivery notification is available.
| ||||||||||
abstract void |
setNotificationAddressArg(String value)
The name of the adressId argument
| ||||||||||
abstract void |
setNotificationAddressId(String value)
Sets the value of the current addressId used when creating subscriptions
to existing addresses
| ||||||||||
abstract void |
setNotificationAddressTypeArg(String value)
The name of the adressType argument.
| ||||||||||
abstract void |
setNotificationAddresses(SimpleList value)
The global list of addresses to use for this subscription
| ||||||||||
abstract void |
setNotificationDeviceArg(String value)
The name of the deviceId argument for new addresses.
| ||||||||||
abstract void |
setNotificationDeviceId(String value)
The current deviceId.
| ||||||||||
abstract void |
setNotificationDevices(SimpleList value)
Sets the global list of devices to use for new addresses
| ||||||||||
abstract void |
setNotificationNewAddressArg(String value)
The name of the newAddress argument.
| ||||||||||
abstract void |
setNotificationNewAddressValue(String value)
The value of the address list used when creating subscriptions
to new addresses
| ||||||||||
abstract void |
setUseDeliveryNotification(boolean value)
Set to true if delivery notification is currently used.
| ||||||||||
abstract void |
setUseDeliveryNotificationArg(String value)
The name of the useDeliveryNotification argument.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Renders the list of available locations for the Subscriptions. This method can be called stand
alone by passing the required arguments. It's also part of the renderElement()
method that passes the global widget values properties as the arguments.
out | Where to write the widget's output |
---|---|
locations | the list of locations |
locationID | the current location ID |
argLocation | the name of the location ID argument |
Renders the list of addresses for the Subscription. This method can be called stand
alone by passing the required arguments. It's also part of the renderElement()
method that passes the global widget values properties as the arguments.
out | Where to write the widget's output |
---|---|
addresses | the list of addresses |
addressId | the id of the current address |
addressArg | the name of the addressId arg |
addressTypeArg | the name of the addressType arg |
newAddressValue | the value for the new address list |
newAddressArg | the name of the new address list argument |
devices | the list of devices |
deviceId | the current deviceId |
deviceArg | the name of the deviceId argument |
bUseNotification | the boolean argument to denote whether the subscription uses notification |
Sets the name of the file to which the export will be sent.
value | the name of the file to which the export will be sent. |
---|
The FileName argument name.
value | The FileName argument name. |
---|
Set to true if the current object is a bulk export report.
value | true current object is a bulk export report. |
---|
Set to true if the feature for creating delivery notification is available.
value | true if the feature for creating new email addresses is available. |
---|
The name of the adressId argument
value | the new name for the addressId argument |
---|
Sets the value of the current addressId used when creating subscriptions to existing addresses
value | the new addressId |
---|
The name of the adressType argument. The addressType indicates whether to use an existing addresses or a new address list
value | the new name for the addressType argument. |
---|
The global list of addresses to use for this subscription
value | the new global list of addresses |
---|
The name of the deviceId argument for new addresses.
value | the new deviceId argument name. |
---|
The current deviceId. This is the device used for new addresses
value | the new current deviceId |
---|
Sets the global list of devices to use for new addresses
value | the new list of devices. |
---|
The name of the newAddress argument.
value | the new newAddress argument name |
---|
The value of the address list used when creating subscriptions to new addresses
value | a comma separated list of addresses |
---|
Set to true if delivery notification is currently used.
value | true if delivery notification is currently used. |
---|
The name of the useDeliveryNotification argument.
value | the new useDeliveryNotification argument name. |
---|