Web API

ProfilePalManager

Other API in Package

User

Internal Tunnel

Tunnel

List of Classes

WebController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

ConsoleManager

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

GeoUtil

GroupConcat

ImageFile

Inspector

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

NavigatorResponse

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Pin

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Response

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

Tunnel

TunnelResult

UnknownFile

VCardFile

Validator

ValidityCheck

Wizard

XMLReader

ZoneAccess

Method Summary
SystemDataView getPalsByGroup(String group)

Returns a SystemDataView that can be used for accessing pals the active user has group access to.

SystemDataView getTransactionPalsByGroup(String group)

Returns a SystemDataView that can be used for accessing transaction pals for which the active user has createTransaction permission.

SystemDataView getTransactionPalsByProfile()

Returns a SystemDataView that can be used for accessing transaction pals for which the active user has a role.

String toString()

Returns a description of this object.

Method Detail


SystemDataView getPalsByGroup(String group)

Returns a SystemDataView that can be used for accessing pals the active user has group access to.

Parameters:

  • String   group Required parameter.

Returns:  SystemDataView


DataList Name: PalsByGroup
Tag Support: No
DataList Keys/Column Name Column Type Read Only
id String  
name String  
description String  
category String  
createDate Date  
modifiedDate Date  
testPal Boolean  
modeConsole Boolean  
modeTransaction Boolean  
modeWeb Boolean  
type String  
consoleVisible Boolean  
cubePalLimit Big Number  

Since: 09-22-2015

top

SystemDataView getTransactionPalsByGroup(String group)

Returns a SystemDataView that can be used for accessing transaction pals for which the active user has createTransaction permission.

Parameters:

  • String   group Required parameter.

Returns:  SystemDataView


DataList Name: TransactionPalsByGroup
Tag Support: No
DataList Keys/Column Name Column Type Read Only
palId String  
name String  
description String  
category String  
modifiedDate Date  
active Boolean  
type String  

Since: 09-22-2015

top

SystemDataView getTransactionPalsByProfile()

Returns a SystemDataView that can be used for accessing transaction pals for which the active user has a role.

Returns:  SystemDataView


DataList Name: TransactionPalsByProfile
Tag Support: No
DataList Keys/Column Name Column Type Read Only
palId String  
name String  
description String  
category String  
modifiedDate Date  
active Boolean  
type String  
enterprise String  

Since: 09-22-2015

top

String toString()

Returns a description of this object.

Returns:  String

Since: 09-22-2015

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