Package com.microstrategy.web.app.gui
Interface SubscriptionPrintWidget
-
- All Superinterfaces:
DefaultSubscriptionWidget
,GuiElement
,SubscriptionFileWidget
,SubscriptionWidget
- All Known Implementing Classes:
SubscriptionPrintWidgetImpl
public interface SubscriptionPrintWidget extends SubscriptionFileWidget
Deprecated.Please use SubscriptionPrintWidget from the transforms package.Renders the Widget to create/edit Narrowcast File Subscriptions.- Since:
- MicroStrategy Web 7.5.1
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.app.gui.SubscriptionWidget
ADDRESS_CONTACT, ADDRESS_EXISTING, ADDRESS_NEW
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getCollatedArg()
Deprecated.java.lang.String
getCopiesArg()
Deprecated.boolean
getIsCollated()
Deprecated.boolean
getIsPortrait()
Deprecated.java.lang.String
getPortraitArg()
Deprecated.int
getPrintCopies()
Deprecated.Returns the number of print copiesjava.lang.String
getRangeAllArg()
Deprecated.int
getRangeEnd()
Deprecated.Returns the end range for printjava.lang.String
getRangeEndArg()
Deprecated.int
getRangeStart()
Deprecated.Returns the start range for printjava.lang.String
getRangeStartArg()
Deprecated.void
setCollatedArg(java.lang.String value)
Deprecated.The name of the collated argument for printvoid
setCopiesArg(java.lang.String value)
Deprecated.The name of the number of copies argumentvoid
setIsCollated(boolean value)
Deprecated.Indicated whether to print collated or not.void
setIsPortrait(boolean value)
Deprecated.Indicated whether to print in portrait mode or not.void
setPortraitArg(java.lang.String value)
Deprecated.The name of the portrait argument for printvoid
setPrintCopies(int value)
Deprecated.Sets the number of copies for printvoid
setRangeAllArg(java.lang.String value)
Deprecated.The name of the range all argument for printvoid
setRangeEnd(int value)
Deprecated.Sets the end range for printvoid
setRangeEndArg(java.lang.String value)
Deprecated.The name of the range end argument for printvoid
setRangeStart(int value)
Deprecated.Sets the start range for printvoid
setRangeStartArg(java.lang.String value)
Deprecated.The name of the range start argument for printvoid
showCollateOption(boolean value)
Deprecated.To show or not show the collate option-
Methods inherited from interface com.microstrategy.web.app.gui.DefaultSubscriptionWidget
getAddressArg, getAddresses, getAddressId, getAddressTypeArg, getAvailableFormats, getAvailableLocations, getChangeableMask, getCompressed, getCompressedArg, getCompressedFileName, getCompressedFileNameArg, getCurrentFormat, getCustomMessage, getCustomMessageArg, getDeviceArg, getDeviceId, getDevices, getExpandPageBy, getExpandPageByArg, getExpandUseSeparateSheets, getExpandUseSeparateSheetsArg, getExpirationDate, getFormatArg, getImageBasePath, getInitialiIndent, getIsCreateEmailAvailable, getIsCustomMessageAvailable, getIsExpandPageByAvailable, getIsRWD, getLocationArg, getLocationID, getNewAddressArg, getNewAddressValue, getObjectName, getOpenAddressesEvent, getSubject, getSubjectArg, getSubscriptionObjectType, getSubscriptionObjectViewType, getZipPassword, isIncludeDataSet, isIncludeLinkSet, isProtectZipFile, isSendToInboxSet, renderAddressList, renderCustomMessageField, renderObjectName, renderSubjectField, setAddressArg, setAddresses, setAddressId, setAddressTypeArg, setAllowChangeDeliverySettingsArg, setAllowChangePersonalizationArg, setAllowUnsubscribeArg, setAvailableFormats, setAvailableLocations, setChangeableMask, setCompressed, setCompressedArg, setCompressedFileName, setCompressedFileNameArg, setCurrentFormat, setCustomMessage, setCustomMessageArg, setDeviceArg, setDeviceId, setDevices, setExpandPageBy, setExpandPageByArg, setExpandUseSeparateSheets, setExpandUseSeparateSheetsArg, setExpirationDate, setExpirationDateArg, setFormatArg, setImageBasePath, setIncludeData, setIncludeDataArg, setIncludeLink, setIncludeLinkArg, setInitialiIndent, setIsCreateEmailAvailable, setIsCustomMessageAvailable, setIServerAsNCSSource, setIsExpandPageByAvailable, setIsRWD, setLocationArg, setLocationID, setNewAddressArg, setNewAddressValue, setObjectName, setOpenAddressesEvent, setOpenContactsBrowser, setOpenContactsBrowserEvent, setProtectZipFile, setProtectZipFileArg, setSendToInbox, setSendToInboxArg, setSubject, setSubjectArg, setSubscriptionObjectType, setSubscriptionObjectViewType, setZipPassword, setZipPasswordArg
-
Methods inherited from interface com.microstrategy.web.app.gui.GuiElement
getAppContext, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getFeatures, getMessages, getName, getUseIFrame, getWebComponent, renderElement, renderElement, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent
-
Methods inherited from interface com.microstrategy.web.app.gui.SubscriptionFileWidget
getFileName, getFileNameArg, getIsDeliveryNotificationAvailable, getNotificationAddressArg, getNotificationAddresses, getNotificationAddressId, getNotificationAddressTypeArg, getNotificationDeviceArg, getNotificationDeviceId, getNotificationDevices, getNotificationNewAddressArg, getNotificationNewAddressValue, getUseDeliveryNotification, getUseDeliveryNotificationArg, renderAvailableLocations, renderNotificationAddressList, setFileName, setFileNameArg, setIsBulkExport, setIsDeliveryNotificationAvailable, setNotificationAddressArg, setNotificationAddresses, setNotificationAddressId, setNotificationAddressTypeArg, setNotificationDeviceArg, setNotificationDeviceId, setNotificationDevices, setNotificationNewAddressArg, setNotificationNewAddressValue, setUseDeliveryNotification, setUseDeliveryNotificationArg
-
Methods inherited from interface com.microstrategy.web.app.gui.SubscriptionWidget
getIsSendNowAvailable, getSendNowArg, getTriggerArg, getTriggerId, getTriggers, isSendNowSet, renderTriggerList, setIsSendNowAvailable, setSendNow, setSendNowArg, setTriggerArg, setTriggerId, setTriggers
-
-
-
-
Method Detail
-
setPrintCopies
void setPrintCopies(int value)
Deprecated.Sets the number of copies for print- Parameters:
value
- the number of copies for print
-
getPrintCopies
int getPrintCopies()
Deprecated.Returns the number of print copies- Returns:
- the number of print copies
-
setCopiesArg
void setCopiesArg(java.lang.String value)
Deprecated.The name of the number of copies argument- Parameters:
value
- the name of the number of copies argument
-
getCopiesArg
java.lang.String getCopiesArg()
Deprecated.- Returns:
- name of the number of copies argument.
-
setRangeStart
void setRangeStart(int value)
Deprecated.Sets the start range for print- Parameters:
value
- the start range for print
-
getRangeStart
int getRangeStart()
Deprecated.Returns the start range for print- Returns:
- the start range for print
-
setRangeStartArg
void setRangeStartArg(java.lang.String value)
Deprecated.The name of the range start argument for print- Parameters:
value
- the name of the range start argument for print
-
getRangeStartArg
java.lang.String getRangeStartArg()
Deprecated.- Returns:
- name of the range start argument for print
-
setRangeEnd
void setRangeEnd(int value)
Deprecated.Sets the end range for print- Parameters:
value
- the end range for print
-
getRangeEnd
int getRangeEnd()
Deprecated.Returns the end range for print- Returns:
- the end range for print
-
setRangeEndArg
void setRangeEndArg(java.lang.String value)
Deprecated.The name of the range end argument for print- Parameters:
value
- the name of the range end argument for print
-
getRangeEndArg
java.lang.String getRangeEndArg()
Deprecated.- Returns:
- name of the range end argument for print
-
setRangeAllArg
void setRangeAllArg(java.lang.String value)
Deprecated.The name of the range all argument for print- Parameters:
value
- the name of the range all argument for print- Since:
- MicroStrategy Web 8.0.0
-
getRangeAllArg
java.lang.String getRangeAllArg()
Deprecated.- Returns:
- name of the range all argument for print
- Since:
- MicroStrategy Web 8.0.0
-
setIsPortrait
void setIsPortrait(boolean value)
Deprecated.Indicated whether to print in portrait mode or not.- Parameters:
value
- true if the print is to be in portrait mode.
-
getIsPortrait
boolean getIsPortrait()
Deprecated.- Returns:
- true if the print is to be in portrait mode.
-
setPortraitArg
void setPortraitArg(java.lang.String value)
Deprecated.The name of the portrait argument for print- Parameters:
value
- the name of the portrait argument for print
-
getPortraitArg
java.lang.String getPortraitArg()
Deprecated.- Returns:
- name of the portrait argument for print
-
setIsCollated
void setIsCollated(boolean value)
Deprecated.Indicated whether to print collated or not.- Parameters:
value
- true if the print is to be collated.
-
getIsCollated
boolean getIsCollated()
Deprecated.- Returns:
- true if the print is to be collated.
-
setCollatedArg
void setCollatedArg(java.lang.String value)
Deprecated.The name of the collated argument for print- Parameters:
value
- the name of the collated argument for print
-
showCollateOption
void showCollateOption(boolean value)
Deprecated.To show or not show the collate option- Parameters:
value
- true to show the collate option
-
getCollatedArg
java.lang.String getCollatedArg()
Deprecated.- Returns:
- name of the collated argument for print
-
-