Transaction System API

ConsoleManager

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