Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: productEvidenceLinkID
AUTO_ID_KEY: PRODEVLNK
PRE_DATA_ACCESS: yes
| Standard Operation | |
remove | remove | | Standard Operation | |
searchByProductID | nsmulti | PRE_DATA_ACCESS: no
| Retrieves a list of evidence types associated with a specified product. | SQL |
countDuplicates | ns | | | SQL |
searchProductsByEvidenceType | nsmulti | | Retrieves the list of products a specified evidence type is being used on. | SQL |
searchProductsByTypeAndLinkedToProduct | nsmulti | | Retrieves all products where the evidence is associated at product level. | SQL |
searchProductByStatusBenefitIndAndShareableInd | nsmulti | | Retrieves all products where the evidence can be shared. The details retrieved include product ID, name and product type. | SQL |
modifyShareableByProductInd | nsmodify | OPTIMISTIC_LOCKING: no
PRE_DATA_ACCESS: no
| Updates the shareable indicator, used by the evidence broker, on the product evidence link. | |
searchByProductIDKey | readmulti | | Return a list of product evidence link records by product ID. | |
modify | modify | | Modifies a row of data from ProductEvidenceLink table. | |
read | read | | Reads a row of data from ProductEvidenceLink table. | |
searchDetailsByProductID | nsmulti | | | SQL |
insertProductEvidenceLink | insert | | <p class="MsoNormal">
<span style="COLOR: #002060">Inserts product evidence link record. This method expects the productEvidenceLinkID to be
set. It is preferred to call insertProductEvidenceLink method only in scenarios where calling method wants to set the
value of primary key by itself.</span>
</p> | |
searchEvidenceTypeLinkEntityDetailsByProductID | nsmulti | | | SQL |
searchDetailsByProductIDAndLinkedToProduct | nsmulti | | | SQL |
searchByEvidenceMetaDataAndProduct | readmulti | | Returns all columns of Product Evidence Link for the given evidenceMetadataID and productID. | |
|