Internal Transaction API

InternalRequest

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

Returns the activation key id.

InternalEnterprise getAssociatedEnterprise()

Returns the enterprise associated with this Enterprise Registration or Enterprise Profile.

String getCallerPalAction()

Returns the action to return, if any of the pal that called this system pal.

String getCallerPalId()

Returns the Pal ID, if any of the pal that called this system pal.

String getCallerPalWorkflow()

Returns the workflow to run, if any of the pal that called this system pal.

String getDomainId()

Returns the domain id.

String getInviteCode()

Returns the invite code passed from the web module, if any.

String getLogoId()

Returns the logo id.

String getPalId()

Returns the pal id passed from Console or web module.

String getProductId()

Returns the product id passed from Console or web module.

String getProfileId()

Returns the stored profileId.

String getResellerProfileId()

Returns the reseller profile id, if set. See InternalResponse.setResellerMode.

String getStoreId()

Returns the store id passed from Console or web module.

boolean isIntegrated()

Returns true if the request originated from a web pal that is running embedded in an installer.

boolean isModule()

Returns true if the running Pal is running as a module.

  setInviteCode(String inviteCode)

Sets the invite code for use on subsequent calls.

  setPalId(String palId)

Stores the palId for subsequent calls.

  setProductId(String productId)

Stores the productId for subsequent calls.

  setProfileId(String profileId)

Stores the profileId for subsequent calls.

  setStoreId(String storeId)

Stores the storeId for subsequent calls.

String toString()

Returns a description of this object.

Method Detail


String getActivationKeyId()

Returns the activation key id.

Returns:  String

Since: 03-25-2010

top

InternalEnterprise getAssociatedEnterprise()

Returns the enterprise associated with this Enterprise Registration or Enterprise Profile.

Returns:  InternalEnterprise

Since: 10-21-2009

top

String getCallerPalAction()

Returns the action to return, if any of the pal that called this system pal.

Returns:  String

Since: 10-05-2009

top

String getCallerPalId()

Returns the Pal ID, if any of the pal that called this system pal.

Returns:  String

Since: 10-05-2009

top

String getCallerPalWorkflow()

Returns the workflow to run, if any of the pal that called this system pal.

Returns:  String

Since: 10-05-2009

top

String getDomainId()

Returns the domain id.

Returns:  String

Since: 03-25-2010

top

String getInviteCode()

Returns the invite code passed from the web module, if any.

Returns:  String

Since: 08-29-2009

top

String getLogoId()

Returns the logo id.

Returns:  String

Since: 03-25-2010

top

String getPalId()

Returns the pal id passed from Console or web module.

Returns:  String

Since: 08-29-2009

top

String getProductId()

Returns the product id passed from Console or web module.

Returns:  String

Since: 08-29-2009

top

String getProfileId()

Returns the stored profileId.

Returns:  String

Since: 08-29-2009

top

String getResellerProfileId()

Returns the reseller profile id, if set. See InternalResponse.setResellerMode.

Returns:  String

Since: 05-22-2010

top

String getStoreId()

Returns the store id passed from Console or web module.

Returns:  String

Since: 08-29-2009

top

boolean isIntegrated()

Returns true if the request originated from a web pal that is running embedded in an installer.

Returns:  boolean

Since: 08-29-2009

top

boolean isModule()

Returns true if the running Pal is running as a module.

Returns:  boolean

Since: 03-25-2010

top

setInviteCode(String inviteCode)

Sets the invite code for use on subsequent calls.

Parameters:

  • String   inviteCode

Since: 08-29-2009

top

setPalId(String palId)

Stores the palId for subsequent calls.

Parameters:

  • String   palId

Since: 09-09-2009

top

setProductId(String productId)

Stores the productId for subsequent calls.

Parameters:

  • String   productId

Since: 09-09-2009

top

setProfileId(String profileId)

Stores the profileId for subsequent calls.

Parameters:

  • String   profileId

Since: 09-09-2009

top

setStoreId(String storeId)

Stores the storeId for subsequent calls.

Parameters:

  • String   storeId

Since: 09-09-2009

top

String toString()

Returns a description of this object.

Returns:  String

Since: 08-29-2009

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