}
public ActionForward createNotification(ActionMapping mapping, ActionForm form, HttpServletRequest request,
HttpServletResponse response) {
final PhdNotificationBean bean = getRenderedObject("notificationBean");
final ActionForward result =
executeActivity(org.fenixedu.academic.domain.phd.candidacy.activities.AddNotification.class, bean, request,
mapping, "createNotification", "manageNotifications", "message.notification.created.with.success");