Internal Console API

BusinessUtil

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
DataList getAllTimezones()

Returns a list of all timezones.

PacketDataList getCalendar(int year)
⚠Deprecated since 03-09-2023. Use DateUtil.getCalendar

Returns a calendar datalist for the given year.

DataList getCountryList()

Returns a list of country names including code, name, iso code, and calling code.

DataList getFonts()

Returns a list of fonts usable in creating an image. See Buffer.toImage.

DataList getLanguages()

Returns supported languages for this cloud.

DataList getNAICSChildCodes(String code)

Returns a list North American Industry Classification System (NAICS) codes that are children of the specified code.

DataList getNAICSCodes()

Returns a list North American Industry Classification System (NAICS) top level codes.

DataList getPdfFonts()

Returns a list of fonts usable in creating a PDF. See Render.toDocumentPdf.

DataList getStateList(String countryCode)

Returns a list of states names from the country. Returns null if countryCode is null or empty. Returns empty list of countryCode is not found.

DataList getTextMessagingProviders()

Returns a list of standard SMS providers (cell phone carriers that ContractPal supports SMS communication with).

DataList getTimezones()

Returns a list of timezones for the US.

DataList getWizardPatterns(String name)

Returns validation patterns.

String toString()

Returns a description of this object.

Method Detail


DataList getAllTimezones()

Returns a list of all timezones.

Returns:  DataList


DataList Name: timezones
DataList Fields: code, name, gmt, gmtOffset, country, continent, level, gmtOffsetMinutes, ocean

Since: 10-07-2021

top

PacketDataList getCalendar(int year)

Returns a calendar datalist for the given year.

Parameters:

  • int   year Required parameter.

Returns:  PacketDataList


DataList Name: calendar
DataList Fields: month, moy, year, week, sun, mon, tue, wed, thu, fri, sat

Since: 01-10-2023

This method has been deprecated since 03-09-2023. Use DateUtil.getCalendar

top

DataList getCountryList()

Returns a list of country names including code, name, iso code, and calling code.

Returns:  DataList


DataList Name: countries
DataList Fields: code, name, isoCont, callingCode

Since: 09-30-2021

top

DataList getFonts()

Returns a list of fonts usable in creating an image. See Buffer.toImage.

Returns:  DataList


DataList Name: fonts
DataList Fields: name

Since: 06-27-2011

top

DataList getLanguages()

Returns supported languages for this cloud.

Returns:  DataList


DataList Name: languages
DataList Fields: name, langId

Since: 06-08-2012

top

DataList getNAICSChildCodes(String code)

Returns a list North American Industry Classification System (NAICS) codes that are children of the specified code.

Parameters:

  • String   code

Returns:  DataList


DataList Name: codes
DataList Fields: code, name

Since: 07-14-2009

top

DataList getNAICSCodes()

Returns a list North American Industry Classification System (NAICS) top level codes.

Returns:  DataList


DataList Name: codes
DataList Fields: code, name

Since: 07-14-2009

top

DataList getPdfFonts()

Returns a list of fonts usable in creating a PDF. See Render.toDocumentPdf.

Returns:  DataList


DataList Name: fonts
DataList Fields: name

Since: 08-17-2016

top

DataList getStateList(String countryCode)

Returns a list of states names from the country. Returns null if countryCode is null or empty. Returns empty list of countryCode is not found.

Parameters:

  • String   countryCode

Returns:  DataList


DataList Name: states
DataList Fields: code, name, isoCode

Since: 07-14-2009

top

DataList getTextMessagingProviders()

Returns a list of standard SMS providers (cell phone carriers that ContractPal supports SMS communication with).

Returns:  DataList


DataList Name: providers
DataList Fields: name, domain, type

Since: 10-07-2010

top

DataList getTimezones()

Returns a list of timezones for the US.

Returns:  DataList


DataList Name: timezones
DataList Fields: code, name, gmt, gmtOffset, country, continent, level, gmtOffsetMinutes, ocean

Since: 06-08-2012

top

DataList getWizardPatterns(String name)

Returns validation patterns.

Parameters:

  • String   name

Returns:  DataList


DataList Name: patterns
DataList Fields: label, pattern, tooltip, type

Since: 11-02-2012

top

String toString()

Returns a description of this object.

Returns:  String

Since: 07-14-2009

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