Transaction System API

Modules

Method Summary
Data getConfigData(String palId)

Returns the configuration data for the specified pal.

DataList getConfigList(String palId)

Returns the configuration data list for the specified pal.

DataList list()

Returns the module pals associated with this pal.

  remove(String palId)

Removes the module.

  setEnabled(String palId, boolean enabled)

Enables or disables the module.

String toString()

Returns a description of this object.

Method Detail


Data getConfigData(String palId)

Returns the configuration data for the specified pal.

Parameters:

  • String   palId Required parameter.

Returns:  Data

Since: 07-03-2019

top

DataList getConfigList(String palId)

Returns the configuration data list for the specified pal.

Parameters:

  • String   palId Required parameter.

Returns:  DataList


DataList Name: config
DataList Fields: feature, menu, section, action, label, workflow, target

Since: 07-03-2019

top

DataList list()

Returns the module pals associated with this pal.

Returns:  DataList


DataList Name: pals
DataList Fields: palId, enabled, module, parentId, parentName, chain

Since: 07-03-2019

top

remove(String palId)

Removes the module.

Parameters:

  • String   palId Required parameter.

Since: 07-03-2019

top

setEnabled(String palId, boolean enabled)

Enables or disables the module.

Parameters:

  • String   palId Required parameter.
  • boolean   enabled Required parameter.

Since: 07-03-2019

top

String toString()

Returns a description of this object.

Returns:  String

Since: 07-03-2019

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