Internal Console API

InternalStatement

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 addCredit(String description, double amount)

Adds a credit entry to the register table for this statement. Description is required. The amount must be > 0. The amount goes in as negative.

boolean addDebit(String description, double amount)

Adds a debit entry to the register table for this activation key. Description is required. The amount must be > 0. The amount goes in as positive.

SystemDataView getAdjustments()

Returns a list of adjustments for this statement.

Data getData()

Returns information on this statement.

SystemDataView getDetails()

Returns a list of details for this statement.

InternalEnterprise getEnterprise()

Returns the enterprise associated with this statement.

String getId()

Returns the statement id

SystemDataView getItems()

Returns a list of items for this statement.

SystemDataView getItemsByEnterprise()

Returns a list items for this statement grouped by enterprise.

SystemDataView getItemsByKey()

Returns a list items for this statement grouped by key.

SystemDataView getPalBillingDetails()

Returns a list of pal billing details for this statement.

boolean isAutoInvoice()

Returns true if the statement is set up for auto payment.

boolean isPaid()

Returns true if the statement has been paid or marked paid.

  markFailed(String reason)

Marks the statement as having failed. A reason is required.

boolean markPaid()

Marks the statement has having been paid externally. Returns true on success.

boolean markWaived()

Waives the fees for the entire statement.

boolean processPayment(String authorization, String transactionId)

Marks the statement as paid with the given authorization and transactionId.

boolean rebuild()

Rebuilds the statement. You must call reset first

boolean reset(String reason)

Resets the statement deleting invoice items except credits and debits.

String toString()

Returns a description of this object.

Method Detail


boolean addCredit(String description, double amount)

Adds a credit entry to the register table for this statement. Description is required. The amount must be > 0. The amount goes in as negative.

Parameters:

  • String   description
  • double   amount

Returns:  boolean

Since: 07-15-2010

top

boolean addDebit(String description, double amount)

Adds a debit entry to the register table for this activation key. Description is required. The amount must be > 0. The amount goes in as positive.

Parameters:

  • String   description
  • double   amount

Returns:  boolean

Since: 07-15-2010

top

SystemDataView getAdjustments()

Returns a list of adjustments for this statement.

Returns:  SystemDataView


DataList Name: EnterpriseStatementAdjustments
Tag Support: No
DataList Keys/Column Name Column Type Read Only
id Number  
statementId Number  
createDate Date  
effectiveDate Date  
description String  
amount Decimal  
type Number  
firstName String  
lastName String  

Since: 06-08-2010

top

Data getData()

Returns information on this statement.

Returns:  Data

Since: 04-27-2010

top

SystemDataView getDetails()

Returns a list of details for this statement.

Returns:  SystemDataView


DataList Name: EnterpriseStatementDetail
Tag Support: No
DataList Keys/Column Name Column Type Read Only
detailId Number  
palId String  
palName String  
enterpriseName String  
resellerClientCode String  
keyName String  
keyId String  
type Number  
reference String  
qty Number  
entryDate Date  

Since: 04-27-2010

top

InternalEnterprise getEnterprise()

Returns the enterprise associated with this statement.

Returns:  InternalEnterprise

Since: 04-18-2016

top

String getId()

Returns the statement id

Returns:  String

Since: 07-15-2010

top

SystemDataView getItems()

Returns a list of items for this statement.

Returns:  SystemDataView


DataList Name: EnterpriseStatementItem
Tag Support: No
DataList Keys/Column Name Column Type Read Only
itemId Number  
keyId String  
keyName String  
type String  
enterpriseId String  
enterpriseName String  
resellerClientCode String  
txExecCount Number  
txAccessCount Number  
txArchiveCount Number  
consolePersonalCount Number  
consoleEnterpriseCount Number  
webCount Number  
datasetCount Number  
datasetFee Decimal  
webFee Decimal  
txExecFee Decimal  
txAccessFee Decimal  
txArchiveFee Decimal  
consolePersonalFee Decimal  
consoleEnterpriseFee Decimal  
docExecCount Number  
docExecFee Decimal  
docStorageCount Number  
docStorageFee Decimal  
adjustmentFee Decimal  
monthlyFee Decimal  
hostingFee Decimal  
storageFee Decimal  
storageCount Number  
totalFee Decimal  

Since: 04-27-2010

top

SystemDataView getItemsByEnterprise()

Returns a list items for this statement grouped by enterprise.

Returns:  SystemDataView


DataList Name: EnterpriseStatementByEnterprise
Tag Support: No
DataList Keys/Column Name Column Type Read Only
enterpriseId Number  
enterpriseName String  
resellerClientCode String  
createDate Date  
txExecCount Number  
txAccessCount Number  
txArchiveCount Number  
docExecCount Number  
docStorageCount Number  
consolePersonalCount Number  
consoleEnterpriseCount Number  
webCount Number  
datasetCount Number  
txExecFee Decimal  
txAccessFee Decimal  
txArchiveFee Decimal  
consolePersonalFee Decimal  
consoleEnterpriseFee Decimal  
webFee Decimal  
datasetFee Decimal  
docExecFee Decimal  
docStorageFee Decimal  
storageCount Number  
monthlyFee Decimal  
hostingFee Decimal  
storageFee Decimal  
palBillingFee Decimal  
adjustmentFee Decimal  
totalFee Decimal  

Since: 07-20-2010

top

SystemDataView getItemsByKey()

Returns a list items for this statement grouped by key.

Returns:  SystemDataView


DataList Name: EnterpriseStatementByKey
Tag Support: No
DataList Keys/Column Name Column Type Read Only
keyId String  
keyName String  
type String  
txExecCount Number  
txAccessCount Number  
txArchiveCount Number  
docExecCount Number  
docStorageCount Number  
consolePersonalCount Number  
consoleEnterpriseCount Number  
webCount Number  
datasetCount Number  
txExecFee Decimal  
txAccessFee Decimal  
txArchiveFee Decimal  
consolePersonalFee Decimal  
consoleEnterpriseFee Decimal  
webFee Decimal  
datasetFee Decimal  
docExecFee Decimal  
docStorageFee Decimal  
storageCount Number  
monthlyFee Decimal  
hostingFee Decimal  
storageFee Decimal  
palBillingFee Decimal  
adjustmentFee Decimal  
totalFee Decimal  

Since: 07-20-2010

top

SystemDataView getPalBillingDetails()

Returns a list of pal billing details for this statement.

Returns:  SystemDataView


DataList Name: EnterprisePalStatementDetail
Tag Support: No
DataList Keys/Column Name Column Type Read Only
detailId Number  
palId String  
palName String  
enterpriseName String  
resellerClientCode String  
keyName String  
keyId String  
amount Decimal  
type String  
description String  
debit Boolean  
createDate Date  

Since: 05-30-2013

top

boolean isAutoInvoice()

Returns true if the statement is set up for auto payment.

Returns:  boolean

Since: 06-09-2010

top

boolean isPaid()

Returns true if the statement has been paid or marked paid.

Returns:  boolean

Since: 04-27-2010

top

markFailed(String reason)

Marks the statement as having failed. A reason is required.

Parameters:

  • String   reason Required parameter. Maximum allowed size of parameter: 100

Since: 09-11-2012

top

boolean markPaid()

Marks the statement has having been paid externally. Returns true on success.

Returns:  boolean

Since: 06-01-2010

top

boolean markWaived()

Waives the fees for the entire statement.

Returns:  boolean

Since: 08-23-2011

top

boolean processPayment(String authorization, String transactionId)

Marks the statement as paid with the given authorization and transactionId.

Parameters:

  • String   authorization Required parameter.
  • String   transactionId Required parameter.

Returns:  boolean

Since: 04-18-2016

top

boolean rebuild()

Rebuilds the statement. You must call reset first

Returns:  boolean

Since: 02-01-2016

top

boolean reset(String reason)

Resets the statement deleting invoice items except credits and debits.

Parameters:

  • String   reason Required parameter. Maximum allowed size of parameter: 100

Returns:  boolean

Since: 02-01-2016

top

String toString()

Returns a description of this object.

Returns:  String

Since: 04-27-2010

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