Siebel Order Management Infrastructure Guide > Projected Asset Cache > Projected Asset Cache Business Service Methods >

Retrieve Method


The Retrieve method supports a combined Initialize/Query, and is essentially a wrapper around Initialize + Query. The input arguments are the same as those for Initialize. The output argument is that of Query.

Arguments
  • Search Expression: [in] Search Expression with which to initialize the cache. Only Assets, Quote Line Items, Order Line Items and attributes that satisfy the search expression will be loaded into the cache. (Required)
  • Field: [in] Property set of fields to be retrieved by the Projected Asset Cache. (Optional)
  • Attribute: [in] Property set of attributes to be retrieved by the Projected Asset Cache. (Optional)
  • Future Date: [in] Project assets on this date. Only orders that have a due date less than this future date will be applied. (Optional)
  • Quote Id: [in] Row ID of the quote for which line items are to be queried and loaded into the Projected Asset Cache. (Optional)
  • Result: [out] Property set of projected asset cache entries that satisfy the search expression. The property set contains child property sets that represent rows of the result.

    Example:

    {{{'Count', '2'}, {'Service Address', '50 Main St., Denver, CO 80207'}, {'To Service Address', '101 California, New York NY 10234'}},

    {{'Count', '4'}, {'Service Address', '50 Main St., Denver, CO 80207'}, {'To Service Address', '901 Peach Tree, Atlanta, GA 98765'}}}

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