Interface CheckForRelatedEntitiesService

All Known Implementing Classes:
CheckForRelatedEntitiesServiceImpl

public interface CheckForRelatedEntitiesService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    entityIsRelated(Entity entity, List<String> relationsToCheck, String messageHeader, String messageContent)
    Check if the given entity is related to another entity ask a clientquestion if the entity is related
  • Method Details

    • entityIsRelated

      void entityIsRelated(Entity entity, List<String> relationsToCheck, String messageHeader, String messageContent)
      Check if the given entity is related to another entity ask a clientquestion if the entity is related
      Parameters:
      entity - the entity on which the change occurs
      relationsToCheck - list of relations that need to be checked
      messageHeader - header of the clientquestion
      messageContent - content of the clientquestion