This table lists and briefly describes all the metaphors.
Column Descriptions
Column Name
| Column Type
| Description
|
METAPHORID
| INTEGER NOT NULL
| The internal reference number of the metaphor.
|
CATEGORYID
| BIGINT NOT NULL
| The internal reference number of the CatalogGroup for which this metaphor is created.
|
STOREID
| INTEGER NOT NULL
| The internal reference number of the store to which this metaphor belongs.
|
TREEID
| INTEGER
| The internal reference number of the Question and Answer tree if this is a Guided Sell metaphor.
|
EXPLREQ
| INTEGER
| Indicates whether or not exploration space is required. This is not used for the Guided Sell metaphor.
|
METAPHORNAME
| VARCHAR(128) NOT NULL
| Java class name of the metaphor. For example, com.ibm.commerce.pa.metaphor.ProductExplorerMetaphor.
|
PUBLISH
| INTEGER NOT NULL DEFAULT 0
| Reserved for IBM internal use.
|
SYNC
| INTEGER NOT NULL DEFAULT 1
| Reserved for IBM internal use.
|
TEMPLATENAME
| VARCHAR(254)
| JSP page filename for this metaphor.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|