Internal Transaction API

InternalLogoManager

List of Classes

InternalTransactionController

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

InternalCloudSubscriptionManager

InternalDevelopmentPal

InternalDomainManager

InternalEmailManager

InternalEmailSettings

InternalEnterprise

InternalGroupManager

InternalKey

InternalKeyFeatures

InternalKeyManager

InternalKeyPricing

InternalLogoManager

InternalPalChain

InternalPalInfo

InternalPalManager

InternalProfileManager

InternalPseudoKey

InternalRequest

InternalStatBuilder

InternalStatement

InternalStorageManager

InternalStorageProvider

InternalTunnelManager

InternalUser

InternalWebAlias

InternalZone

InternalZoneManager

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 addLogo(String name, ImageFile file)

Creates a logo and returns the id of the logo. Image dimensions must be exactly 275px wide by 80px high, unless the image is a favicon.ico

boolean deleteLogo(String id)

Deletes the specified logo.

Data getLogo(String id)

Returns information on the specified logo including the content as base64.

SystemDataView getLogos()

Returns a list of logos for this enterprise.

boolean setLogoActive(String id, boolean active)

Sets the active flag for the specified logo.

String toString()

Returns a description of this object.

Method Detail


String addLogo(String name, ImageFile file)

Creates a logo and returns the id of the logo. Image dimensions must be exactly 275px wide by 80px high, unless the image is a favicon.ico

Parameters:

  • String   name Required parameter. Maximum allowed size of parameter: 255
  • ImageFile   file Required parameter.

Returns:  String

Since: 09-22-2015

top

boolean deleteLogo(String id)

Deletes the specified logo.

Parameters:

  • String   id Required parameter.

Returns:  boolean

Since: 04-05-2010

top

Data getLogo(String id)

Returns information on the specified logo including the content as base64.

Parameters:

  • String   id Required parameter.

Returns:  Data

Since: 09-22-2015

top

SystemDataView getLogos()

Returns a list of logos for this enterprise.

Returns:  SystemDataView


DataList Name: Logos
Tag Support: No
DataList Keys/Column Name Column Type Read Only
id String  
name String  
description String  
active Boolean  

Since: 03-02-2010

top

boolean setLogoActive(String id, boolean active)

Sets the active flag for the specified logo.

Parameters:

  • String   id Required parameter.
  • boolean   active

Returns:  boolean

Since: 04-05-2010

top

String toString()

Returns a description of this object.

Returns:  String

Since: 03-02-2010

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