Interface CheckForRelatedEntitiesService
- All Known Implementing Classes:
CheckForRelatedEntitiesServiceImpl
public interface CheckForRelatedEntitiesService
-
Method Summary
-
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 occursrelationsToCheck
- list of relations that need to be checkedmessageHeader
- header of the clientquestionmessageContent
- content of the clientquestion
-