Transaction API

Slice

List of Classes

TransactionController

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

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
CellFilter createFilter()

Returns a new CellFilter.

Cell findCell(CellFilter filter)

Returns the first cell matching the specified filter.

Cell getCellByName(String name)

Gets the first cell matching the specified name.

long getCellCount(CellFilter filter)

Returns the number of cells in this slice based on the specified filter.

PacketDataList getCells(CellFilter filter, String listName)

Returns a list of cells within this slice.

PacketDataList getCells(String listName, int pageSize)

Returns a list of cells within this slice.

Cell getFirstCell(String profileId)

Gets the first cell created by the specified profileId.

Cell getLastCell(String profileId)

Gets the last cell created by the specified profileId.

int getPageCount(CellFilter filter)

Returns the number of pages in this slice based on the specified filter.

String toString()

Returns a description of this object.

Method Detail


CellFilter createFilter()

Returns a new CellFilter.

Returns:  CellFilter

Since: 07-25-2019

top

Cell findCell(CellFilter filter)

Returns the first cell matching the specified filter.

Parameters:

Returns:  Cell

Since: 09-20-2019

top

Cell getCellByName(String name)

Gets the first cell matching the specified name.

Parameters:

  • String   name Required parameter.

Returns:  Cell

Since: 07-25-2019

top

long getCellCount(CellFilter filter)

Returns the number of cells in this slice based on the specified filter.

Parameters:

Returns:  long

Since: 08-29-2019

top

PacketDataList getCells(CellFilter filter, String listName)

Returns a list of cells within this slice.

Parameters:

  • CellFilter   filter Required parameter.
  • String   listName Required parameter.

Returns:  PacketDataList

Since: 07-25-2019

top

PacketDataList getCells(String listName, int pageSize)

Returns a list of cells within this slice.

Parameters:

  • String   listName Required parameter.
  • int   pageSize Required parameter.

Returns:  PacketDataList

Since: 09-06-2019

top

Cell getFirstCell(String profileId)

Gets the first cell created by the specified profileId.

Parameters:

  • String   profileId Required parameter.

Returns:  Cell

Since: 07-25-2019

top

Cell getLastCell(String profileId)

Gets the last cell created by the specified profileId.

Parameters:

  • String   profileId Required parameter.

Returns:  Cell

Since: 07-25-2019

top

int getPageCount(CellFilter filter)

Returns the number of pages in this slice based on the specified filter.

Parameters:

Returns:  int

Since: 07-25-2019

top

String toString()

Returns a description of this object.

Returns:  String

Since: 07-25-2019

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