Interface AssociationResolverService
- All Known Implementing Classes:
AssociationResolverServiceImpl
public interface AssociationResolverService
-
Method Summary
Modifier and TypeMethodDescription@Nullable Entity
getAssociationAddress
(Entity function) Resolves the association (Address) related to a given Function entity as followed:
-
Method Details
-
getAssociationAddress
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
-