AlertService.alertParticipants(process, subject, body, participant);
}
private void sendAlertToJuryElement(PhdIndividualProgramProcess process, ThesisJuryElement thesisJuryElement,
String bodyMessage) {
PhdParticipant participant = thesisJuryElement.getParticipant();
if (!participant.isInternal()) {
createExternalAccess(thesisJuryElement);
participant.ensureExternalAccess();
}
final AlertMessage subject =
AlertMessage
.create(AlertMessage.get("message.phd.request.jury.reviews.external.access.subject", process
.getPhdProgram().getName())).isKey(false).withPrefix(false);