Declare modifier adapter on the modifier entity

About this task

Declare the modifier adapter on the modifier entity for the new line of business.

Procedure

  1. Add an implementsEntity element to the modifier entity.
    For the Golf Cart line, use the Studio Entity editor to add an implementsEntity element to the entity definition in GOModifier.eti in configuration > config > metadata > entity:

    Property

    Value

    name

    Modifier

  2. Add an implementsInterface element to the coverage entity. This element references the Gosu class that defines the adapter methods and properties.
    For the Golf Cart line, enter the following values:

    Property

    Value

    name

    gw.api.domain.ModifierAdapter

    adapter

    gw.lob.go.GOModifierAdapter

    This statement references the Gosu class that defines the adapter methods and properties.

What to do next

Create the modifier adapter