cancel | nsmodify | PRE_DATA_ACCESS: yes
| Cancels a sub goal. | |
countByNameAndStatus | ns | | Counts the number of sub goals that have the specified name. | SQL |
countByReference | ns | | Counts the number of sub goals that have the specified reference number. | SQL |
insert | insert | AUTO_ID: subGoalID
AUTO_ID_KEY: SERCPLANBO
PRE_DATA_ACCESS: yes
| Standard Operation | |
readAll | nkreadmulti | | Lists all sub goals. | |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Modifies a sub goal. | |
read | read | | Reads the details of a sub goal. | |
readCreationDate | nsread | | Reads the creation date of a sub goal. | |
readNameAndReference | nsread | | Reads the name and reference number of a sub goal. | |
readRecordStatus | nsread | | Reads the record status of a sub goal. | |
searchPlanItems | nsmulti | | Searches for planItems associated with a sub goal. | SQL |
searchContractTexts | nsmulti | | Searches for contract texts associated with a sub goal. | SQL |
searchOutcomes | nsmulti | | Searches for outcomes associated with a sub goal. | SQL |
searchUnassociatedPlanItemsByStatus | nsmulti | | Searches for planItems not associated with a sub goal and having a specific status. | SQL |
searchUnassociatedOutcomesByStatus | nsmulti | | Searches for outcomes not associated with a sub goal and having a specific status. | SQL |
validateCancel | | | Validates that a sub goal can be canceled. | |
validateDetails | | | Validates the sub goal details. | |
validateInsert | | | | |
validateModify | | | Validates the modification of a sub goal. | |
readName | nsread | | Reads sub goal name. | |
countGoalsBySubGoalAndStatus | ns | | Count goals that the sub goal is associated with. | SQL |
listTypes | nsmulti | | Returns all type codes available for a subgoal. | SQL |
searchByTypeAndStatus | nsmulti | | Returns all subgoals for a given type | SQL |
searchPlanItemsForSubGoal | nsmulti | | @deprecated since curam 6.0, replace by {@Link SubGoal#searchPlanItemsForSubGoal1()}. See release note : CR00247170
Searches for planItems associated with a sub goal, returns the planItemID, planItemName, planItemTypeCode and the description.
| SQL |
searchAllPossibleOutcomesForSubGoal | nsmulti | | lists all possible outcomes available for a sub-goal. | SQL |
insertSubGoal | insert | | <p class="MsoNormal">
<span style="COLOR: #002060">Inserts sub goal record. This method expects the subGoalID to be set. It is preferred to
call <font color="#000000">insertSubGoal</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. | |
searchPlanItemsForSubGoal1 | nsmulti | | Searches for planItems associated with a sub goal, returns the planItemID, planItemName, planItemTypeCode and the description.
| SQL |
modifySubGoal | 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. | |