Service Authorization Events

The following events are located in the curam.serviceauthorization.impl.ServiceAuthorization interface.

Table 1. Service Authorization Event Details.

This table describes Service Authorization Customization Points

Event Class

Description

Event is raised before and after

ServiceAuthorizationFindLineItemByServiceProvisionDetailsEvents Raised when Service Authorization Line Items for a particular Service are retrieved. curam.serviceauthorization.impl.ServiceAuthorization.findLineItemByServiceProvisionDetails()
ServiceAuthorizationAddLineItemEvents Raised when a line item is added to a Service Authorization. curam.serviceauthorization.impl.ServiceAuthorization.addLineItem()
ServiceAuthorizationInsertServiceAuthorizationEvents Raised when a Service Authorization is created. curam.serviceauthorization.impl.ServiceAuthorization.insertServiceAuthorization()
ServiceAuthorizationAddVoucherToServiceAuthorizationEvents Raised when a voucher is associated to a Service Authorization. curam.serviceauthorization.impl.ServiceAuthorization.addVoucherToServiceAuthorization()
ServiceAuthorizationDeleteVoucherForServiceAuthorizationEvents Raised when a voucher is disassociated with a Service Authorization. curam.serviceauthorization.impl.ServiceAuthorization.deleteVoucherForServiceAuthorization()
ServiceAuthorizationGetDerivedStatusEvents Raised when the status of a Service Authorization is retrieved. curam.serviceauthorization.impl.ServiceAuthorization.getDerivedStatus()
ServiceAuthorizatnAddLineItemEvents Raised when a specified line item is added to the Service Authorization. curam.serviceauthorization.impl.ServiceAuthorization.addLineItem()
ServiceAuthorizationAddLineItemEvents Raised when a specified line item is added to the Service Authorization. curam.serviceauthorization.impl.ServiceAuthorization.addLineItem()
ServiceAuthorizationAddSALIToSAUsingFrequencyAndAnchorDateEvents Raised when a Service Authorization Line Items are generated and added to a Service Authorization based on the frequency pattern and date. curam.serviceauthorization.impl.ServiceAuthorization.addSALIToSAUsingFrequencyAndAnchorDate()