cancel | nsmodify | PRE_DATA_ACCESS: yes
| Changes the status of the service plan to canceled | |
countByTypeAndStatus | ns | | Counts active service plans with the same type. | SQL |
insert | insert | AUTO_ID: servicePlanID
AUTO_ID_KEY: SERCPLANBO
PRE_DATA_ACCESS: yes
| Persists a new service plan. | |
list | nkreadmulti | | Provides a list containing all the service plans that are available. | |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Persists the changes to a service plan. | |
read | read | | Standard Operation | |
readStatus | nsread | | Reads the status of the service plan. | |
readType | nsread | | Reads type of the service plan. | |
searchGoals | nsmulti | | Gets a list of the goals associated with a service plan. | SQL |
searchTemplates | nsmulti | | @Deprecated since curam 6.0 replaced by {@link ServicePlan#searchPlanTemplates}
as part of localizing Plan Template name. See release note: CR00227878
Gets a list of the plan templates that are associated with the service referenced by the provided key.
</p> | SQL |
searchUnassociatedGoalsByStatus | nsmulti | | Lists all goals not associated with the service plan referenced by key and having the specified status. | SQL |
searchUnassociatedIntegratedCasesByStatus | nsmulti | | Returns a list of admin integrated cases associated with the service plan referenced by the key | SQL |
searchUnassociatedTemplatesByStatus | nsmulti | | @Deprecated since curam 6.0 replaced by {@link ServicePlan#searchUnassociatedPlanTemplatesByStatus}
as part of localizing Plan Template name. See release note: CR00227878
Gets a list of templates that are not associated with the service plan referenced by the key. | SQL |
validateDetails | | | Validates the service plan. This ensures that the service plan type is provided. | |
validateServicePlanStatus | | | Validates service plan status before modifying. | |
readMultipleContractsAllowedInd | ns | | Reads the multiple contracts allowed indicator. | SQL |
readSecurityIndicators | nsread | | Reads all service plan security indicators. | |
readIDByTypeAndStatus | ns | | Reads servicePlanID by servicePlanType and statusCode. | SQL |
searchAvailableGoalsForServicePlan | nsmulti | | Lists all active goals for the service plan type. | SQL |
searchActiveSPTypes | nsmulti | | Lists the active service plan types. | SQL |
readByServicePlanDeliveryID | ns | | | SQL |
searchAllTypes | nsmulti | | Method to search all service plan types. | SQL |
searchByStatus | readmulti | | Searches for service plan records based on the record status. | |
readServicePlanTabDetails | nsread | | Reads service plan administration tab display details. | |
insertServicePlan | insert | | Standard Operation | |
searchPlanTemplates | nsmulti | | | SQL |
searchUnassociatedPlanTemplatesByStatus | nsmulti | | Gets a list of templates that are not associated with the service plan referenced by the key. | SQL |
modifyDescriptionTextID | nsmodify | | Updates the descriptionTextID. | |
modifyServicePlan | 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. | |