Transaction API

ConsoleManager

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
boolean deleteConsoleAccess(String profileId)

Deletes console access.

  deleteConsolePacket()

Deletes the Console System Packet associated with this Pal along with any data stored in the Packet.

SystemDataView getConsoleUsers()

Returns a SystemDataView that can be used for listing users with console access to this pal. This method may not include users who have group access.

boolean grantConsoleAccess(String profileId)

Grants console access. An icon will appear on the user's desktop. Requires a personal profile or a profile that belongs to the enterprise with sufficient group permissions.

String toString()

Returns a description of this object

Method Detail


boolean deleteConsoleAccess(String profileId)

Deletes console access.

Parameters:

  • String   profileId Required parameter.

Returns:  boolean

Since: 10-04-2013

top

deleteConsolePacket()

Deletes the Console System Packet associated with this Pal along with any data stored in the Packet.

Since: 12-20-2013

top

SystemDataView getConsoleUsers()

Returns a SystemDataView that can be used for listing users with console access to this pal. This method may not include users who have group access.

Returns:  SystemDataView


DataList Name: ConsoleUsers
Tag Support: No
DataList Keys/Column Name Column Type Read Only
profileId String  
email String  
firstName String  
lastName String  
lastAccessDate Date  
status String  
createDate Date  
modifiedDate Date  
contentSize Number  

Since: 10-04-2013

top

boolean grantConsoleAccess(String profileId)

Grants console access. An icon will appear on the user's desktop. Requires a personal profile or a profile that belongs to the enterprise with sufficient group permissions.

Parameters:

  • String   profileId Required parameter.

Returns:  boolean

Since: 10-04-2013

top

String toString()

Returns a description of this object

Returns:  String

Since: 10-04-2013

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