insert | insert | AUTO_ID: plannedGroupID
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
modify | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| | |
remove | remove | PRE_DATA_ACCESS: yes
| Standard Operation | |
searchByCaseID | nsmulti | | Returns plannedGroupID, name, start date and end date of all existing planned groups of specified CaseID. | SQL |
readMinStartAndMaxEndDates | ns | | Returns the minimum actual start and expected start date and the max actual and expected end date for all sub goals of this planned group. | SQL |
searchDetailsByPlannedGoalID | nsmulti | | Selects all parent Planned Groups for adding to the baseline plan content list. | SQL |
searchChildGroupsForBaseline | nsmulti | | Returns plannedGroupID, parentGroupID, planned group name, start date, and end date of all existing groups of the specified planned group.
| SQL |
readCaseIDByPlannedGroupID | ns | | Reads the caseID for specified planned group. | SQL |
validateInsert | | | | |
validateModify | | | | |
validateRemove | | | | |
countChildGroups | ns | | Counts the number of child groups for a planned group. | SQL |
readName | nsread | | Reads the planned group name. | |
readVersionNoAndComments | nsread | | Reads the planned group version number for updates. | |
countByName | ns | | Counts the number of planned groups with the name specified and id | SQL |
searchChildGroupsByParentGroupID | nsmulti | | Reads child groups | SQL |
searchByPlannedGoalIDAndParentGroupID | readmulti | | Reads all records that have planned goal and parent group specified. | |
searchByParentGroupID | readmulti | | Reads planned groups by planned group ID. | |
searchByPlannedGoalIDAndNoParentGroup | readmulti | WHERE: PlannedGroup.plannedGoalID = :plannedGoalID AND PlannedGroup.parentGroupID IS NULL
| Reads planned groups with no parent group for a planned goal. | |
searchByCaseIDNoGroup | nsmulti | | Reads planned group details for comparison when planned group is not associated with another group. | SQL |
searchByCaseIDAndGroup | nsmulti | | Lists planned group details by caseID and parent group ID. | SQL |
reCalculateDates | | | Calculates the dates and if changes updates either the planned goal or the planned group if a parent group exists or not. | |
readPlanGroupMaxAndMinDatesForSpecificPlannedGroup | ns | | reads the min and max for all planned groups for a specified parent planned group. | SQL |
modifyDateRange | nsmodify | POST_DATA_ACCESS: yes
| Modifies the dates for a specified planned group. | |
readPlanSGMinAndMaxDatesForPlanGroup | ns | | Reads the min and max dates for all subgoal for who have a specific plan group set as their parent group id. | SQL |
searchChildGroupDetailsForGantt | nsmulti | | Returns a list of Planned Groups for a specific Parent group for the tracking gantt. | SQL |
searchChildSubGoalDetailsForTrackingGantt | nsmulti | | Reads a list of all sub goal details for a specific Planned Group. | SQL |
searchPlannedGroupsOnGoalForGantt | nsmulti | | Returns a list of all groups for a specified goal that does not have a parent group id set. | SQL |
countPlannedItemsOnGroupsByPlannedGoal | ns | | Counts all planned items on planned groups based on planned goal. | SQL |
readPlannedGoalIDByPlannedGroup | nsread | | Reads the planned goal by planned group. | |
countByNameAndPlannedGoalID | ns | | Counts the number of planned groups based on the name and planned goal. | SQL |