insert | insert | AUTO_ID: planTemplateMilestoneID
AUTO_ID_KEY: SERCPLANBO
PRE_DATA_ACCESS: yes
| Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
remove | remove | PRE_DATA_ACCESS: yes
| Standard Operation | |
validateInsert | | | Method to validate the details being inserted. | |
validateModify | | | Method to validate the details being modified. | |
validateRemove | | | Method to validate that the template milestone can be removed. | |
validateDetails | | | Method to validate the common template milestone details. | |
readDetails | ns | | @deprecated Since Curam 6.0, replaced with {@link PlanTemplateMilestone#readMilestoneDetails()} as part of implementing localization of plan template milestone description. See release note : CR00229083.
Method to read the template milestone details.
| SQL |
searchByPlanTemplateID | nsmulti | | Method to return a list of milestones added at the template level. | SQL |
searchByPlanTemplatePlanGroupID | nsmulti | | Method to return a list of milestones created at plan group level. | SQL |
searchByPlanTemplateSubGoalID | nsmulti | | Method to return a list of milestones created at sub goal level. | SQL |
readPlanTemplateIDPlanGroupIDAndSubGoalID | nsread | | Method to read the planTemplateID, planTemplatePlanGroupID and planTemplateSubGoalID for a milestone. | |
countByMilestoneConfigurationID | ns | | Counts the number of plan template milestone records for a specified milestone configuration. | SQL |
searchServicePlanLevelMilestones | nsmulti | | Method to return template milestones configured at service plan level. | SQL |
searchPlanGroupLevelMilestones | nsmulti | | Method to return template milestones configured at plan group level. | SQL |
searchSubGoalLevelMilestones | nsmulti | | Method to return template milestones configured at subgoal level. | SQL |
read | read | | Reads a row of data from plan template milestone table. | |
insertPlanTemplateMilestone | insert | | <p class="MsoNormal">
<span style="COLOR: #002060">Inserts plan template milestone record. This method expects the planTemplateMilestoneID to
be set. It is preferred to call <font color="#000000">insertPlanTemplateMilestone</font> method only in scenarios where
calling method wants to set the value of primary key by itself.</span>
</p> | |
modifyCommentsTextID | nsmodify | OPTIMISTIC_LOCKING: yes
| Modifies commentsTextID. | |
readMilestoneDetails | ns | | Method to read the template milestone details. | SQL |
modifyPlanTemplateMilestone | 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. | |
readLastWritten | ns | | Reads the last updated time of the template milestone. | SQL |
searchMilestoneAndIdsByPlanTemplate | nsmulti | | Returns the list of milestones and the related IDs created at a plan level in the in a service plan template. | SQL |
searchMilestoneAndIDsByPlanTemplatePlanGroup | nsmulti | | Returns the list of milestones and the related IDs created at a plan group level in the in a service plan template. | SQL |
searchMilestoneAndIDsByPlanTemplateSubGoal | nsmulti | | Returns the list of milestones and the related IDs created at a sub goal level in the in a service plan template. | SQL |