Policy change process class
The PolicyChangeProcess class contains method for handling policy change jobs. The following table summarizes some of the methods contained in this class.
Method |
Description |
|---|---|
Starting a policy change |
|
|
This method starts the job and automatically assigns a requestor and producer. |
|
This method calls three methods which start the job, request a quote, and bind the policy. The PolicyChangeAPI calls this method. |
Binding a policy change |
|
|
|
|
Begins the binding
process for a This method verifies if the branch can be bound.
For multi-version jobs, there is only one selected branch on the job
which is specified by This method ensures that there is a producer of service on the policy. This method
also calls out to the Lastly, the startBinding method has
commented out code to add an |
|
Completes the policy
change job. This method also checks new conditions and sends billing
information through the |
|
If binding fails, then the policy can be edited again by an underwriter. |
Editing the effective date |
|
|
Check to see if is available. |
|
Check to see if the current policy change can change its effective date to the input parameter value. |
|
PolicyCenter invokes this method when you select Effective Date in the Actions menu. If This
method calls |
Handling future bound jobs |
|
|
Applies changes from this policy change to a renewal that is bound in the future. |
|
Applies changes from this policy change to a renewal that is unbound in the future. |
Flags |
|
|
Indicates whether
quoting can be initiated on the |
|
Checks to see if a branch can be withdrawn. |
This class also identifies and raises underwriting issues with the policy, using underwriting rules to identify the types of issues to raise.
See also
