Interface AssociationResolverService

All Known Implementing Classes:
AssociationResolverServiceImpl

public interface AssociationResolverService
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Entity
    Resolves the association (Address) related to a given Function entity as followed:
  • Method Details

    • getAssociationAddress

      @Nullable @Nullable Entity getAssociationAddress(Entity function)
      Resolves the association (Address) related to a given Function entity as followed:

       1. if Function.relAddress is set → return it
       2. if Function.relInstitution.relAddress is set → return it
       3. return null