cancel | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Cancels Outcome. | |
countByNameAndStatus | ns | | Counts all outcomes with the specified name and record status. | SQL |
countByReference | ns | | Counts outcomes by reference. | SQL |
insert | insert | AUTO_ID: outcomeID
AUTO_ID_KEY: SERCPLANBO
PRE_DATA_ACCESS: yes
| Standard Operation | |
list | nsmulti | | Returns a list of all Outcome records. | SQL |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
readName | nsread | | Reads the outcome name. | |
readNameAndReference | nsread | | Reads outcome name and reference. | |
readStatus | nsread | | Reads record status for the specified outcome. | |
validateCancel | | | This method validates outcome canceling. | |
validateDetails | | | Validates outcome details. | |
validateInsert | | | Validates details for insert. | |
validateModify | | | Validates details for modify. | |
countGoalsByOutcomeAndStatus | ns | | Counts goals that the outcome is associated with. | SQL |
countPlanItemsByOutcomeAndStatus | ns | | Count planItems that the outcome is associated with. | SQL |
countSubGoalsByOutcomeAndStatus | ns | | Counts sub goals that the outcome is associated with. | SQL |
listAllNamesAndIDs | nsmulti | | Reads names and IDs of all existing outcomes. | SQL |
readAll | nkreadmulti | | Retrieves a list of all Outcome entries. | |
insertOutcome | insert | | <p class="MsoNormal">
<span style="COLOR: #002060">Inserts outcome record. This method expects the outcomeID to be set. It is preferred to
call <font color="#000000">insertOutcome</font> method only in scenarios where calling method wants to set the value of
primary key by itself.</span>
</p> | |
modifyDescriptionTextID | nsmodify | OPTIMISTIC_LOCKING: yes
| Modifies descriptionTextID. | |
modifyOutcome | modify | OPTIMISTIC_LOCKING: yes
| This modify operation will be called while re-applying a change set in the target system. Entity level validations that will happen during a standard modify operation will not be applicable in this case. This modify operation will update all the attributes defined for this entity. | |