insert | insert | AUTO_ID: deductionProductLinkID
AUTO_ID_KEY: PRODUCTBO
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard Operation | |
remove | remove | | Standard Operation | |
searchDeductionByProductID | nsmulti | | Returns a list of deductions associated with a particular product. | SQL |
searchUnassociatedActiveDeduction | nsmulti | | Returns a list of active deductions not associated with a particular product. | SQL |
readLowestPriorityByProductID | ns | | Returns the lowest deduction priority associated with a specified product. The lowest priority returned will be the highest numerical value i.e. in a list with priorities 1, 2, 3, 4, 5, the lowest priority would be 5. | SQL |
readDeductionByProductIDPriority | nsread | | Returns the deduction product link details based on the deduction priority for the product. | |
countByDeductionID | ns | | Counts the number of deduction product link records for a specified deduction. | SQL |
readDeductionNamePriorityVersionNoByDeductionProductLinkID | ns | | Returns deduction name, priority and version number. This information can then be used by the user if they decide to modify a deduction product link record. | SQL |
searchDeductionProductLinkIDPriorityByDeductionID | nsreadmulti | ORDER_BY: priority
| Returns a list of deductionProductLinkID's and related priorities for a specified deduction. | |
searchIDNamePriorityCategoryByProductIDCategory | nsmulti | | Returns a list of deduction details associated with a particular product and deduction category. | SQL |
readPriorityByDeductionID | nsread | | Returns the priority of the deduction product link by deductionID. | |
readPriorityByDeductionAndProductID | nsread | | Returns the priority of the deduction product link by deductionID and productID. | |
searchByProductID | readmulti | | Return a list of deduction production link records by product ID. | |
insertDeductionProductLink | insert | | <p class="MsoNormal">
<span style="COLOR: #002060">Inserts deduction product link record. This method expects
the deductionProductLinkID to be set. It is preferred to call insertDeductionProductLink method only in scenarios
where calling method wants to set the value of primary key by itself.</span>
</p> | |
searchDeductionWithVersionNoByProductID | nsmulti | | Returns a list of deductions associated with a particular product. | SQL |
readPreventOvelappingIndByCaseIDDeductionName | ns | | Reads deduction allow overlapping indicator for a case and deduction name. | SQL |