Difference between revisions of "Taxonomy 1 0"
From ADF Docs
(Description) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
− | Description | + | Attention: Do not change any text in the description, properties, and functions sections. |
+ | |||
+ | Return to [[Library|Library (API)]] | ||
+ | |||
+ | == Description == | ||
+ | Taxonomy functions for the ADF Library | ||
+ | |||
+ | == Properties == | ||
+ | :version = 1_0_0 | ||
+ | :wikiTitle = Taxonomy_1_0 | ||
+ | :type = singleton | ||
+ | |||
+ | == Functions == | ||
+ | <div id='library-api'> | ||
+ | :[[Taxonomy_1_0-getCSTaxObj|getCSTaxObj]] ( string taxName ) | ||
+ | ::Returns the taxonomy object for a given taxonomy name | ||
+ | :[[Taxonomy_1_0-getPageBindingsForTermID|getPageBindingsForTermID]] ( any csTaxObj, string TermID, string facet, numeric CEFormID, numeric CEFieldID, string currTermPageIdList ) | ||
+ | :[[Taxonomy_1_0-getTermIDs|getTermIDs]] ( any csTaxObj, string termList ) | ||
+ | ::Returns a list of termIDs from a list of terms and a given initialized taxonomy object | ||
+ | :[[Taxonomy_1_0-getTopTermIDArrayForFacet|getTopTermIDArrayForFacet]] ( numeric facetID, numeric taxonomyID ) | ||
+ | </div> |
Latest revision as of 13:57, 9 April 2010
Attention: Do not change any text in the description, properties, and functions sections.
Return to Library (API)
Description
Taxonomy functions for the ADF Library
Properties
- version = 1_0_0
- wikiTitle = Taxonomy_1_0
- type = singleton
Functions
- getCSTaxObj ( string taxName )
- Returns the taxonomy object for a given taxonomy name
- getPageBindingsForTermID ( any csTaxObj, string TermID, string facet, numeric CEFormID, numeric CEFieldID, string currTermPageIdList )
- getTermIDs ( any csTaxObj, string termList )
- Returns a list of termIDs from a list of terms and a given initialized taxonomy object
- getTopTermIDArrayForFacet ( numeric facetID, numeric taxonomyID )