Class CheckForRelatedEntitiesServiceImpl

java.lang.Object
ch.tocco.nice2.optional.finance.impl.service.CheckForRelatedEntitiesServiceImpl
All Implemented Interfaces:
CheckForRelatedEntitiesService

@Component public class CheckForRelatedEntitiesServiceImpl extends Object implements CheckForRelatedEntitiesService
  • Constructor Details

  • Method Details

    • entityIsRelated

      public void entityIsRelated(Entity entity, List<String> relationsToCheck, String messageHeader, String messageContent)
      Description copied from interface: CheckForRelatedEntitiesService
      Check if the given entity is related to another entity ask a clientquestion if the entity is related
      Specified by:
      entityIsRelated in interface CheckForRelatedEntitiesService
      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