ProductModelTypelistGenerator Method trimTypeCode Moved and renamed
In 9.0, the method to trim a
product model typecode in PolicyCenter to the 50-character length that
a ClaimCenter integration requires has changed to CCProductModelCodeMappingUtil.getCCTypeCodeForPMType.
The parameter that the new method takes is also different from the parameter
that the previous method used. The new method takes an object that provides
a typecode instead of the typecode itself. For example, the new method
takes a PolicyPeriod.Policy.Product
object instead of a PolicyPeriod.Policy.ProductCode
property or a Coverage.Pattern
object instead of a Coverage.PatternCode
property.
