Internal Transaction API

InternalWebAlias

List of Classes

InternalTransactionController

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

InternalCloudSubscriptionManager

InternalDevelopmentPal

InternalDomainManager

InternalEmailManager

InternalEmailSettings

InternalEnterprise

InternalGroupManager

InternalKey

InternalKeyFeatures

InternalKeyManager

InternalKeyPricing

InternalLogoManager

InternalPalChain

InternalPalInfo

InternalPalManager

InternalProfileManager

InternalPseudoKey

InternalRequest

InternalStatBuilder

InternalStatement

InternalStorageManager

InternalStorageProvider

InternalTunnelManager

InternalUser

InternalWebAlias

InternalZone

InternalZoneManager

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

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
String getAlias()

Returns the alias of this Alias.

String getCname()

Returns the cname of this Alias. If the alias is '*.something.com', this returns '*'.

String getDomain()

Returns the domain of this Alias. If the alias is '*.something.com', this returns 'something.com'.

String getHost()

Returns the host of this Alias (the web pal the alias points to).

String getId()

Returns the ID of this alias

boolean isRedirect()

Returns true if this is a redirect.

  setRedirect(boolean redirect)

Sets redirect.

boolean update(String aliasCname, String aliasDomain, String host)

Updates the alias.

Method Detail


String getAlias()

Returns the alias of this Alias.

Returns:  String

Since: 03-02-2010

top

String getCname()

Returns the cname of this Alias. If the alias is '*.something.com', this returns '*'.

Returns:  String

Since: 03-29-2010

top

String getDomain()

Returns the domain of this Alias. If the alias is '*.something.com', this returns 'something.com'.

Returns:  String

Since: 03-29-2010

top

String getHost()

Returns the host of this Alias (the web pal the alias points to).

Returns:  String

Since: 03-02-2010

top

String getId()

Returns the ID of this alias

Returns:  String

Since: 03-02-2010

top

boolean isRedirect()

Returns true if this is a redirect.

Returns:  boolean

Since: 04-13-2020

top

setRedirect(boolean redirect)

Sets redirect.

Parameters:

  • boolean   redirect Required parameter.

Since: 04-13-2020

top

boolean update(String aliasCname, String aliasDomain, String host)

Updates the alias.

Parameters:

  • String   aliasCname  - aliasCname, for example * or cname or empty for root. Maximum allowed size of parameter: 255
  • String   aliasDomain  - aliasDomain, for example mysite.com. Required parameter. Maximum allowed size of parameter: 255
  • String   host  - host of the alias, for example www.actualsite.com. Required parameter. Maximum allowed size of parameter: 255

Returns:  boolean

Since: 03-29-2010

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