abstract
String
|
getAddressArg()
|
abstract
String
|
getAddressId()
|
abstract
String
|
getAddressTypeArg()
|
abstract
SimpleList
|
getAddresses()
|
abstract
SimpleList
|
getAvailableFormats()
Returns all the available formats for subscription in this system.
|
abstract
SimpleList
|
getAvailableLocations()
|
abstract
int
|
getChangeableMask()
|
abstract
boolean
|
getCompressed()
Returns true if the current subscription is supposed to be delivered in the compressed(zipped) format.
|
abstract
String
|
getCompressedArg()
|
abstract
String
|
getCompressedFileName()
|
abstract
String
|
getCompressedFileNameArg()
|
abstract
WebSubscriptionContentFormat
|
getCurrentFormat()
Returns the current format for this subscription used when creating the subscription.
|
abstract
String
|
getCustomMessage()
|
abstract
String
|
getCustomMessageArg()
|
abstract
String
|
getDeviceArg()
|
abstract
String
|
getDeviceId()
|
abstract
SimpleList
|
getDevices()
|
abstract
int
|
getExpandPageBy()
|
abstract
String
|
getExpandPageByArg()
|
abstract
int
|
getExpandUseSeparateSheets()
|
abstract
String
|
getExpandUseSeparateSheetsArg()
|
abstract
String
|
getExpirationDate()
|
abstract
String
|
getFileName()
|
abstract
String
|
getFileNameArg()
|
abstract
String
|
getFormatArg()
|
abstract
String
|
getImageBasePath()
|
abstract
int
|
getInitialiIndent()
|
abstract
boolean
|
getIsCreateEmailAvailable()
|
abstract
boolean
|
getIsCustomMessageAvailable()
|
abstract
boolean
|
getIsExpandPageByAvailable()
|
abstract
boolean
|
getIsRWD()
|
abstract
String
|
getLocationArg()
|
abstract
String
|
getLocationID()
|
abstract
String
|
getNewAddressArg()
|
abstract
String
|
getNewAddressValue()
|
abstract
String
|
getObjectName()
|
abstract
WebEvent
|
getOpenAddressesEvent()
|
abstract
String
|
getSubject()
|
abstract
String
|
getSubjectArg()
|
abstract
int
|
getSubscriptionObjectType()
Returns if the current subscription is for a report or for a document.
|
abstract
int
|
getSubscriptionObjectViewType()
Returns the view mode for the object.
|
abstract
String
|
getZipPassword()
|
abstract
boolean
|
isIncludeDataSet()
|
abstract
boolean
|
isIncludeLinkSet()
|
abstract
boolean
|
isProtectZipFile()
|
abstract
boolean
|
isSendToInboxSet()
|
abstract
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 e-mail.
|
abstract
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.
|
abstract
void
|
renderObjectName(MarkupOutput out, String name)
Renders the name of the object for which the subscription is being created.
|
abstract
void
|
renderSubjectField(MarkupOutput out, String subject, String argSubject)
Renders a field for the Subject's of the e-mail sent with the given
addresses.
|
abstract
void
|
setAddressArg(String value)
The name of the adressId argument
|
abstract
void
|
setAddressId(String value)
|
abstract
void
|
setAddressTypeArg(String value)
The name of the adressType argument.
|
abstract
void
|
setAddresses(SimpleList value)
The global list of addresses to use for this subscription
|
abstract
void
|
setAllowChangeDeliverySettingsArg(String arg)
|
abstract
void
|
setAllowChangePersonalizationArg(String arg)
|
abstract
void
|
setAllowUnsubscribeArg(String arg)
|
abstract
void
|
setAvailableFormats(SimpleList availableFormats)
Sets all the available formats for subscription in this system.
|
abstract
void
|
setAvailableLocations(SimpleList value)
Sets the list of available locations for the file subscription.
|
abstract
void
|
setChangeableMask(int mask)
|
abstract
void
|
setCompressed(boolean compressed)
Sets if the current subscription is supposed to be delivered in the compressed(zipped) format.
|
abstract
void
|
setCompressedArg(String value)
The argument name to for the Compressed value.
|
abstract
void
|
setCompressedFileName(String fileName)
|
abstract
void
|
setCompressedFileNameArg(String fileNameArg)
|
abstract
void
|
setCurrentFormat(WebSubscriptionContentFormat currentFormat)
Sets the current format for this subscription used when creating the subscription.
|
abstract
void
|
setCustomMessage(String value)
Sets the text to use as the message line of the email subscriptions sent.
|
abstract
void
|
setCustomMessageArg(String value)
The Message's argument name.
|
abstract
void
|
setDeviceArg(String value)
The name of the deviceId argument.
|
abstract
void
|
setDeviceId(String value)
The current deviceId.
|
abstract
void
|
setDevices(SimpleList value)
Sets the global list of devices to use for new addresses
|
abstract
void
|
setExpandPageBy(int value)
The value for the expand pageBy.
|
abstract
void
|
setExpandPageByArg(String value)
The argument name for the expand pageBy.
|
abstract
void
|
setExpandUseSeparateSheets(int value)
The value for the expand use separate sheets.
|
abstract
void
|
setExpandUseSeparateSheetsArg(String value)
The argument name for the use separate sheets.
|
abstract
void
|
setExpirationDate(String expirationDate)
|
abstract
void
|
setExpirationDateArg(String arg)
|
abstract
void
|
setFileName(String fileName)
|
abstract
void
|
setFileNameArg(String fileNameArg)
|
abstract
void
|
setFormatArg(String value)
The Format's argument name.
|
abstract
void
|
setIServerAsNCSSource()
used to convey to the widget that IServer is hosting the ncs functionality.
|
abstract
void
|
setImageBasePath(String value)
The name of the base path for images
|
abstract
void
|
setIncludeData(boolean includeData)
|
abstract
void
|
setIncludeDataArg(String arg)
|
abstract
void
|
setIncludeLink(boolean includeLink)
|
abstract
void
|
setIncludeLinkArg(String arg)
|
abstract
void
|
setInitialiIndent(int value)
Defines the initial indent the widget uses to render the content
|
abstract
void
|
setIsCreateEmailAvailable(boolean value)
Set to true if the feature for creating new email addresses is available.
|
abstract
void
|
setIsCustomMessageAvailable(boolean value)
Set to true if the the feature for Custom Message is available
|
abstract
void
|
setIsExpandPageByAvailable(boolean value)
Set to true if the expand pageby option is available.
|
abstract
void
|
setIsRWD(boolean value)
Set to true if the current object is a RW Document.
|
abstract
void
|
setLocationArg(String value)
The name of the location argument.
|
abstract
void
|
setLocationID(String value)
Sets the id of the current location.
|
abstract
void
|
setNewAddressArg(String value)
The name of the newAddress argument.
|
abstract
void
|
setNewAddressValue(String value)
The value of the address list used when creating subscriptions
to new addresses
|
abstract
void
|
setObjectName(String value)
Sets the name of the object for which the subscription is created.
|
abstract
void
|
setOpenAddressesEvent(WebEvent event)
Sets the openAddress event.
|
abstract
void
|
setOpenContactsBrowser(boolean openContactsBrowser)
|
abstract
void
|
setOpenContactsBrowserEvent(WebEvent openContactsEditorEvent)
|
abstract
void
|
setProtectZipFile(boolean value)
|
abstract
void
|
setProtectZipFileArg(String arg)
|
abstract
void
|
setSendToInbox(boolean sendToInbox)
|
abstract
void
|
setSendToInboxArg(String arg)
|
abstract
void
|
setSubject(String value)
Sets the text to use as the subject of the email subscriptions sent.
|
abstract
void
|
setSubjectArg(String value)
The Subject's argument name.
|
abstract
void
|
setSubscriptionObjectType(int subscriptionObjectType)
Sets if the current subscription is for a report or for a document.
|
abstract
void
|
setSubscriptionObjectViewType(int subscriptionObjectViewType)
Sets the view mode for the object.
|
abstract
void
|
setZipPassword(String zipPassword)
|
abstract
void
|
setZipPasswordArg(String arg)
|