AddConfiguration Class Methods

In this section, the AddConfiguration class methods are presented in alphabetical order.

Syntax

AddConfiguration()

Description

Use the AddConfiguration method to instantiate an object of the AddConfiguration class.

Parameters

None.

Returns

None.

Example

Local PTS_CFGSRCH_CRITERIA:AddConfiguration &addObj = create PTS_CFGSRCH_CRITERIA:AddConfiguration();

Syntax

GetAddPageInstructionsInfo()

Description

Use the GetAddPageInstructionsInfo method to retrieve instructions to display on the add a new value page.

Parameters

None.

Returns

A string value containing the instructions to display on the add a new value page.

Example

&addObj.GetAddPageInstructionsInfo();

Syntax

GetAddPageTitleInfo()

Description

Use the GetAddPageTitleInfo method to retrieve the specified title for an add a new value page.

Parameters

None.

Returns

A string value containing the page title.

Example

&addObj.GetAddPageTitleInfo();

Syntax

GetAddSearchRecord()

Description

Use the GetAddSearchRecord method to retrieve the search record specified on the add a new value page for a content reference.

Parameters

None.

Returns

A string value containing the search record for the add a new value page.

Example

&addObj.GetAddSearchRecord();

Syntax

GetConfiguredAppClass()

Description

Use the GetConfiguredAppClass method to retrieve the configured application class for the Add button override.

Parameters

None.

Returns

A string value containing the application class.

Example

&addObj.GetConfiguredAppClass();

Syntax

GetConfiguredAppClassMethod()

Description

Use the GetConfiguredAppClassMethod method to retrieve the configured method of the application class for the Continue button override.

Parameters

None.

Returns

A string value containing the method of the application class.

Example

&addObj.GetConfiguredAppClassMethod();

Syntax

GetConfiguredApppackage()

Description

Use the GetConfiguredApppackage method to retrieve the configured application package for the Continue button override.

Parameters

None.

Returns

A string value containing the configured application package.

Example

&addObj.GetConfiguredApppackage();

Syntax

GetConfiguredClassPath()

Description

Use the GetConfiguredClassPath method to retrieve the configured application class path for the Continue button override.

Parameters

None.

Returns

A string value containing the application class path.

Example

&addObj.GetConfiguredClassPath();

Syntax

GetCriteriaFields()

Description

Use the GetCriteriaFields method to retrieve the criteria fields selected for the add a new value page.

Parameters

None.

Returns

An array of PTS_CFGSRCH_CRITERIA:AddField.

Example

&addObj.GetCriteriaFields();

Syntax

GetPageLinksList()

Description

Use the GetPageLinksList method to retrieve the page links specified on the add a new value page.

Parameters

None.

Returns

An array of PTS_CFGSRCH_CRITERIA:PageLink.

Example

&addObj.GetPageLinksList();