Siebel Order Management Guide > Product Data Service and Import/Export API Reference > Product Data Services API Methods >

GetCatalogs Method


Gets a list of catalogs for a given user name and context information. External.

Syntax

ErrCode GetCatalog (const CCFPropertySet& inputArgs,CCFPropertySet& outputArgs);

Arguments
Argument
Type
Description

const CCFPropertySet& inputArgs

In

Hierarchy: SiebelMessage (Integration object PDS Catalog Interface)

CCFPropertySet& outputArgs

Out

Hierarchy: SiebelMessage (Integration object PDS Catalog Interface)

Details of Input Arguments

Property
Type
Value
Description

SiebelMessage

Integration Object

PDS Catalog Interface.

 

Example of Input Arguments

CCFPropertySet@0012C868 p#0 c#1 type="" vt=0 value=""

{

c[0] CCFPropertySet@0AA6D8F0 p#4 c#1 type="SiebelMessage" vt=0 value=""

{

p["MessageId"] = "";

p["IntObjectName"] = "PDS Catalog Interface";

p["MessageType"] = "Integration Object";

p["IntObjectFormat"] = "Siebel Hierarchical";

c[0] CCFPropertySet@0A9D00C0 p#0 c#1 type="ListOfPDS Catalog Interface" vt=0 value=""

{

c[0] CCFPropertySet@0A9CF930 p#1 c#0 type="Catalog" vt=0 value=""

{

p["Name"] = "PDSCatalog";

}

}

}

}

Example of Output Arguments

CCFPropertySet@0012CCB8 p#0 c#1 type="" vt=0 value=""

{

c[0] CCFPropertySet@0AAA9240 p#4 c#1 type="SiebelMessage" vt=0 value=""

{

p["MessageId"] = "42-1JIU";

p["IntObjectName"] = "PDS Catalog Interface";

p["MessageType"] = "Integration Object";

p["IntObjectFormat"] = "Siebel Hierarchical";

c[0] CCFPropertySet@0A76FAC8 p#0 c#1 type="ListOfPDS Catalog Interface" vt=0 value=""

{

c[0] CCFPropertySet@0A76AFC0 p#11 c#0 type="Catalog" vt=0 value=""

{

p["Effective End Date"] = "";

p["Id"] = "42-54R7R";

p["Sequence Number"] = "";

p["ThumbnImageFileName"] = "";

p["Private Flag"] = "N";

p["Version"] = "1";

p["Effective Start Date"] = "07/21/2006 17:11:21";

p["Catalog Type"] = "Buying";

p["Active"] = "Y";

p["Name"] = "PDSCatalog";

p["Description"] = "";

}

}

}

}

Error Conditions

None

Siebel Order Management Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.