Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_AspectHistogramContainer.h
Finding_AspectHistogramContainer.m

Overview

Container for a top-level set of aspect histograms.

@ingroup FindingServicePortType

Tasks

  •   domainName

    A buy-side group of items that share aspects, but not necessarily an eBay
    category. For example “Women’s Dresses” or “Digital Cameras” could be
    domains. You can use a domainName to label a set of aspects that you
    display.



    Domains are extracted from item listing properties (such as item titles
    and subtitles).

    property
  •   domainDisplayName

    A buy-side group of items, for example “Shoes.” Domains are extracted
    from item listing properties, such as the title, descriptions, and so on.

    property
  •   aspect

    A characteristic of an item in a domain. For example, “Optical Zoom”,
    “Brand”, and “Megapixels” could be aspects of the Digital Cameras domain.
    Aspects are well-known, standardized characteristics of a domain, and
    they vary from domain to domain (the aspects of “Men’s Shoes” are
    different from those of “Digital Cameras”). A search request on the eBay
    site will often display aspects and their respective aspect values on the
    left-had side of a query response.



    Aspects are extracted from item listing properties (such as item titles
    and subtitles), and represent the characteristics of active items. Values
    returned in the Aspect container can be used as inputs to the
    aspectFilter fields in a query to distill the items returned by the
    query. eBay generates aspects dynamically from the items currently
    listed; aspects provide a view into what is currently available on eBay.
    Because of this, aspect values returned one day cannot be guaranteed to
    be valid the next day.



    The following graphic shows how eBay might return a set of aspects for
    the Digital Cameras domain. In this graphic, “Product Type”, “Brand”, and
    “Megapixels” are aspects, and “Point & Shoot”, “Canon”, and “12.0 to
    12.9 MP” are aspect values. Histogram values (item counts) are shown for
    each aspect value.



    <img
    src=“http://developer.ebay.com/DevZone/finding/Concepts/images/refinesearch.jpg"
    alt="eBay Aspects” />

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_AspectHistogramContainer.h

aspect

A characteristic of an item in a domain. For example, “Optical Zoom”,
“Brand”, and “Megapixels” could be aspects of the Digital Cameras domain.
Aspects are well-known, standardized characteristics of a domain, and
they vary from domain to domain (the aspects of “Men’s Shoes” are
different from those of “Digital Cameras”). A search request on the eBay
site will often display aspects and their respective aspect values on the
left-had side of a query response.



Aspects are extracted from item listing properties (such as item titles
and subtitles), and represent the characteristics of active items. Values
returned in the Aspect container can be used as inputs to the
aspectFilter fields in a query to distill the items returned by the
query. eBay generates aspects dynamically from the items currently
listed; aspects provide a view into what is currently available on eBay.
Because of this, aspect values returned one day cannot be guaranteed to
be valid the next day.



The following graphic shows how eBay might return a set of aspects for
the Digital Cameras domain. In this graphic, “Product Type”, “Brand”, and
“Megapixels” are aspects, and “Point & Shoot”, “Canon”, and “12.0 to
12.9 MP” are aspect values. Histogram values (item counts) are shown for
each aspect value.



<img
src=“http://developer.ebay.com/DevZone/finding/Concepts/images/refinesearch.jpg"
alt="eBay Aspects” />

@property (nonatomic, retain) NSMutableArray *aspect

Discussion

A characteristic of an item in a domain. For example, “Optical Zoom”,
“Brand”, and “Megapixels” could be aspects of the Digital Cameras domain.
Aspects are well-known, standardized characteristics of a domain, and
they vary from domain to domain (the aspects of “Men’s Shoes” are
different from those of “Digital Cameras”). A search request on the eBay
site will often display aspects and their respective aspect values on the
left-had side of a query response.



Aspects are extracted from item listing properties (such as item titles
and subtitles), and represent the characteristics of active items. Values
returned in the Aspect container can be used as inputs to the
aspectFilter fields in a query to distill the items returned by the
query. eBay generates aspects dynamically from the items currently
listed; aspects provide a view into what is currently available on eBay.
Because of this, aspect values returned one day cannot be guaranteed to
be valid the next day.



The following graphic shows how eBay might return a set of aspects for
the Digital Cameras domain. In this graphic, “Product Type”, “Brand”, and
“Megapixels” are aspects, and “Point & Shoot”, “Canon”, and “12.0 to
12.9 MP” are aspect values. Histogram values (item counts) are shown for
each aspect value.



<img
src=“http://developer.ebay.com/DevZone/finding/Concepts/images/refinesearch.jpg"
alt="eBay Aspects” />

entry type : class Finding_Aspect

Declared In

Finding_AspectHistogramContainer.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_AspectHistogramContainer.h

domainDisplayName

A buy-side group of items, for example “Shoes.” Domains are extracted
from item listing properties, such as the title, descriptions, and so on.

@property (nonatomic, retain) NSString *domainDisplayName

Discussion

A buy-side group of items, for example “Shoes.” Domains are extracted
from item listing properties, such as the title, descriptions, and so on.

type : NSString, wrapper for primitive string

Declared In

Finding_AspectHistogramContainer.h

domainName

A buy-side group of items that share aspects, but not necessarily an eBay
category. For example “Women’s Dresses” or “Digital Cameras” could be
domains. You can use a domainName to label a set of aspects that you
display.



Domains are extracted from item listing properties (such as item titles
and subtitles).

@property (nonatomic, retain) NSString *domainName

Discussion

A buy-side group of items that share aspects, but not necessarily an eBay
category. For example “Women’s Dresses” or “Digital Cameras” could be
domains. You can use a domainName to label a set of aspects that you
display.



Domains are extracted from item listing properties (such as item titles
and subtitles).

type : NSString, wrapper for primitive string

Declared In

Finding_AspectHistogramContainer.h