Internal Console API

InternalZone

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
boolean attachPal(String palId)
⚠Deprecated since 11-25-2013. Use attachPals([])

Attaches the specified pal to this zone. Warning- this may have a negative impact on the pal.

int attachPals(String[] palIds)

Attaches the specified pal(s) to this zone. Warning- this may have a negative impact on the pal(s). Returns the number of pals actually attached.

boolean detachPal(String palId)
⚠Deprecated since 11-25-2013. Use detachPals([])

Removes the specified pal from this zone. Warning- this may have a negative impact on the pal.

int detachPals(String[] palIds)

Removes the specified pal(s) from this zone. Warning- this may have a negative impact on the pal(s). Returns the number of pals actually detached.

Data getData()

Returns zone information.

String getId()

Returns the id of this zone.

String getName()

Returns the name of this zone.

SystemDataView getZonePals()

Returns the pals associated with this zone.

boolean isDefaultZone()

Returns true if this zone is the default zone for the enterprise.

boolean isReadonly()

Returns true if the zone cannot be changed.

boolean isSystem()

Returns true if the zone is a system zone.

boolean movePal(String palId, String zoneId)
⚠Deprecated since 11-25-2013. Use movePals([],String)

Removes the specified pal from this zone and places it in the specified zone. Warning- this may have a negative impact on the pal.

int movePals(String[] palIds, String zoneId)

Removes the specified pal from this zone and places it in the specified zone. Warning- this may have a negative impact on the pal.

boolean setData(Data data)

Sets zone information.

String toString()

Returns a description of this object.

Method Detail


boolean attachPal(String palId)

Attaches the specified pal to this zone. Warning- this may have a negative impact on the pal.

Parameters:

  • String   palId Required parameter.

Returns:  boolean

Since: 10-26-2010

This method has been deprecated since 11-25-2013. Use attachPals([])

top

int attachPals(String[] palIds)

Attaches the specified pal(s) to this zone. Warning- this may have a negative impact on the pal(s). Returns the number of pals actually attached.

Parameters:

  • String[]   palIds Required parameter.

Returns:  int

Since: 11-25-2013

top

boolean detachPal(String palId)

Removes the specified pal from this zone. Warning- this may have a negative impact on the pal.

Parameters:

  • String   palId Required parameter.

Returns:  boolean

Since: 10-26-2010

This method has been deprecated since 11-25-2013. Use detachPals([])

top

int detachPals(String[] palIds)

Removes the specified pal(s) from this zone. Warning- this may have a negative impact on the pal(s). Returns the number of pals actually detached.

Parameters:

  • String[]   palIds Required parameter.

Returns:  int

Since: 11-25-2013

top

Data getData()

Returns zone information.

Returns:  Data

Since: 10-26-2010

top

String getId()

Returns the id of this zone.

Returns:  String

Since: 10-26-2010

top

String getName()

Returns the name of this zone.

Returns:  String

Since: 10-26-2010

top

SystemDataView getZonePals()

Returns the pals associated with this zone.

Returns:  SystemDataView


DataList Name: SystemZonePals
Tag Support: No
DataList Keys/Column Name Column Type Read Only
palId String  
name String  
description String  
category String  
createDate Date  
modifiedDate Date  
test (Deprecated 03-16-2012) Boolean  
testPal Boolean  
modeConsole Boolean  
modeTransaction Boolean  
modeWeb Boolean  
type String  

Since: 10-26-2010

top

boolean isDefaultZone()

Returns true if this zone is the default zone for the enterprise.

Returns:  boolean

Since: 10-26-2010

top

boolean isReadonly()

Returns true if the zone cannot be changed.

Returns:  boolean

Since: 11-11-2010

top

boolean isSystem()

Returns true if the zone is a system zone.

Returns:  boolean

Since: 11-11-2010

top

boolean movePal(String palId, String zoneId)

Removes the specified pal from this zone and places it in the specified zone. Warning- this may have a negative impact on the pal.

Parameters:

  • String   palId Required parameter.
  • String   zoneId Required parameter.

Returns:  boolean

Since: 10-26-2010

This method has been deprecated since 11-25-2013. Use movePals([],String)

top

int movePals(String[] palIds, String zoneId)

Removes the specified pal from this zone and places it in the specified zone. Warning- this may have a negative impact on the pal.

Parameters:

  • String[]   palIds Required parameter.
  • String   zoneId Required parameter.

Returns:  int

Since: 11-25-2013

top

boolean setData(Data data)

Sets zone information.

Parameters:

  • Data   data Required parameter.

Returns:  boolean

Since: 10-26-2010

top

String toString()

Returns a description of this object.

Returns:  String

Since: 10-26-2010

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