Difference between revisions of "Taxonomy 1 0"
From ADF Docs
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | |||
+ | Attention: Do not change any text in the description, properties, and functions sections. | ||
+ | |||
+ | Return to [[Library|Library (API)]] | ||
+ | |||
== Description == | == Description == | ||
Taxonomy functions for the ADF Library | Taxonomy functions for the ADF Library | ||
Line 4: | Line 10: | ||
== Properties == | == Properties == | ||
:version = 1_0_0 | :version = 1_0_0 | ||
+ | :wikiTitle = Taxonomy_1_0 | ||
:type = singleton | :type = singleton | ||
== Functions == | == Functions == | ||
− | :[[Taxonomy_1_0-getCSTaxObj|getCSTaxObj]] | + | <div id='library-api'> |
+ | :[[Taxonomy_1_0-getCSTaxObj|getCSTaxObj]] ( string taxName ) | ||
::Returns the taxonomy object for a given taxonomy name | ::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 ) | |
− | :[[Taxonomy_1_0-getPageBindingsForTermID|getPageBindingsForTermID]] | ||
− | |||
− | |||
− | :[[Taxonomy_1_0-getTermIDs|getTermIDs]] | ||
::Returns a list of termIDs from a list of terms and a given initialized taxonomy object | ::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> | |
− | :[[Taxonomy_1_0-getTopTermIDArrayForFacet|getTopTermIDArrayForFacet]] |
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 )