Service Authorization Line Item Events

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

Table 1. Service Authorization Line Item Event Details.

This table describes Service Authorization Line Item Events

Event Class

Description

Event is raised before and after

ServiceAuthorizationLineItemCloseEvents Raised when a Service Authorization Line Item is closed. curam.serviceauthorization.impl.ServiceAuthorizationLineItem.close()
ServiceAuthorizationLineItemInsertServiceAuthorizationLineItemEvents Raised when a Service Authorization Line Item is inserted. curam.serviceauthorization.impl.ServiceAuthorizationLineItem.insertServiceAuthorizationLineItem()
ServiceAuthorizationLineItemModifyServiceAuthorizationLineItemEvents Raised when a Service Authorization Line Item is updated. curam.serviceauthorization.impl.ServiceAuthorizationLineItem.modifyServiceAuthorizationLineItem()
ServiceAuthorizationLineItemCancelServiceAuthorizationLineItemEvents Raised when a Service Authorization Line Item is cancelled. curam.serviceauthorization.impl.ServiceAuthorizationLineItem.cancelServiceAuthorizationLineItem()
ServiceAuthorizationLineItemGetDerivedStatusEvents Raised when the status of a Service Authorization is retrieved. curam.serviceauthorization.impl.ServiceAuthorizationLineItem.getDerivedStatus()
ServiceAuthorizationLineItemGetRelatedRosterLineItemEvents Raised when Roster Line Items related to a Service Authorization are retrieved. curam.serviceauthorization.impl.ServiceAuthorizationLineItem.getRelatedRosterLineItem()

The following events are located in the curam.financial.impl.ProcessReassessmentForSALI interface.

Table 2. Service Authorization Line Item Event Details.

This table describes Service Authorization Line Item Events

Event Class

Description

Event is raised before and after

ProcessReassessmentForSALIReAssessOnCancellationEvents Raised when the over payment for the Service Invoice Line Items or Provider Roster Line Items associated with the Service Authorization Line Item on cancellation of Service Authorization Line Item is processed. curam.financial.impl.ProcessReassessmentForSALI.reAssessOnCancellation()
ProcessReassessmentForSALIReAssessOnClosureEvents Raised when the over payment on closing the Service Authorization Line Item is processed. curam.financial.impl.ProcessReassessmentForSALI.reAssessOnClosure()
ProcessReassessmentForSALIReAssessOnCreationEvents Raised when the reassessment on creation of new Service Authorization Line Item is triggered. curam.financial.impl.ProcessReassessmentForSALI.reAssessOnCreation()
ProcessReassessmentForSALIReAssessOnModificationEvents Raised when the reassessment on modification of new Service Authorization Line Item is triggered. curam.financial.impl.ProcessReassessmentForSALI.reAssessOnModification()