insert | insert | AUTO_ID: plannedGoalID
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard Operation | |
readNameByCaseID | ns | | Reads goal name of the planned goal for the integrated case. | SQL |
readGoalAndOutcomeByCaseID | ns | | Reads planned goal and achieved outcome for the service plan delivery. | SQL |
readIDAndGoalContractTextByCaseID | ns | | @deprecated by readIDAndGoalContractTextByCaseID1.
@deprecated-since V6.0 SP2.
Reads the active planned goal id and goal contract text for a service plan id. | SQL |
countPlannedGoalByCaseID | ns | | Counts number of planned goals based on a case identifier. | SQL |
readPlannedGoalIDByCaseID | ns | | Reads planned goal id for a service plan id. | SQL |
readIDByCaseID | nsread | | Reads planned goal ID for a service plan delivery. | |
readDetailsByCaseID | nsread | | Reads planned goal ID, planned goal's outcome achieved and planned goal's version number for a service plan delivery. | |
modifyOutcomeAchieved | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Updates the outcome achieved for a planned goal. | |
readOutcomeAchievedByCaseID | nsread | | Reads outcome achieved and version number for the service plan. | |
validateModifyOutcomeAchieved | | | Validates the modification details. | |
readGoalID | nsread | | Reads goalID by plannedGoalID. | |
modifyGoalType | nsmodify | PRE_DATA_ACCESS: yes
| Modifies the the goalID for the Service plan. | |
readGoalIDByCaseID | nsread | | Reads the underlying goal definition using the caseID. | |
validateModifyGoalType | | | Validates that the goal can be changed for the service plan delivery. | |
validateCaseStatus | | | Validates that the service plan delivery is not closed. | |
remove | remove | | Removes the planned goal. | |
readGoalNameAndIDByCaseID | ns | | Reads goal name and goal id for the service plan delivery. | SQL |
readGoalNameByCaseID | ns | | Reads goal name by service plan delivery ID. | SQL |
readGoalDetailsByCaseID | ns | | Reads goalName, goalID, expectedStartDate and expectedEndDate for a planned goal. | SQL |
reCalculateDates | | | This method decides if any subgoal dates (expected start and end dates OR actual start and end dates) effect the date ranges for the planned goal and if so will update them. | |
modifyDateRange | nsmodify | | Modifies the dates of the planned goal if any of the planned subgoals dates vary from the planned goals dates. | |
readSubGoalMinAndMaxDates | ns | | Returns the max and min actual and expected dates of all the subgoals(that do not have a parent group id set) belonging to this goal. | SQL |
readBaselineGanttGoalDetails | ns | | Reads the goal details for a baseline gantt. | SQL |
readGoalDetailsForTrackingGanttByCaseID | ns | | @deprecated since Curam v6, replaced with {@link readGoalGroupDetailsForTrackingGanttByCaseID}. The return parameter struct TrackingGanttGoalDetails has all the details of curam.serviceplans.sl.struct.TrackingGanttGoalDetails along with 'caseID'. | SQL |
readPlanGroupMinAndMaxDates | ns | | Returns the max and min actual and expected dates for all planned group (who have no parent group) that belong to this goal. | SQL |
readGoalGroupDetailsForTrackingGanttByCaseID | ns | | Reads the goal details for the tracking gantt. | SQL |
readIDAndGoalContractTextByCaseAndLanguage | ns | | Reads the active planned goal id and goal contract text for a service plan id by language code and case id. | SQL |
readIDAndGoalContractTextByCaseID1 | | | Reads the active planned goal id and goal contract text for a service plan id. | |