Internal Console API

InternalCloudDomain

Other API in Package

Console

Console System

Console Webservice

List of Classes

InternalConsoleController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

CommonPacket

ConsoleManager

ConsolePacket

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

FtpRequest

GeoUtil

GroupConcat

ImageFile

Inspector

Installer

InstallerPal

InternalAcmeService

InternalApiMonitor

InternalAuthManager

InternalCloud

InternalCloudDomain

InternalCloudSubscriptionManager

InternalCloudSubscriptionService

InternalDesktopProduct

InternalDevelopmentPal

InternalDomainManager

InternalEmail

InternalEmailManager

InternalEmailSettings

InternalEnterprise

InternalGroupManager

InternalKey

InternalKeyFeatures

InternalKeyManager

InternalKeyPricing

InternalLogoManager

InternalPalChain

InternalPalInfo

InternalPalManager

InternalPalStore

InternalPalStoreInfo

InternalPalStoreInvite

InternalPalStoreItem

InternalProfile

InternalProfileManager

InternalPseudoKey

InternalRequest

InternalResponse

InternalSecuritySettings

InternalStatBuilder

InternalStatement

InternalStorageManager

InternalStorageProvider

InternalSupportIncident

InternalSupportProfile

InternalSystemInformation

InternalSystemLog

InternalSystemManager

InternalTunnelManager

InternalUser

InternalWebAlias

InternalZone

InternalZoneManager

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

MobileManager

Modules

Monitor

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

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

TransactionUtil

Tunnel

TunnelResult

UnknownFile

Upload

User

VCardFile

Validator

ValidityCheck

Wizard

WorkflowResponse

XMLReader

ZoneAccess

Method Summary
  commit()

Saves all pending changes to this CloudDomain.

String getCancel()

Gets the cancel URL.

Data getData()

Returns all properties of this CloudDomain.

String getDesktopPal()

Gets the desktop pal.

String getDynamicCss()

Gets the dynamic css.

String getIcon()

Gets the browser window favicon logoid.

String getLogo()

Gets the logo id.

String getLogout()

Gets the logout URL.

String getTitle()

Gets the title.

  setCancel(String cancelUrl)

Sets the cancel URL.

  setDesktopPal(String palId)

Sets the desktop pal.

  setDynamicCss(String css)

Sets the dynamic css.

  setFromAlias(String name, String address)

Sets the 'From' information for any system emails triggered from this cloud domain, 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.

  setIcon(String logoId)

Sets the browser window favicon.

  setLogo(String logoId)

Sets the logo.

  setLogout(String logoutUrl)

Sets the logout URL.

  setTitle(String title)

Sets the title.

String toString()

Returns a description of this object

Method Detail


commit()

Saves all pending changes to this CloudDomain.

Since: 04-03-2021

top

String getCancel()

Gets the cancel URL.

Returns:  String

Since: 04-03-2021

top

Data getData()

Returns all properties of this CloudDomain.

Returns:  Data

Since: 04-03-2021

top

String getDesktopPal()

Gets the desktop pal.

Returns:  String

Since: 04-03-2021

top

String getDynamicCss()

Gets the dynamic css.

Returns:  String

Since: 04-03-2021

top

String getIcon()

Gets the browser window favicon logoid.

Returns:  String

Since: 04-03-2021

top

String getLogo()

Gets the logo id.

Returns:  String

Since: 04-03-2021

top

String getLogout()

Gets the logout URL.

Returns:  String

Since: 04-03-2021

top

String getTitle()

Gets the title.

Returns:  String

Since: 04-03-2021

top

setCancel(String cancelUrl)

Sets the cancel URL.

Parameters:

  • String   cancelUrl

Since: 04-03-2021

top

setDesktopPal(String palId)

Sets the desktop pal.

Parameters:

  • String   palId

Since: 04-03-2021

top

setDynamicCss(String css)

Sets the dynamic css.

Parameters:

  • String   css Maximum allowed size of parameter: 6000

Since: 04-03-2021

top

setFromAlias(String name, String address)

Sets the 'From' information for any system emails triggered from this cloud domain, 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

Since: 02-10-2022

top

setIcon(String logoId)

Sets the browser window favicon.

Parameters:

  • String   logoId

Since: 04-03-2021

top

setLogo(String logoId)

Sets the logo.

Parameters:

  • String   logoId

Since: 04-03-2021

top

setLogout(String logoutUrl)

Sets the logout URL.

Parameters:

  • String   logoutUrl

Since: 04-03-2021

top

setTitle(String title)

Sets the title.

Parameters:

  • String   title Maximum allowed size of parameter: 80

Since: 04-03-2021

top

String toString()

Returns a description of this object

Returns:  String

Since: 04-03-2021

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