Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: relatedConceptID
| Inserts the related concept 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 | | Removes the related concept 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 the related concept details.
@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 | | Reads the related concept details for a specified 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. | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Modifies the related concept 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. | |
readAll | nkreadmulti | | @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. | |
searchByNameAndLocale | nsmulti | | Retrieves the related concepts based on 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 |
readByNameTextID | nsread | | Returns the Related Concept details based on the localizable text id of the related concept.
@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. | |
createRelatedConcepts | batchinsert | | Imports the related concept data through a batch insert.
@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. | |
modifyRelatedConcepts | batchmodify | | Batch modify operation for modifying the related concept 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. | |
|