Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: nameLinkID
| Insert the Taxonomy Term Name Link 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
| Updates the Taxonomy Term Name Link 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 | | Retruns the Taxonomy Term Name Link 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. | |
remove | remove | | Deletes the Taxonomy Term Name Link 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. | |
searchByIndexStatus | nsmulti | | Retreves the taxonomy term name details based on index status search criteria.
@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 |
readByLocaleAndTextID | nsread | | Returns the Taxonomy Name Link details based on the localization text ID and locale of the Taxonomy Term Name.
@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. | |
createTermNames | batchinsert | | @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. | |
searchByIndexStatusAndLocale | nsmulti | | Retreves the taxonomy term name details based on index, status 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 |
searchByNameTextID | 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. | |
removeByNameTextID | nsremove | | @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. | |
|