insert | insert | AUTO_ID: taxonomyTermID
| Inserts a taxonomy term record.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Modifies a taxonomy term record.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
read | read | | Reads a taxonomy term record.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
readByCode | nsread | | Retrieves the taxonomy term by code.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
searchByName | nsmulti | | Searches taxonomy terms by name and locale.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | SQL |
searchByParentTerm | readmulti | | Searches the taxonomy term by parent term.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
remove | remove | | Removes a taxonomy term record.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
readByNameTextID | nsread | | Returns the taxonomy term details based on the localzable text id of the Taxonomy Term.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
createTaxonomyTerms | batchinsert | | Batch insert operation for inserting the taxonomy term records.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
readAll | nkreadmulti | ORDER_BY: code
READMULTI_LIM: 0
| Retrieves all the taxonomy term records.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
searchByStatus | readmulti | | Searches the taxonomy terms by the term status.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
searchByActiveTerms | readmulti | | @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
searchActiveTermsByParentTerm | readmulti | | @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
modifyTaxonomyTerms | batchmodify | | Batch modify operation for modifying the taxonomy term records.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
searchByRootTerm | nsreadmulti | ORDER_BY: code
WHERE: TaxonomyTerm.parentTermID IS NULL
AND
TaxonomyTerm.recordStatus = :recordStatus
| Retrieves the root active taxonomy terms.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |