insert | insert | AUTO_ID: rateRowID
AUTO_ID_KEY: RATETABLBO
POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
countByRateRowType | ns | | Searches for a Rate Row record by the Rate RowType, returns a count. | SQL |
searchByRateHeader | readmulti | READMULTI_LIM: 0
| | |
remove | remove | POST_DATA_ACCESS: no
PRE_DATA_ACCESS: yes
| Standard Operation | |
searchByIndexAndHeader | nsmulti | READMULTI_LIM: 250
| Searches for all rows for a Rate Table with a higher index. | SQL |
validateRateRow | | | Validates Rate Row details. | |
validateRateRowInsert | | | Validates Rate Row details for insert. | |
validateRateRowModify | | | Validates RateRow details for modify. | |
validateRateRowRemove | | | Validates RateRow details before removal | |
modifyRowType | nsmodify | PRE_DATA_ACCESS: yes
| Modifies the rate row type. | |
modifyIndex | nsmodify | | Updates the Rate Row record's index accordingly. | |
searchByIndexAndHeaderForRowID | nsmulti | READMULTI_LIM: 250
| Searches for all rows for a Rate Table with a higher index and returns the Rate Row ID. | SQL |
insertClone | insert | PRE_DATA_ACCESS: yes
| Performs a Rate Row insert avoiding any validation for the purposes of cloning. | |
validateSubRowRemove | | | Validates sub-row removal. | |
searchByHeaderID | readmulti | ORDER_BY: rateHeaderID, rateRowIndex
READMULTI_LIM: 0
| This method is used to load the RateRow details by rateHeaderID. | |
searchByRateRowType | | | @superseded - replaced by countByRateRowType | |
clone | | | @superseded - replaced by insertClone | |
updateIndex | | | @superseded - replaced by modifyIndex | |
readmulti | | | @superseded - replaced by searchByRateHeader | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Modifies a row of data from rate row table. | |
insertRateRow | insert | | <p class="MsoNormal">
<span style="COLOR: #002060">Inserts rate row record. This method expects the rateRowID to be set. It is preferred to
call <font color="#000000">insertRateRow</font> method only in scenarios where calling method wants to set the value of
primary key by itself.</span>
</p> | |