Web API

Email

Other API in Package

User

Internal Tunnel

Tunnel

List of Classes

WebController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

ConsoleManager

ConsoleResponse

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

DownloadResponse

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

GeoUtil

GroupConcat

ImageFile

Inspector

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

NavigatorResponse

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Pin

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Response

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

Tag

TagFilter

TagManager

TextEmail

TextMessage

TiffBuilder

TransactionPacket

Tunnel

TunnelResult

UnknownFile

VCardFile

Validator

ValidityCheck

Wizard

XMLReader

ZoneAccess

Method Summary
boolean addChart(Chart chart)

Adds chart to email. Note - only server charts supported (created using ChartTool) otherwise exception occurs

  addData(Data data)

Adds the specified Data to this response.

boolean addDataList(DataList list)

Adds the specified list to a page

boolean addDataMap(String id, Data data)

Registers the data in the response with the specified id.

boolean addDataMaps(String keyColumn, DataList list)

Extracts the records from the list and registers them in the response using the values in the key column. Limited to 500 records per response.

boolean addDataRecord(String id, DataRecord dataRecord)

Registers the DataRecord in the response with the specified id. Limited to 500 records per response.

boolean addFile(File file)

Attaches the file to the email as an attachment.

  addPayload(Payload payload)

Adds the payload to this response.

  allowHTML(String key)

Permits any rendering target with the specified key to be rendered as HTML.

  enableDeliveryStatus()

Enables delivery status for this email. This method requires inbound email configured if SMTP settings are configured for current enterprise or a DSN Cloud Subscription Service. When delivery status received, this email job will be marked as "delivered" or "failed"

  enableReply(String workflow)

Allows recipient to reply to this email. This method requires inbound email configuration for current enterprise or a DSN Cloud Subscription Service. When recipient replies to the email, specified system workflow name will be provided to the listener.

  enableWorkflowDeliveryStatus(String workflow)

Enables delivery status for this email. This method requires inbound email configuration for current enterprise or a DSN Cloud Subscription Service. When a delivery status event occurs, this email job have its DSN status updated and specified workflow will be provided to the listener.

String get(String key)

Returns the value associated with key if it exists, null otherwise.

int getAttachmentCount()

Returns the number of attachments to this email.

int getAttachmentSize()

Returns the size of the attachment payload in KB.

Data getData()

Returns the Data object for this response.

String getValue(String key)

Returns the value associated with key if it exists, null otherwise. Shortcut for getData().getValue(key)

  removeAttachments()

Removes the attachments, if any.

  removeDataList(String name)

Removes the datalist from the payload

  removeDataMap(String id)

Removes the data in the response with the specified id.

  removeValue(String key)

Removes the associated key from the response.

  schedule(Date date)

Schedules the email to be sent after the specified date.

String sendToAddress(String email)

Sends the email to the specified email address and returns the email job id. This will return the word 'BLOCKED' if the email is on the system block list.

  sendToAddresses(String[] addresses)

Sends the email to the specified addresses.

  set(String key, String value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

  setBoolean(String name, boolean value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

boolean setData(String id, Data data)

Registers the data in the response with the specified id.

  setDate(String name, Date value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

  setDecimal(String name, double value)
⚠Deprecated since 08-28-2018. Use setDouble(String,double)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

  setDouble(String name, double double)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

boolean setFrom(String name, String address)

Sets the 'From' information for the email, over-writing the default provided by the system. This functionality requires the email SMTP server to be configued for support and the email setting being used must allow alias sending. Pass null to remove these settings.

  setHTML(String key, String xhtml)

Adds the given XHTML to the page (the XHTML should ideally be well-formed). You must use the c:html tag for displaying the content. Throws exception if the content contains illegal tags or attributes. You should avoid inline scripts or script blocks.

  setInt(String name, long value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

  setReplyTo(String email)

Sets the replyTo email address. Pass null to remove the replyTo.

  setString(String name, String value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

  setSubject(String subject)

Sets the subject of the email (over-rides the subject set during Pal development).

  setUtilityReference(String reference)

Sets the utility billing reference for this email. This is a development feature.

  setValue(String key, String value)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

  setValue(String key, boolean value)
⚠Deprecated since 08-28-2018. Use setBoolean(String,boolean)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

  setValue(String key, double value)
⚠Deprecated since 08-28-2018. Use setDouble(String,double)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

  setValue(String key, int value)
⚠Deprecated since 08-28-2018. Use setInt(String,int)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

  setValue(String key, long value)
⚠Deprecated since 08-28-2018. Use setInt(String,int)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

String toString()

Returns a description of this object.

Method Detail


boolean addChart(Chart chart)

Adds chart to email. Note - only server charts supported (created using ChartTool) otherwise exception occurs

Parameters:

  • Chart   chart Required parameter.

Returns:  boolean

Since: 10-22-2010

top

addData(Data data)

Adds the specified Data to this response.

Parameters:

Since: 05-28-2010

top

boolean addDataList(DataList list)

Adds the specified list to a page

Parameters:

Returns:  boolean

Since: 07-11-2008

top

boolean addDataMap(String id, Data data)

Registers the data in the response with the specified id.

Parameters:

  • String   id Required parameter.
  • Data   data Required parameter.

Returns:  boolean

Since: 05-28-2010

top

boolean addDataMaps(String keyColumn, DataList list)

Extracts the records from the list and registers them in the response using the values in the key column. Limited to 500 records per response.

Parameters:

  • String   keyColumn Required parameter.
  • DataList   list Required parameter.

Returns:  boolean

Since: 05-28-2010

top

boolean addDataRecord(String id, DataRecord dataRecord)

Registers the DataRecord in the response with the specified id. Limited to 500 records per response.

Parameters:

  • String   id Required parameter.
  • DataRecord   dataRecord Required parameter.

Returns:  boolean

Since: 11-09-2010

top

boolean addFile(File file)

Attaches the file to the email as an attachment.

Parameters:

  • File   file Required parameter.

Returns:  boolean

Since: 10-22-2010

top

addPayload(Payload payload)

Adds the payload to this response.

Parameters:

Since: 07-20-2010

top

allowHTML(String key)

Permits any rendering target with the specified key to be rendered as HTML.

Parameters:

  • String   key Required parameter.

Since: 08-02-2017

top

enableDeliveryStatus()

Enables delivery status for this email. This method requires inbound email configured if SMTP settings are configured for current enterprise or a DSN Cloud Subscription Service. When delivery status received, this email job will be marked as "delivered" or "failed"

Since: 10-22-2010

top

enableReply(String workflow)

Allows recipient to reply to this email. This method requires inbound email configuration for current enterprise or a DSN Cloud Subscription Service. When recipient replies to the email, specified system workflow name will be provided to the listener.

Parameters:

  • String   workflow  - workflow name. Required parameter. Maximum allowed size of parameter: 100

Since: 04-09-2014

top

enableWorkflowDeliveryStatus(String workflow)

Enables delivery status for this email. This method requires inbound email configuration for current enterprise or a DSN Cloud Subscription Service. When a delivery status event occurs, this email job have its DSN status updated and specified workflow will be provided to the listener.

Parameters:

  • String   workflow  - system workflow name. Required parameter. Maximum allowed size of parameter: 100

Since: 04-09-2014

top

String get(String key)

Returns the value associated with key if it exists, null otherwise.

Parameters:

  • String   key

Returns:  String

Since: 08-28-2018

top

int getAttachmentCount()

Returns the number of attachments to this email.

Returns:  int

Since: 10-22-2010

top

int getAttachmentSize()

Returns the size of the attachment payload in KB.

Returns:  int

Since: 10-22-2010

top

Data getData()

Returns the Data object for this response.

Returns:  Data

Since: 05-31-2007

top

String getValue(String key)

Returns the value associated with key if it exists, null otherwise. Shortcut for getData().getValue(key)

Parameters:

  • String   key

Returns:  String

Since: 07-11-2008

top

removeAttachments()

Removes the attachments, if any.

Since: 10-22-2010

top

removeDataList(String name)

Removes the datalist from the payload

Parameters:

  • String   name  - name of data list in payload. Required parameter.

Since: 06-29-2021

top

removeDataMap(String id)

Removes the data in the response with the specified id.

Parameters:

  • String   id Required parameter.

Since: 12-21-2017

top

removeValue(String key)

Removes the associated key from the response.

Parameters:

  • String   key

Since: 05-28-2010

top

schedule(Date date)

Schedules the email to be sent after the specified date.

Parameters:

  • Date   date Required parameter.

Since: 10-22-2010

top

String sendToAddress(String email)

Sends the email to the specified email address and returns the email job id. This will return the word 'BLOCKED' if the email is on the system block list.

Parameters:

  • String   email Required parameter. Maximum allowed size of parameter: 254

Returns:  String

Since: 10-22-2010

top

sendToAddresses(String[] addresses)

Sends the email to the specified addresses.

Parameters:

  • String[]   addresses Required parameter.

Since: 10-22-2010

top

set(String key, String value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

Parameters:

  • String   key Required parameter.
  • String   value

Since: 08-28-2018

top

setBoolean(String name, boolean value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

Parameters:

  • String   name Required parameter.
  • boolean   value

Since: 08-28-2018

top

boolean setData(String id, Data data)

Registers the data in the response with the specified id.

Parameters:

  • String   id Required parameter.
  • Data   data Required parameter.

Returns:  boolean

Since: 02-11-2019

top

setDate(String name, Date value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

Parameters:

  • String   name Required parameter.
  • Date   value

Since: 08-28-2018

top

setDecimal(String name, double value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

Parameters:

  • String   name Required parameter.
  • double   value

Since: 08-28-2018

This method has been deprecated since 08-28-2018. Use setDouble(String,double)

top

setDouble(String name, double double)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

Parameters:

  • String   name Required parameter.
  • double   double

Since: 08-28-2018

top

boolean setFrom(String name, String address)

Sets the 'From' information for the email, over-writing the default provided by the system. This functionality requires the email SMTP server to be configued for support and the email setting being used must allow alias sending. Pass null to remove these settings.

Parameters:

  • String   name  - sender name. Maximum allowed size of parameter: 100
  • String   address  - sender email. Maximum allowed size of parameter: 100

Returns:  boolean

Since: 02-20-2021

top

setHTML(String key, String xhtml)

Adds the given XHTML to the page (the XHTML should ideally be well-formed). You must use the c:html tag for displaying the content. Throws exception if the content contains illegal tags or attributes. You should avoid inline scripts or script blocks.

Parameters:

  • String   key
  • String   xhtml

Since: 07-11-2008

top

setInt(String name, long value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

Parameters:

  • String   name Required parameter.
  • long   value

Since: 08-28-2018

top

setReplyTo(String email)

Sets the replyTo email address. Pass null to remove the replyTo.

Parameters:

  • String   email Maximum allowed size of parameter: 254

Since: 10-22-2010

top

setString(String name, String value)

Adds the key/value pair to the data map, over-writing any set that already exists with name key.

Parameters:

  • String   name Required parameter.
  • String   value

Since: 08-28-2018

top

setSubject(String subject)

Sets the subject of the email (over-rides the subject set during Pal development).

Parameters:

  • String   subject Required parameter.

Since: 10-22-2010

top

setUtilityReference(String reference)

Sets the utility billing reference for this email. This is a development feature.

Parameters:

  • String   reference Required parameter. Maximum allowed size of parameter: 20

Since: 04-22-2011

top

setValue(String key, String value)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

Parameters:

  • String   key
  • String   value

Since: 07-11-2008

top

setValue(String key, boolean value)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

Parameters:

  • String   key
  • boolean   value

Since: 04-06-2009

This method has been deprecated since 08-28-2018. Use setBoolean(String,boolean)

top

setValue(String key, double value)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

Parameters:

  • String   key
  • double   value

Since: 04-06-2009

This method has been deprecated since 08-28-2018. Use setDouble(String,double)

top

setValue(String key, int value)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

Parameters:

  • String   key
  • int   value

Since: 04-06-2009

This method has been deprecated since 08-28-2018. Use setInt(String,int)

top

setValue(String key, long value)

Adds the key/value pair to the data object for this page, over-writing any set that already exists with name key. Shortcut for getData().setValue(key,value)

Parameters:

  • String   key
  • long   value

Since: 04-06-2009

This method has been deprecated since 08-28-2018. Use setInt(String,int)

top

String toString()

Returns a description of this object.

Returns:  String

Since: 10-21-2010

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM