String
|
getAddressArg()
|
String
|
getAddressDivStyle()
Generates the style for showing the address value DIV.
|
String
|
getAddressId()
|
String
|
getAddressTypeArg()
|
SimpleList
|
getAddresses()
|
String
|
getAllowChangeDeliverySettingsArg()
|
String
|
getAllowChangePersonalizationArg()
|
String
|
getAllowUnsubscribeArg()
|
SimpleList
|
getAvailableFormats()
Returns all the available formats for subscription in this system.
|
SimpleList
|
getAvailableLocations()
|
int
|
getChangeableMask()
|
String
|
getChangeableMaskArg()
|
boolean
|
getCompressed()
Returns true if the current subscription is supposed to be delivered in the compressed(zipped) format.
|
String
|
getCompressedArg()
|
String
|
getCompressedFileName()
|
String
|
getCompressedFileNameArg()
|
WebSubscriptionContentFormat
|
getCurrentFormat()
Returns the current format for this subscription used when creating the subscription.
|
String
|
getCustomMessage()
|
String
|
getCustomMessageArg()
|
String
|
getDeviceArg()
|
String
|
getDeviceId()
|
SimpleList
|
getDevices()
|
int
|
getExpandPageBy()
|
String
|
getExpandPageByArg()
|
int
|
getExpandUseSeparateSheets()
|
String
|
getExpandUseSeparateSheetsArg()
|
String
|
getExpirationDate()
|
String
|
getExpirationDateArg()
|
String
|
getFileName()
|
String
|
getFileNameArg()
|
String
|
getFormatArg()
|
String
|
getImageBasePath()
|
String
|
getIncludeDataArg()
|
String
|
getIncludeLinkArg()
|
int
|
getInitialiIndent()
|
boolean
|
getIsCreateEmailAvailable()
|
boolean
|
getIsCustomMessageAvailable()
|
boolean
|
getIsDeliveryNotificationAvailable()
|
boolean
|
getIsExpandPageByAvailable()
|
boolean
|
getIsRWD()
|
boolean
|
getIsSendNowAvailable()
|
String
|
getLocationArg()
|
String
|
getLocationID()
|
String
|
getNewAddressArg()
|
String
|
getNewAddressValue()
|
String
|
getNotificationAddressArg()
|
String
|
getNotificationAddressId()
|
String
|
getNotificationAddressTypeArg()
|
SimpleList
|
getNotificationAddresses()
|
String
|
getNotificationDeviceArg()
|
String
|
getNotificationDeviceId()
|
SimpleList
|
getNotificationDevices()
|
String
|
getNotificationNewAddressArg()
|
String
|
getNotificationNewAddressValue()
|
String
|
getObjectName()
|
WebEvent
|
getOpenAddressesEvent()
|
String
|
getProtectZipFileArg()
|
String
|
getSendNowArg()
|
String
|
getSendNowDivStyle()
Generates the style for showing the send now value DIV.
|
String
|
getSendToInboxArg()
|
String
|
getSubject()
|
String
|
getSubjectArg()
|
int
|
getSubscriptionObjectType()
Returns if the current subscription is for a report or for a document.
|
int
|
getSubscriptionObjectViewType()
Returns the view mode for the object.
|
String
|
getToolTipforMacro()
Generates the tool tip for showing the list of macros.
|
String
|
getTriggerArg()
|
String
|
getTriggerId()
|
SimpleList
|
getTriggers()
|
boolean
|
getUseDeliveryNotification()
|
String
|
getUseDeliveryNotificationArg()
|
String
|
getZipPassword()
|
String
|
getZipPasswordArg()
|
boolean
|
isIncludeDataSet()
|
boolean
|
isIncludeLinkSet()
|
boolean
|
isProtectZipFile()
|
boolean
|
isSendNowSet()
|
boolean
|
isSendToInboxSet()
|
void
|
renderAddressList(MarkupOutput out, SimpleList addresses, String addressId, String addressArg, String addressTypeArg, String newAddressValue, String newAddressArg, SimpleList devices, String deviceId, String deviceArg)
Renders the list of addresses for the Subscription.
|
void
|
renderAvailableLocations(MarkupOutput out, SimpleList locations, String locationID, String argLocation)
Renders the list of available locations for the Subscriptions.
|
GGCalendar
|
renderCalendar(MarkupOutput out)
|
void
|
renderCustomMessageField(MarkupOutput out, String message, String argMessage)
Renders a field for the Custom Message which can be sent along with the e-mail sent with the given
addresses.
|
void
|
renderDeliveryFormats(MarkupOutput out, SimpleList availableFormats, WebSubscriptionContentFormat currentFormat, boolean compressed, String formatArg, String compressedArg)
This method is deprecated.
No replacement.
|
void
|
renderDeliveryFormats(MarkupOutput out)
Renders all the available formats that we can subscribe to.
|
MarkupOutput
|
renderElement()
Renders the element using the global arguments.
|
void
|
renderFileNameField(MarkupOutput out, String fileName, String argFileName)
Renders a field for the Subject's of the e-mail sent with the given
subscriptions.
|
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 Notification addresses for the Subscription.
|
void
|
renderObjectName(MarkupOutput out, String name)
Renders the name of the object for which the subscription is being created.
|
void
|
renderSubjectField(MarkupOutput out, String subject, String argSubject)
Renders a field for the Subject's of the e-mail sent with the given
subscriptions.
|
void
|
renderTriggerList(MarkupOutput out, SimpleList triggers, String triggerId, String argTrigger)
Renders the list of triggers for the Subscriptions.
|
void
|
renderTriggerList(MarkupOutput out, SimpleList triggers, String triggerId, String argTrigger, boolean selectSendNow)
Renders the list of triggers for the Subscriptions.
|
void
|
setAddressArg(String value)
The name of the adressId argument
|
void
|
setAddressId(String value)
Sets the value of the current addressId used when creating subscriptions
to existing addresses
|
void
|
setAddressTypeArg(String value)
The name of the adressType argument.
|
void
|
setAddresses(SimpleList value)
The global list of addresses to use for this subscription
|
void
|
setAllowChangeDeliverySettingsArg(String arg)
|
void
|
setAllowChangePersonalizationArg(String allowChangePersonalizationArg)
|
void
|
setAllowUnsubscribeArg(String allowUnsubscribeArg)
|
void
|
setAvailableFormats(SimpleList availableFormats)
Sets all the available formats for subscription in this system.
|
void
|
setAvailableLocations(SimpleList value)
Sets the list of available locations for the file subscription.
|
void
|
setChangeableMask(int changeableMask)
|
void
|
setCompressed(boolean compressed)
Sets if the current subscription is supposed to be delivered in the compressed(zipped) format.
|
void
|
setCompressedArg(String value)
The argument name to for the Compressed value.
|
void
|
setCompressedFileName(String compressedFileName)
|
void
|
setCompressedFileNameArg(String compressedFileNameArg)
|
void
|
setCurrentFormat(WebSubscriptionContentFormat currentFormat)
Sets the current format for this subscription used when creating the subscription.
|
void
|
setCustomMessage(String value)
Sets the text to use as the message line of the email subscriptions sent.
|
void
|
setCustomMessageArg(String value)
The Message's argument name.
|
void
|
setDeviceArg(String value)
The name of the deviceId argument.
|
void
|
setDeviceId(String value)
The current deviceId.
|
void
|
setDevices(SimpleList value)
Sets the global list of devices to use for new addresses
|
void
|
setExpandPageBy(int value)
The value for the expand pageBy.
|
void
|
setExpandPageByArg(String value)
The argument name for the expand pageBy.
|
void
|
setExpandUseSeparateSheets(int value)
The value for the expand use separate sheets.
|
void
|
setExpandUseSeparateSheetsArg(String value)
The argument name for the expand use separate sheets.
|
void
|
setExpirationDate(String expirationDate)
|
void
|
setExpirationDateArg(String expirationDateArg)
|
void
|
setFileName(String value)
Sets the name of the file to which the export will be sent.
|
void
|
setFileNameArg(String value)
The FileName argument name.
|
void
|
setFormatArg(String value)
The Format's argument name.
|
void
|
setIServerAsNCSSource()
used to convey to the widget that IServer is hosting the ncs functionality.
|
void
|
setImageBasePath(String value)
The name of the base path for images
|
void
|
setIncludeData(boolean includeData)
|
void
|
setIncludeDataArg(String includeDataArg)
|
void
|
setIncludeLink(boolean includeLink)
|
void
|
setIncludeLinkArg(String includeLinkArg)
|
void
|
setInitialiIndent(int value)
Defines the initial indent the widget uses to render the content
|
void
|
setIsBulkExport(boolean value)
Set to true if the current object is a bulk export report.
|
void
|
setIsCreateEmailAvailable(boolean value)
Set to true if the feature for creating new email addresses is available.
|
void
|
setIsCustomMessageAvailable(boolean value)
Set to true if the the feature for Custom Message is available
|
void
|
setIsDeliveryNotificationAvailable(boolean value)
Set to true if delivery notification is available.
|
void
|
setIsExpandPageByAvailable(boolean value)
Set to true if the expand pageby option is available.
|
void
|
setIsRWD(boolean value)
Indicated whether it is an RWD or not.
|
void
|
setIsSendNowAvailable(boolean value)
Set to true if the the feature for Send Now is available
|
void
|
setLocationArg(String value)
The name of the location argument.
|
void
|
setLocationID(String value)
Sets the id of the current location.
|
void
|
setNewAddressArg(String value)
The name of the newAddress argument.
|
void
|
setNewAddressValue(String value)
The value of the address list used when creating subscriptions
to new addresses
|
void
|
setNotificationAddressArg(String value)
The name of the notification adressId argument
|
void
|
setNotificationAddressId(String value)
Sets the value of the current notification addressId used when creating subscriptions
to existing addresses
|
void
|
setNotificationAddressTypeArg(String value)
The name of the notification adressType argument.
|
void
|
setNotificationAddresses(SimpleList value)
The global list of notification addresses to use for this subscription
|
void
|
setNotificationDeviceArg(String value)
The name of the notification deviceId argument.
|
void
|
setNotificationDeviceId(String value)
The current notification deviceId.
|
void
|
setNotificationDevices(SimpleList value)
Sets the global list of notification devices to use for new addresses
|
void
|
setNotificationNewAddressArg(String value)
The name of the notification newAddress argument.
|
void
|
setNotificationNewAddressValue(String value)
The value of the notification address list used when creating subscriptions
to new addresses
|
void
|
setObjectName(String value)
Sets the name of the object for which the subscription is created.
|
void
|
setOpenAddressesEvent(WebEvent event)
Sets the openAddress event.
|
void
|
setOpenContactsBrowser(boolean openContactsBrowser)
|
void
|
setOpenContactsBrowserEvent(WebEvent openContactsEditorEvent)
|
void
|
setProtectZipFile(boolean protectZipFile)
|
void
|
setProtectZipFileArg(String protectZipFileArg)
|
void
|
setSendNow(boolean value)
Indicated whether to send a preview of the subscription now.
|
void
|
setSendNowArg(String value)
The sendNow's argument name.
|
void
|
setSendToInbox(boolean sendToInbox)
|
void
|
setSendToInboxArg(String sendToInboxArg)
|
void
|
setSubject(String value)
Sets the text to use as the subject of the email subscriptions sent.
|
void
|
setSubjectArg(String value)
The Subject's argument name.
|
void
|
setSubscriptionObjectType(int subscriptionObjectType)
Sets if the current subscription is for a report or for a document.
|
void
|
setSubscriptionObjectViewType(int subscriptionObjectViewType)
Sets the view mode for the object.
|
void
|
setTriggerArg(String value)
The name of the triggerId argument
|
void
|
setTriggerId(String value)
Sets the id of the current trigger
|
void
|
setTriggers(SimpleList value)
Sets the id of the current trigger
|
void
|
setUseDeliveryNotification(boolean value)
Set to true if delivery notification is currently used.
|
void
|
setUseDeliveryNotificationArg(String value)
The name of the useDeliveryNotification argument.
|
void
|
setZipPassword(String zipPassword)
|
void
|
setZipPasswordArg(String zipPasswordArg)
|