Creating the rate factor matcher
Create the rate factor matcher in the new line of business. The rate factor matcher implements the methods for the MatchableEffDated interface.
Update the entity in the new line of business
Procedure
-
In Studio, declare the
EffdatedCopyableinterface in animplementsInterfaceelement: -
Add the
MatchableEffDateddelegate to the rate factor entity.For Golf Cart, add animplementsInterfaceelement to the GORateFactor entity as follows:Property
Value
iface
gw.api.logicalmatch.EffDatedLogicalMatcher
impl
gw.lob.go.GORateFactorMatcher
What to do next
Implement the rate factor matcher
Before you begin
About this task
Implement the rate factor matcher in the new line of business.
Procedure
-
Use Studio to create the code for the rate factor matcher
gw.lob.go.GORateFactorMatcherin . You can usegw.lob.bop.BOPRateFactorMatcheras a model. - At this point, you can verify your work. For instructions, see Verify your work.
