Internal Console API

MobileManager

Other API in Package

Console

Console System

Console Webservice

List of Classes

InternalConsoleController

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

InternalAcmeService

InternalApiMonitor

InternalAuthManager

InternalCloud

InternalCloudDomain

InternalCloudSubscriptionManager

InternalCloudSubscriptionService

InternalDesktopProduct

InternalDevelopmentPal

InternalDomainManager

InternalEmail

InternalEmailManager

InternalEmailSettings

InternalEnterprise

InternalGroupManager

InternalKey

InternalKeyFeatures

InternalKeyManager

InternalKeyPricing

InternalLogoManager

InternalPalChain

InternalPalInfo

InternalPalManager

InternalPalStore

InternalPalStoreInfo

InternalPalStoreInvite

InternalPalStoreItem

InternalProfile

InternalProfileManager

InternalPseudoKey

InternalRequest

InternalResponse

InternalSecuritySettings

InternalStatBuilder

InternalStatement

InternalStorageManager

InternalStorageProvider

InternalSupportIncident

InternalSupportProfile

InternalSystemInformation

InternalSystemLog

InternalSystemManager

InternalTunnelManager

InternalUser

InternalWebAlias

InternalZone

InternalZoneManager

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

MobileManager

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

Mobile manager provides programmatic control over mobile access to user web service workflow by personal profiles.

Method Summary
  deleteMobileAccess(String accessId)

Deletes the specified mobile access.

SystemDataView getMobileAccounts()

Returns a SystemDataView for accessing mobile accounts associated with the pal.

boolean setMobileAccess(String profileId, String mobileConfig)

Grants or updates mobile access to this pal. The user must have mobile access enabled in security settings.

String toString()

Returns a description of this object.

Method Detail


deleteMobileAccess(String accessId)

Deletes the specified mobile access.

Parameters:

  • String   accessId Required parameter.

Since: 05-04-2011

top

SystemDataView getMobileAccounts()

Returns a SystemDataView for accessing mobile accounts associated with the pal.

Returns:  SystemDataView


DataList Name: MobileAccounts
Tag Support: No
DataList Keys/Column Name Column Type Read Only
id String  
createDate Date  
lastDate Date  
status String  
pending Boolean  
mobileConfig String  
firstName String  
lastName String  
email String  

Since: 05-04-2011

top

boolean setMobileAccess(String profileId, String mobileConfig)

Grants or updates mobile access to this pal. The user must have mobile access enabled in security settings.

Parameters:

  • String   profileId  - Personal profile id. Required parameter.
  • String   mobileConfig  - Mobile configuration to use. Required parameter.

Returns:  boolean

Since: 05-04-2011

top

String toString()

Returns a description of this object.

Returns:  String

Since: 05-04-2011

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