Transaction API

PagingInfo

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
String get(String property)

Returns the specified value from the PagingInfo data.

int getCurrentPage()

Returns the number of the current page. Only set if DataViewFilter.filterByPage has been called.

Data getData()

Returns a Data object with information from this paging info.

int getFirstPage()

Returns the page number of the first page. Only set if DataViewFilter.filterByPage has been called.

int getLastPage()

Returns the page number of the last page. Only set if DataViewFilter.filterByPage has been called.

int getNextPage()

Returns the page number of the next page. Only set if DataViewFilter.filterByPage has been called.

int getPageCount()

Returns the total page count. Only set if DataViewFilter.filterByPage has been called.

int getPreviousPage()

Returns the page number of the previous page. Only set if DataViewFilter.filterByPage has been called.

String getQueryString()

Returns all non default properties (those you've added to Data) as a querystring.

String getQueryString(String action, String pageNumberVariable, int pageNumber)

Returns all non default properties (those you've added to Data) as a querystring with action and pageNumber information.

boolean hasNextPage()

Returns true if there is a next page. Only set if DataViewFilter.filterByPage has been called.

boolean hasPreviousPage()

Returns true if there is a previous page. Only set if DataViewFilter.filterByPage has been called.

String toString()

Returns a description of this object.

Method Detail


String get(String property)

Returns the specified value from the PagingInfo data.

Parameters:

  • String   property

Returns:  String

Since: 10-26-2010

top

int getCurrentPage()

Returns the number of the current page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 06-05-2009

top

Data getData()

Returns a Data object with information from this paging info.

Returns:  Data

Since: 01-19-2009

top

int getFirstPage()

Returns the page number of the first page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getLastPage()

Returns the page number of the last page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getNextPage()

Returns the page number of the next page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getPageCount()

Returns the total page count. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getPreviousPage()

Returns the page number of the previous page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

String getQueryString()

Returns all non default properties (those you've added to Data) as a querystring.

Returns:  String

Since: 10-26-2010

top

String getQueryString(String action, String pageNumberVariable, int pageNumber)

Returns all non default properties (those you've added to Data) as a querystring with action and pageNumber information.

Parameters:

  • String   action
  • String   pageNumberVariable
  • int   pageNumber

Returns:  String

Since: 10-26-2010

top

boolean hasNextPage()

Returns true if there is a next page. Only set if DataViewFilter.filterByPage has been called.

Returns:  boolean

Since: 05-06-2009

top

boolean hasPreviousPage()

Returns true if there is a previous page. Only set if DataViewFilter.filterByPage has been called.

Returns:  boolean

Since: 05-06-2009

top

String toString()

Returns a description of this object.

Returns:  String

Since: 05-18-2009

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