Transaction API

DataSetResult extends ValidityCheck

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

Returns the generic error, if any.

Data getErrors()

If validation fails, this returns the data along with the reason for failed validation. For example, if a column name is FirstName and it fails validation there will be an error message with key FirstNameError.

int getPage()

When used with SmartDocuments, this returns the page number containing invalid data.

DataSetRecord getRecord()

Returns the associated record- new or updated.

boolean isValid()

Returns true if the data passes validation.

  setError(String error)

Sets the main error

  setErrors(Data errorData)

Sets errors if any

  setValid(boolean valid)

Sets valid

String toString()

Returns a description of this object.

Method Detail


String getError()

Returns the generic error, if any.

Returns:  String

Since: 11-01-2012

top

Data getErrors()

If validation fails, this returns the data along with the reason for failed validation. For example, if a column name is FirstName and it fails validation there will be an error message with key FirstNameError.

Returns:  Data

Since: 08-04-2012

top

int getPage()

When used with SmartDocuments, this returns the page number containing invalid data.

Returns:  int

Since: 11-01-2012

top

DataSetRecord getRecord()

Returns the associated record- new or updated.

Returns:  DataSetRecord

Since: 08-04-2012

top

boolean isValid()

Returns true if the data passes validation.

Returns:  boolean

Since: 08-04-2012

top

setError(String error)

Sets the main error

Parameters:

  • String   error Required parameter.

Since: 04-15-2020

top

setErrors(Data errorData)

Sets errors if any

Parameters:

  • Data   errorData Required parameter.

Since: 04-15-2020

top

setValid(boolean valid)

Sets valid

Parameters:

  • boolean   valid Required parameter.

Since: 04-15-2020

top

String toString()

Returns a description of this object.

Returns:  String

Since: 08-04-2012

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