Internal Console API

InternalPseudoKey

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 approve()

Approves this pseudo key. An internal validation is performed first and if the validation fails, this will fail and return false. This does not automatically approve the key.

Data getAllData()

Returns a Data object containing information on this activation key, features, and pricing.

Data getData()

Returns a Data object containing information on this activation key.

InternalKeyFeatures getFeatures()

Returns the features for this activation key.

String getId()

Returns the ID of the key

int getMaximumSize()

Returns the absolute maximum size limit in KB. No key setting can be greater than this size.

InternalKeyPricing getPricing()

Returns the pricing for this activation key.

String getPricingModel()

Returns the pricing model (standard, custom). If the pricing model has not been set, this will attempt to determine it.

String getPricingPlan()

Returns the pricing plan. If the pricing plan has not been set, this will return 'default'.

boolean isActive()

Returns true if this activation key has been activated.

boolean isApproved()

Returns true if the key has been approved.

boolean isEnterprise()

Returns true if the activation is associated with an enterprise.

boolean isInProgress()

Returns true if the key status is in progress.

boolean isNeedsApproval()

Returns true if the key status is pending approval.

boolean isPalBillingEnabled()

Returns true if pal billing is enabled.

boolean isRevoked()

Returns true if the key has been revoked

boolean resetFromBackup(String backupId)

Resets this key to the information from the backup.

boolean restrictToPal(String palId)

Restricts this activation key to the Pal identified by palId (GUID).

boolean revoke()

Sets the status of the activation key to revoked, preventing the creation of new transactions. Returns false if it fails for any reason.

boolean setData(Data data)

Sets specific values of the activation key from those in the Data object.

  setName(String name)

Sets the name of this activation key.

  setPalBillingEnabled(boolean enabled)

Enables/disables pal billing

  setPricingModel(String model)

Sets the pricing model (standard, custom).

  setPricingPlan(String plan)

Sets the pricing plan.

  setStatusAwaitingApproval()

Sets the status to awaiting approval.

  setStatusInProgress()

Sets the status to in progress.

  setStatusNeedsApproval()

Sets the status to needs approval.

boolean transferToEnterprise(String enterpriseId)

Associates this activation key with the specified enterprise. This method returns false if the activation key is not currently associated with the system or if the logged in user is not on a system profile.

boolean unbindFeatures()

Disconnect features and associated with a new structure.

boolean unbindPricing()

Disconnect pricing and associated with a new structure.

Method Detail


boolean approve()

Approves this pseudo key. An internal validation is performed first and if the validation fails, this will fail and return false. This does not automatically approve the key.

Returns:  boolean

Since: 03-09-2010

top

Data getAllData()

Returns a Data object containing information on this activation key, features, and pricing.

Returns:  Data

Since: 05-13-2010

top

Data getData()

Returns a Data object containing information on this activation key.

Returns:  Data

Since: 03-09-2010

top

InternalKeyFeatures getFeatures()

Returns the features for this activation key.

Returns:  InternalKeyFeatures

Since: 05-06-2010

top

String getId()

Returns the ID of the key

Returns:  String

Since: 03-08-2010

top

int getMaximumSize()

Returns the absolute maximum size limit in KB. No key setting can be greater than this size.

Returns:  int

Since: 03-09-2010

top

InternalKeyPricing getPricing()

Returns the pricing for this activation key.

Returns:  InternalKeyPricing

Since: 05-06-2010

top

String getPricingModel()

Returns the pricing model (standard, custom). If the pricing model has not been set, this will attempt to determine it.

Returns:  String

Since: 03-09-2010

top

String getPricingPlan()

Returns the pricing plan. If the pricing plan has not been set, this will return 'default'.

Returns:  String

Since: 03-09-2010

top

boolean isActive()

Returns true if this activation key has been activated.

Returns:  boolean

Since: 03-09-2010

top

boolean isApproved()

Returns true if the key has been approved.

Returns:  boolean

Since: 03-09-2010

top

boolean isEnterprise()

Returns true if the activation is associated with an enterprise.

Returns:  boolean

Since: 03-09-2010

top

boolean isInProgress()

Returns true if the key status is in progress.

Returns:  boolean

Since: 03-09-2010

top

boolean isNeedsApproval()

Returns true if the key status is pending approval.

Returns:  boolean

Since: 03-09-2010

top

boolean isPalBillingEnabled()

Returns true if pal billing is enabled.

Returns:  boolean

Since: 05-30-2013

top

boolean isRevoked()

Returns true if the key has been revoked

Returns:  boolean

Since: 03-09-2010

top

boolean resetFromBackup(String backupId)

Resets this key to the information from the backup.

Parameters:

  • String   backupId

Returns:  boolean

Since: 04-16-2010

top

boolean restrictToPal(String palId)

Restricts this activation key to the Pal identified by palId (GUID).

Parameters:

  • String   palId

Returns:  boolean

Since: 03-09-2010

top

boolean revoke()

Sets the status of the activation key to revoked, preventing the creation of new transactions. Returns false if it fails for any reason.

Returns:  boolean

Since: 03-09-2010

top

boolean setData(Data data)

Sets specific values of the activation key from those in the Data object.

Parameters:

Returns:  boolean

Since: 03-09-2010

top

setName(String name)

Sets the name of this activation key.

Parameters:

  • String   name  - key name. Required parameter. Maximum allowed size of parameter: 50

Since: 03-09-2010

top

setPalBillingEnabled(boolean enabled)

Enables/disables pal billing

Parameters:

  • boolean   enabled

Since: 05-30-2013

top

setPricingModel(String model)

Sets the pricing model (standard, custom).

Parameters:

  • String   model  - model: standard, custom. Required parameter. Maximum allowed size of parameter: 10

Since: 03-09-2010

top

setPricingPlan(String plan)

Sets the pricing plan.

Parameters:

  • String   plan  - pricing plan name. Required parameter. Maximum allowed size of parameter: 30

Since: 03-09-2010

top

setStatusAwaitingApproval()

Sets the status to awaiting approval.

Since: 03-18-2010

top

setStatusInProgress()

Sets the status to in progress.

Since: 03-09-2010

top

setStatusNeedsApproval()

Sets the status to needs approval.

Since: 03-09-2010

top

boolean transferToEnterprise(String enterpriseId)

Associates this activation key with the specified enterprise. This method returns false if the activation key is not currently associated with the system or if the logged in user is not on a system profile.

Parameters:

  • String   enterpriseId

Returns:  boolean

Since: 03-09-2010

top

boolean unbindFeatures()

Disconnect features and associated with a new structure.

Returns:  boolean

Since: 05-06-2010

top

boolean unbindPricing()

Disconnect pricing and associated with a new structure.

Returns:  boolean

Since: 05-06-2010

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