cancel | nsmodify | PRE_DATA_ACCESS: yes
| Cancels a plan item. | |
countByNameAndStatus | ns | | Counts the number of planItems with a specified name. | SQL |
countByReference | ns | | Counts the number of planItems with a specified reference number. | SQL |
insert | insert | AUTO_ID: planItemID
AUTO_ID_KEY: SERCPLANBO
PRE_DATA_ACCESS: yes
| Standard Operation | |
list | nsmulti | | Lists all planItems. | SQL |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
readName | nsread | | Reads the plan item name. | |
readNameAndReference | nsread | | Reads a plan item's name and reference number details | |
readRecordStatus | nsread | | Reads the status of the planItem. | |
searchActivePINames | nsmulti | | Return a list of active plan items based on the status argument provided | SQL |
searchByTaskConfigID | readmulti | | This method is used to fetch all the plan item by the task configuration id. | |
searchContractTexts | nsmulti | | Searches for contract texts related to this planItem. | SQL |
searchOutcomes | nsmulti | | Searches for outcomes related to this planItem. | SQL |
searchUnassociatedApprovalCriteriaByStatus | nsmulti | | Operation for obtaining a list of approval criteria not associated to a particular plan item. | SQL |
searchUnassociatedOutcomesByStatus | nsmulti | | Searches for outcomes unrelated to this planItem. | SQL |
validateCancel | | | Validates that an plan item can be canceled. | |
validateDetails | | | Validates the details of a plan item. | |
validateInsert | | | Validates that an plan item can be created. | |
validateModify | | | Validates that an plan item can be modified. | |
searchGoodCauses | nsmulti | | Searches for good causes related to this planItem. | SQL |
searchUnassociatedGoodCausesByStatus | nsmulti | | Searches for good causes unrelated to this planItem. | SQL |
countGoodCausesByGoodCauseID | ns | | Checks if an plan item is associated with a good cause. | SQL |
countSubGoalsByPlanItemAndStatus | ns | | Counts sub goals that the plan item is associated with. | SQL |
countPlanTemplatePlanItemsByPlanItemAndStatus | ns | | Counts plan template planItems created for the planItem. | SQL |
readApprovalRequired | nsread | | Reads the approval required attribute. | |
readCreatePageNameByPlanItemID | nsread | | Reads the create page name details. | |
readModifyPageDetailsByPlanItemID | nsread | | Reads the modify page details and the related parameters. | |
readViewPageDetailsByPlanItemID | nsread | | Reads the view page details and the related parameters. | |
readCreatePlanItemParameterByPlanItemID | nsread | | Reads back the plan item page parameter name for the specified planItem. | |
readCreateSubGoalParameterByPlanItemID | nsread | | Reads back the sub goal page parameter name for the specified planItem. | |
readAssociatedTypeAndApprovalRequired | nsread | | Reads associated type and approval required indicator. | |
readPlanItemServiceUnitDeliveryDetails | nsread | | Reads the service unit delivery details for a plan item. | |
insertPlanItem | insert | | <p class="MsoNormal">
<span style="COLOR: #002060">Inserts plan item record. This method expects the planItemID to be set. It is preferred to
call <font color="#000000">insertPlanItem</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. | |
readNameNotEditableIndDetails | nsread | | Reads the values of name and nameNotEditableInd attributes by plan item ID. | |
modifyPlanItem | 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. | |