This procedure is followed by a detailed example with code that you can copy and paste
into Studio to form working quick quote and full quote impls for business auto.
Procedure
Create new scenarios and feature files that specify new steps.
If necessary, modify the ProductCode enum so that it includes the
new line of business.
You only need to do this once for each new line of business. If you have already
done this for another job type, you do not need to do it again for submissions.
If necessary, modify TagProcessorInfo so that it has a method to
correctly set the product type for scenarios specific to the new line of business.
You only need to do this once for each new line of business. If you have already
done this for another job type, you do not need to do it again for submissions.
Create a new step class that provides definitions for the new step methods.
If necessary, create a new LOB-specific interface/impl pair.
You only need to do this once for each new line of business. If you have
already done this for another job type, you do not need to do it again for
submissions.
Create a SubmissionContextImplBase for the new line of business.