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

GetCatalog 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

SiebelMessage

CCFPropertySet& outputArgs

Out

Hierarchy :SiebelMessage

Details of Input Arguments

Property
Type
Value
Description

SiebelMessage

Integration Object

PDS Catalog Interface.

 

Example of Input Arguments

CCFPropertySet@0013BA08 p#3 c#2 type="" vt=0 value=""

{

c[1] CCFPropertySet@0B5D7580 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@0B5C4378 p#0 c#1 type="ListOfPDS Catalog Interface" vt=0 value=""

{

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

{

p["searchspec"] = "EXISTS ([Channel Partner] like 'UANPartner1')";

}

}

}

}

Example of Output Arguments

CCFPropertySet@0013BB40 p#0 c#1 type="" vt=0 value=""

{

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

{

p["MessageId"] = "2-3ZBA";

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

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

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

c[0] CCFPropertySet@0B51FFB8 p#0 c#1 type="ListOf PDS Catalog Interface " vt=0 value=""

{

.......

}

}

}

Error Conditions

None

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