Declare coverage adapter in coverage entity

Procedure

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

    Property

    Value

    name

    Coverage

  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.CoverageAdapter

    adapter

    gw.lob.go.GolfCartLineCovCoverageAdapter

  3. Repeat for other coverages.

What to do next

Create the coverage adapter